@getopenpay/openpay-js-react 0.0.1 → 0.0.2-alpha.6c3bbd9
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.d.ts +51 -12
- package/dist/index.js +853 -730
- package/package.json +13 -3
- package/.env.development +0 -1
- package/.env.production +0 -1
- package/.env.staging +0 -1
- package/.eslintrc.cjs +0 -18
- package/.github/workflows/alpha-release.yml +0 -39
- package/.github/workflows/release.yml +0 -30
- package/Makefile +0 -37
- package/example/.eslintrc.json +0 -3
- package/example/Makefile +0 -10
- package/example/README.md +0 -36
- package/example/next.config.mjs +0 -4
- package/example/package-lock.json +0 -5283
- package/example/package.json +0 -27
- package/example/postcss.config.mjs +0 -8
- package/example/public/next.svg +0 -1
- package/example/public/vercel.svg +0 -1
- package/example/src/app/elements/_components/FormWrapper.tsx +0 -18
- package/example/src/app/elements/_components/InputField.tsx +0 -11
- package/example/src/app/elements/card/page.tsx +0 -54
- package/example/src/app/elements/card-cvc/page.tsx +0 -29
- package/example/src/app/elements/card-expiry/page.tsx +0 -29
- package/example/src/app/elements/card-number/page.tsx +0 -29
- package/example/src/app/favicon.ico +0 -0
- package/example/src/app/globals.css +0 -14
- package/example/src/app/layout.tsx +0 -22
- package/example/src/app/page.tsx +0 -119
- package/example/tailwind.config.ts +0 -11
- package/example/tsconfig.json +0 -26
- package/lib/components/_common/frame.tsx +0 -73
- package/lib/components/card-cvc.tsx +0 -11
- package/lib/components/card-expiry.tsx +0 -11
- package/lib/components/card-number.tsx +0 -11
- package/lib/components/card.tsx +0 -11
- package/lib/components/form.tsx +0 -100
- package/lib/hooks/context.ts +0 -17
- package/lib/hooks/use-openpay-elements.ts +0 -12
- package/lib/index.ts +0 -16
- package/lib/utils/constants.ts +0 -1
- package/lib/utils/element.ts +0 -5
- package/lib/utils/event.ts +0 -66
- package/lib/utils/style.ts +0 -17
- package/lib/vite-env.d.ts +0 -1
- package/ngrok.example.yml +0 -6
- package/playwright.config.ts +0 -37
- package/tests/card-cvc.test.ts +0 -68
- package/tests/card-element.test.ts +0 -113
- package/tests/card-expiry.test.ts +0 -61
- package/tests/card-number.test.ts +0 -61
- package/tests/constants.ts +0 -97
- package/tsconfig.build.json +0 -28
- package/tsconfig.json +0 -11
- package/tsconfig.node.json +0 -13
- package/vite.config.ts +0 -36
package/dist/index.js
CHANGED
|
@@ -1,18 +1,42 @@
|
|
|
1
|
-
import { createContext as
|
|
2
|
-
import { jsx as
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}),
|
|
11
|
-
const r =
|
|
1
|
+
import { createContext as Jt, useContext as Gt, useState as R, useMemo as Pe, useRef as _t, useCallback as Ae, useEffect as De } from "react";
|
|
2
|
+
import { jsx as W } from "react/jsx-runtime";
|
|
3
|
+
const xt = Jt({
|
|
4
|
+
formId: "",
|
|
5
|
+
formHeight: "",
|
|
6
|
+
referer: void 0,
|
|
7
|
+
checkoutSecureToken: void 0,
|
|
8
|
+
registerIframe: () => {
|
|
9
|
+
}
|
|
10
|
+
}), Ft = () => {
|
|
11
|
+
const r = Gt(xt);
|
|
12
12
|
if (!r)
|
|
13
13
|
throw new Error("useOpenPayElements must be used within an OpenPayElementsProvider");
|
|
14
14
|
return r;
|
|
15
15
|
};
|
|
16
|
+
var w = [];
|
|
17
|
+
for (var Xe = 0; Xe < 256; ++Xe)
|
|
18
|
+
w.push((Xe + 256).toString(16).slice(1));
|
|
19
|
+
function Xt(r, e = 0) {
|
|
20
|
+
return (w[r[e + 0]] + w[r[e + 1]] + w[r[e + 2]] + w[r[e + 3]] + "-" + w[r[e + 4]] + w[r[e + 5]] + "-" + w[r[e + 6]] + w[r[e + 7]] + "-" + w[r[e + 8]] + w[r[e + 9]] + "-" + w[r[e + 10]] + w[r[e + 11]] + w[r[e + 12]] + w[r[e + 13]] + w[r[e + 14]] + w[r[e + 15]]).toLowerCase();
|
|
21
|
+
}
|
|
22
|
+
var je, Qt = new Uint8Array(16);
|
|
23
|
+
function er() {
|
|
24
|
+
if (!je && (je = typeof crypto < "u" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto), !je))
|
|
25
|
+
throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
|
|
26
|
+
return je(Qt);
|
|
27
|
+
}
|
|
28
|
+
var tr = typeof crypto < "u" && crypto.randomUUID && crypto.randomUUID.bind(crypto);
|
|
29
|
+
const pt = {
|
|
30
|
+
randomUUID: tr
|
|
31
|
+
};
|
|
32
|
+
function kt(r, e, t) {
|
|
33
|
+
if (pt.randomUUID && !e && !r)
|
|
34
|
+
return pt.randomUUID();
|
|
35
|
+
r = r || {};
|
|
36
|
+
var n = r.random || (r.rng || er)();
|
|
37
|
+
return n[6] = n[6] & 15 | 64, n[8] = n[8] & 63 | 128, Xt(n);
|
|
38
|
+
}
|
|
39
|
+
const st = "https://cde.openpaystaging.com";
|
|
16
40
|
var _;
|
|
17
41
|
(function(r) {
|
|
18
42
|
r.assertEqual = (s) => s;
|
|
@@ -49,14 +73,14 @@ var _;
|
|
|
49
73
|
}
|
|
50
74
|
r.joinValues = n, r.jsonStringifyReplacer = (s, a) => typeof a == "bigint" ? a.toString() : a;
|
|
51
75
|
})(_ || (_ = {}));
|
|
52
|
-
var
|
|
76
|
+
var et;
|
|
53
77
|
(function(r) {
|
|
54
78
|
r.mergeShapes = (e, t) => ({
|
|
55
79
|
...e,
|
|
56
80
|
...t
|
|
57
81
|
// second overwrites first
|
|
58
82
|
});
|
|
59
|
-
})(
|
|
83
|
+
})(et || (et = {}));
|
|
60
84
|
const f = _.arrayToEnum([
|
|
61
85
|
"string",
|
|
62
86
|
"nan",
|
|
@@ -78,7 +102,7 @@ const f = _.arrayToEnum([
|
|
|
78
102
|
"never",
|
|
79
103
|
"map",
|
|
80
104
|
"set"
|
|
81
|
-
]),
|
|
105
|
+
]), H = (r) => {
|
|
82
106
|
switch (typeof r) {
|
|
83
107
|
case "undefined":
|
|
84
108
|
return f.undefined;
|
|
@@ -99,7 +123,7 @@ const f = _.arrayToEnum([
|
|
|
99
123
|
default:
|
|
100
124
|
return f.unknown;
|
|
101
125
|
}
|
|
102
|
-
},
|
|
126
|
+
}, c = _.arrayToEnum([
|
|
103
127
|
"invalid_type",
|
|
104
128
|
"invalid_literal",
|
|
105
129
|
"custom",
|
|
@@ -116,8 +140,8 @@ const f = _.arrayToEnum([
|
|
|
116
140
|
"invalid_intersection_types",
|
|
117
141
|
"not_multiple_of",
|
|
118
142
|
"not_finite"
|
|
119
|
-
]),
|
|
120
|
-
class
|
|
143
|
+
]), rr = (r) => JSON.stringify(r, null, 2).replace(/"([^"]+)":/g, "$1:");
|
|
144
|
+
class I extends Error {
|
|
121
145
|
constructor(e) {
|
|
122
146
|
super(), this.issues = [], this.addIssue = (n) => {
|
|
123
147
|
this.issues = [...this.issues, n];
|
|
@@ -146,15 +170,15 @@ class C extends Error {
|
|
|
146
170
|
else {
|
|
147
171
|
let o = n, u = 0;
|
|
148
172
|
for (; u < i.path.length; ) {
|
|
149
|
-
const
|
|
150
|
-
u === i.path.length - 1 ? (o[
|
|
173
|
+
const d = i.path[u];
|
|
174
|
+
u === i.path.length - 1 ? (o[d] = o[d] || { _errors: [] }, o[d]._errors.push(t(i))) : o[d] = o[d] || { _errors: [] }, o = o[d], u++;
|
|
151
175
|
}
|
|
152
176
|
}
|
|
153
177
|
};
|
|
154
178
|
return s(this), n;
|
|
155
179
|
}
|
|
156
180
|
static assert(e) {
|
|
157
|
-
if (!(e instanceof
|
|
181
|
+
if (!(e instanceof I))
|
|
158
182
|
throw new Error(`Not a ZodError: ${e}`);
|
|
159
183
|
}
|
|
160
184
|
toString() {
|
|
@@ -176,56 +200,56 @@ class C extends Error {
|
|
|
176
200
|
return this.flatten();
|
|
177
201
|
}
|
|
178
202
|
}
|
|
179
|
-
|
|
180
|
-
const
|
|
203
|
+
I.create = (r) => new I(r);
|
|
204
|
+
const ue = (r, e) => {
|
|
181
205
|
let t;
|
|
182
206
|
switch (r.code) {
|
|
183
|
-
case
|
|
207
|
+
case c.invalid_type:
|
|
184
208
|
r.received === f.undefined ? t = "Required" : t = `Expected ${r.expected}, received ${r.received}`;
|
|
185
209
|
break;
|
|
186
|
-
case
|
|
210
|
+
case c.invalid_literal:
|
|
187
211
|
t = `Invalid literal value, expected ${JSON.stringify(r.expected, _.jsonStringifyReplacer)}`;
|
|
188
212
|
break;
|
|
189
|
-
case
|
|
213
|
+
case c.unrecognized_keys:
|
|
190
214
|
t = `Unrecognized key(s) in object: ${_.joinValues(r.keys, ", ")}`;
|
|
191
215
|
break;
|
|
192
|
-
case
|
|
216
|
+
case c.invalid_union:
|
|
193
217
|
t = "Invalid input";
|
|
194
218
|
break;
|
|
195
|
-
case
|
|
219
|
+
case c.invalid_union_discriminator:
|
|
196
220
|
t = `Invalid discriminator value. Expected ${_.joinValues(r.options)}`;
|
|
197
221
|
break;
|
|
198
|
-
case
|
|
222
|
+
case c.invalid_enum_value:
|
|
199
223
|
t = `Invalid enum value. Expected ${_.joinValues(r.options)}, received '${r.received}'`;
|
|
200
224
|
break;
|
|
201
|
-
case
|
|
225
|
+
case c.invalid_arguments:
|
|
202
226
|
t = "Invalid function arguments";
|
|
203
227
|
break;
|
|
204
|
-
case
|
|
228
|
+
case c.invalid_return_type:
|
|
205
229
|
t = "Invalid function return type";
|
|
206
230
|
break;
|
|
207
|
-
case
|
|
231
|
+
case c.invalid_date:
|
|
208
232
|
t = "Invalid date";
|
|
209
233
|
break;
|
|
210
|
-
case
|
|
234
|
+
case c.invalid_string:
|
|
211
235
|
typeof r.validation == "object" ? "includes" in r.validation ? (t = `Invalid input: must include "${r.validation.includes}"`, typeof r.validation.position == "number" && (t = `${t} at one or more positions greater than or equal to ${r.validation.position}`)) : "startsWith" in r.validation ? t = `Invalid input: must start with "${r.validation.startsWith}"` : "endsWith" in r.validation ? t = `Invalid input: must end with "${r.validation.endsWith}"` : _.assertNever(r.validation) : r.validation !== "regex" ? t = `Invalid ${r.validation}` : t = "Invalid";
|
|
212
236
|
break;
|
|
213
|
-
case
|
|
237
|
+
case c.too_small:
|
|
214
238
|
r.type === "array" ? t = `Array must contain ${r.exact ? "exactly" : r.inclusive ? "at least" : "more than"} ${r.minimum} element(s)` : r.type === "string" ? t = `String must contain ${r.exact ? "exactly" : r.inclusive ? "at least" : "over"} ${r.minimum} character(s)` : r.type === "number" ? t = `Number must be ${r.exact ? "exactly equal to " : r.inclusive ? "greater than or equal to " : "greater than "}${r.minimum}` : r.type === "date" ? t = `Date must be ${r.exact ? "exactly equal to " : r.inclusive ? "greater than or equal to " : "greater than "}${new Date(Number(r.minimum))}` : t = "Invalid input";
|
|
215
239
|
break;
|
|
216
|
-
case
|
|
240
|
+
case c.too_big:
|
|
217
241
|
r.type === "array" ? t = `Array must contain ${r.exact ? "exactly" : r.inclusive ? "at most" : "less than"} ${r.maximum} element(s)` : r.type === "string" ? t = `String must contain ${r.exact ? "exactly" : r.inclusive ? "at most" : "under"} ${r.maximum} character(s)` : r.type === "number" ? t = `Number must be ${r.exact ? "exactly" : r.inclusive ? "less than or equal to" : "less than"} ${r.maximum}` : r.type === "bigint" ? t = `BigInt must be ${r.exact ? "exactly" : r.inclusive ? "less than or equal to" : "less than"} ${r.maximum}` : r.type === "date" ? t = `Date must be ${r.exact ? "exactly" : r.inclusive ? "smaller than or equal to" : "smaller than"} ${new Date(Number(r.maximum))}` : t = "Invalid input";
|
|
218
242
|
break;
|
|
219
|
-
case
|
|
243
|
+
case c.custom:
|
|
220
244
|
t = "Invalid input";
|
|
221
245
|
break;
|
|
222
|
-
case
|
|
246
|
+
case c.invalid_intersection_types:
|
|
223
247
|
t = "Intersection results could not be merged";
|
|
224
248
|
break;
|
|
225
|
-
case
|
|
249
|
+
case c.not_multiple_of:
|
|
226
250
|
t = `Number must be a multiple of ${r.multipleOf}`;
|
|
227
251
|
break;
|
|
228
|
-
case
|
|
252
|
+
case c.not_finite:
|
|
229
253
|
t = "Number must be finite";
|
|
230
254
|
break;
|
|
231
255
|
default:
|
|
@@ -233,14 +257,14 @@ const K = (r, e) => {
|
|
|
233
257
|
}
|
|
234
258
|
return { message: t };
|
|
235
259
|
};
|
|
236
|
-
let
|
|
237
|
-
function
|
|
238
|
-
|
|
260
|
+
let bt = ue;
|
|
261
|
+
function nr(r) {
|
|
262
|
+
bt = r;
|
|
239
263
|
}
|
|
240
|
-
function
|
|
241
|
-
return
|
|
264
|
+
function Me() {
|
|
265
|
+
return bt;
|
|
242
266
|
}
|
|
243
|
-
const
|
|
267
|
+
const Ue = (r) => {
|
|
244
268
|
const { data: e, path: t, errorMaps: n, issueData: s } = r, a = [...t, ...s.path || []], i = {
|
|
245
269
|
...s,
|
|
246
270
|
path: a
|
|
@@ -252,17 +276,17 @@ const Se = (r) => {
|
|
|
252
276
|
message: s.message
|
|
253
277
|
};
|
|
254
278
|
let o = "";
|
|
255
|
-
const u = n.filter((
|
|
256
|
-
for (const
|
|
257
|
-
o =
|
|
279
|
+
const u = n.filter((d) => !!d).slice().reverse();
|
|
280
|
+
for (const d of u)
|
|
281
|
+
o = d(i, { data: e, defaultError: o }).message;
|
|
258
282
|
return {
|
|
259
283
|
...s,
|
|
260
284
|
path: a,
|
|
261
285
|
message: o
|
|
262
286
|
};
|
|
263
|
-
},
|
|
287
|
+
}, sr = [];
|
|
264
288
|
function l(r, e) {
|
|
265
|
-
const t =
|
|
289
|
+
const t = Me(), n = Ue({
|
|
266
290
|
issueData: e,
|
|
267
291
|
data: r.data,
|
|
268
292
|
path: r.path,
|
|
@@ -270,13 +294,13 @@ function l(r, e) {
|
|
|
270
294
|
r.common.contextualErrorMap,
|
|
271
295
|
r.schemaErrorMap,
|
|
272
296
|
t,
|
|
273
|
-
t ===
|
|
297
|
+
t === ue ? void 0 : ue
|
|
274
298
|
// then global default map
|
|
275
299
|
].filter((s) => !!s)
|
|
276
300
|
});
|
|
277
301
|
r.common.issues.push(n);
|
|
278
302
|
}
|
|
279
|
-
class
|
|
303
|
+
class E {
|
|
280
304
|
constructor() {
|
|
281
305
|
this.value = "valid";
|
|
282
306
|
}
|
|
@@ -304,7 +328,7 @@ class T {
|
|
|
304
328
|
value: i
|
|
305
329
|
});
|
|
306
330
|
}
|
|
307
|
-
return
|
|
331
|
+
return E.mergeObjectSync(e, n);
|
|
308
332
|
}
|
|
309
333
|
static mergeObjectSync(e, t) {
|
|
310
334
|
const n = {};
|
|
@@ -319,12 +343,12 @@ class T {
|
|
|
319
343
|
}
|
|
320
344
|
const y = Object.freeze({
|
|
321
345
|
status: "aborted"
|
|
322
|
-
}),
|
|
323
|
-
function
|
|
346
|
+
}), ce = (r) => ({ status: "dirty", value: r }), S = (r) => ({ status: "valid", value: r }), tt = (r) => r.status === "aborted", rt = (r) => r.status === "dirty", ye = (r) => r.status === "valid", ve = (r) => typeof Promise < "u" && r instanceof Promise;
|
|
347
|
+
function Le(r, e, t, n) {
|
|
324
348
|
if (typeof e == "function" ? r !== e || !n : !e.has(r)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
325
349
|
return e.get(r);
|
|
326
350
|
}
|
|
327
|
-
function
|
|
351
|
+
function Tt(r, e, t, n, s) {
|
|
328
352
|
if (typeof e == "function" ? r !== e || !s : !e.has(r)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
329
353
|
return e.set(r, t), t;
|
|
330
354
|
}
|
|
@@ -332,8 +356,8 @@ var h;
|
|
|
332
356
|
(function(r) {
|
|
333
357
|
r.errToObj = (e) => typeof e == "string" ? { message: e } : e || {}, r.toString = (e) => typeof e == "string" ? e : e == null ? void 0 : e.message;
|
|
334
358
|
})(h || (h = {}));
|
|
335
|
-
var
|
|
336
|
-
class
|
|
359
|
+
var me, pe;
|
|
360
|
+
class U {
|
|
337
361
|
constructor(e, t, n, s) {
|
|
338
362
|
this._cachedPath = [], this.parent = e, this.data = t, this._path = n, this._key = s;
|
|
339
363
|
}
|
|
@@ -341,8 +365,8 @@ class j {
|
|
|
341
365
|
return this._cachedPath.length || (this._key instanceof Array ? this._cachedPath.push(...this._path, ...this._key) : this._cachedPath.push(...this._path, this._key)), this._cachedPath;
|
|
342
366
|
}
|
|
343
367
|
}
|
|
344
|
-
const
|
|
345
|
-
if (
|
|
368
|
+
const yt = (r, e) => {
|
|
369
|
+
if (ye(e))
|
|
346
370
|
return { success: !0, data: e.value };
|
|
347
371
|
if (!r.common.issues.length)
|
|
348
372
|
throw new Error("Validation failed but no issues detected.");
|
|
@@ -351,7 +375,7 @@ const We = (r, e) => {
|
|
|
351
375
|
get error() {
|
|
352
376
|
if (this._error)
|
|
353
377
|
return this._error;
|
|
354
|
-
const t = new
|
|
378
|
+
const t = new I(r.common.issues);
|
|
355
379
|
return this._error = t, this._error;
|
|
356
380
|
}
|
|
357
381
|
};
|
|
@@ -363,9 +387,9 @@ function v(r) {
|
|
|
363
387
|
if (e && (t || n))
|
|
364
388
|
throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);
|
|
365
389
|
return e ? { errorMap: e, description: s } : { errorMap: (i, o) => {
|
|
366
|
-
var u,
|
|
367
|
-
const { message:
|
|
368
|
-
return i.code === "invalid_enum_value" ? { message:
|
|
390
|
+
var u, d;
|
|
391
|
+
const { message: m } = r;
|
|
392
|
+
return i.code === "invalid_enum_value" ? { message: m ?? o.defaultError } : typeof o.data > "u" ? { message: (u = m ?? n) !== null && u !== void 0 ? u : o.defaultError } : i.code !== "invalid_type" ? { message: o.defaultError } : { message: (d = m ?? t) !== null && d !== void 0 ? d : o.defaultError };
|
|
369
393
|
}, description: s };
|
|
370
394
|
}
|
|
371
395
|
class g {
|
|
@@ -376,13 +400,13 @@ class g {
|
|
|
376
400
|
return this._def.description;
|
|
377
401
|
}
|
|
378
402
|
_getType(e) {
|
|
379
|
-
return
|
|
403
|
+
return H(e.data);
|
|
380
404
|
}
|
|
381
405
|
_getOrReturnCtx(e, t) {
|
|
382
406
|
return t || {
|
|
383
407
|
common: e.parent.common,
|
|
384
408
|
data: e.data,
|
|
385
|
-
parsedType:
|
|
409
|
+
parsedType: H(e.data),
|
|
386
410
|
schemaErrorMap: this._def.errorMap,
|
|
387
411
|
path: e.path,
|
|
388
412
|
parent: e.parent
|
|
@@ -390,11 +414,11 @@ class g {
|
|
|
390
414
|
}
|
|
391
415
|
_processInputParams(e) {
|
|
392
416
|
return {
|
|
393
|
-
status: new
|
|
417
|
+
status: new E(),
|
|
394
418
|
ctx: {
|
|
395
419
|
common: e.parent.common,
|
|
396
420
|
data: e.data,
|
|
397
|
-
parsedType:
|
|
421
|
+
parsedType: H(e.data),
|
|
398
422
|
schemaErrorMap: this._def.errorMap,
|
|
399
423
|
path: e.path,
|
|
400
424
|
parent: e.parent
|
|
@@ -403,7 +427,7 @@ class g {
|
|
|
403
427
|
}
|
|
404
428
|
_parseSync(e) {
|
|
405
429
|
const t = this._parse(e);
|
|
406
|
-
if (
|
|
430
|
+
if (ve(t))
|
|
407
431
|
throw new Error("Synchronous parse encountered promise.");
|
|
408
432
|
return t;
|
|
409
433
|
}
|
|
@@ -429,9 +453,9 @@ class g {
|
|
|
429
453
|
schemaErrorMap: this._def.errorMap,
|
|
430
454
|
parent: null,
|
|
431
455
|
data: e,
|
|
432
|
-
parsedType:
|
|
456
|
+
parsedType: H(e)
|
|
433
457
|
}, a = this._parseSync({ data: e, path: s.path, parent: s });
|
|
434
|
-
return
|
|
458
|
+
return yt(s, a);
|
|
435
459
|
}
|
|
436
460
|
async parseAsync(e, t) {
|
|
437
461
|
const n = await this.safeParseAsync(e, t);
|
|
@@ -450,15 +474,15 @@ class g {
|
|
|
450
474
|
schemaErrorMap: this._def.errorMap,
|
|
451
475
|
parent: null,
|
|
452
476
|
data: e,
|
|
453
|
-
parsedType:
|
|
454
|
-
}, s = this._parse({ data: e, path: n.path, parent: n }), a = await (
|
|
455
|
-
return
|
|
477
|
+
parsedType: H(e)
|
|
478
|
+
}, s = this._parse({ data: e, path: n.path, parent: n }), a = await (ve(s) ? s : Promise.resolve(s));
|
|
479
|
+
return yt(n, a);
|
|
456
480
|
}
|
|
457
481
|
refine(e, t) {
|
|
458
482
|
const n = (s) => typeof t == "string" || typeof t > "u" ? { message: t } : typeof t == "function" ? t(s) : t;
|
|
459
483
|
return this._refinement((s, a) => {
|
|
460
484
|
const i = e(s), o = () => a.addIssue({
|
|
461
|
-
code:
|
|
485
|
+
code: c.custom,
|
|
462
486
|
...n(s)
|
|
463
487
|
});
|
|
464
488
|
return typeof Promise < "u" && i instanceof Promise ? i.then((u) => u ? !0 : (o(), !1)) : i ? !0 : (o(), !1);
|
|
@@ -468,9 +492,9 @@ class g {
|
|
|
468
492
|
return this._refinement((n, s) => e(n) ? !0 : (s.addIssue(typeof t == "function" ? t(n, s) : t), !1));
|
|
469
493
|
}
|
|
470
494
|
_refinement(e) {
|
|
471
|
-
return new
|
|
495
|
+
return new D({
|
|
472
496
|
schema: this,
|
|
473
|
-
typeName:
|
|
497
|
+
typeName: p.ZodEffects,
|
|
474
498
|
effect: { type: "refinement", refinement: e }
|
|
475
499
|
});
|
|
476
500
|
}
|
|
@@ -478,57 +502,57 @@ class g {
|
|
|
478
502
|
return this._refinement(e);
|
|
479
503
|
}
|
|
480
504
|
optional() {
|
|
481
|
-
return
|
|
505
|
+
return M.create(this, this._def);
|
|
482
506
|
}
|
|
483
507
|
nullable() {
|
|
484
|
-
return
|
|
508
|
+
return J.create(this, this._def);
|
|
485
509
|
}
|
|
486
510
|
nullish() {
|
|
487
511
|
return this.nullable().optional();
|
|
488
512
|
}
|
|
489
513
|
array() {
|
|
490
|
-
return
|
|
514
|
+
return P.create(this, this._def);
|
|
491
515
|
}
|
|
492
516
|
promise() {
|
|
493
|
-
return
|
|
517
|
+
return fe.create(this, this._def);
|
|
494
518
|
}
|
|
495
519
|
or(e) {
|
|
496
|
-
return
|
|
520
|
+
return ke.create([this, e], this._def);
|
|
497
521
|
}
|
|
498
522
|
and(e) {
|
|
499
|
-
return
|
|
523
|
+
return be.create(this, e, this._def);
|
|
500
524
|
}
|
|
501
525
|
transform(e) {
|
|
502
|
-
return new
|
|
526
|
+
return new D({
|
|
503
527
|
...v(this._def),
|
|
504
528
|
schema: this,
|
|
505
|
-
typeName:
|
|
529
|
+
typeName: p.ZodEffects,
|
|
506
530
|
effect: { type: "transform", transform: e }
|
|
507
531
|
});
|
|
508
532
|
}
|
|
509
533
|
default(e) {
|
|
510
534
|
const t = typeof e == "function" ? e : () => e;
|
|
511
|
-
return new
|
|
535
|
+
return new Se({
|
|
512
536
|
...v(this._def),
|
|
513
537
|
innerType: this,
|
|
514
538
|
defaultValue: t,
|
|
515
|
-
typeName:
|
|
539
|
+
typeName: p.ZodDefault
|
|
516
540
|
});
|
|
517
541
|
}
|
|
518
542
|
brand() {
|
|
519
|
-
return new
|
|
520
|
-
typeName:
|
|
543
|
+
return new at({
|
|
544
|
+
typeName: p.ZodBranded,
|
|
521
545
|
type: this,
|
|
522
546
|
...v(this._def)
|
|
523
547
|
});
|
|
524
548
|
}
|
|
525
549
|
catch(e) {
|
|
526
550
|
const t = typeof e == "function" ? e : () => e;
|
|
527
|
-
return new
|
|
551
|
+
return new Oe({
|
|
528
552
|
...v(this._def),
|
|
529
553
|
innerType: this,
|
|
530
554
|
catchValue: t,
|
|
531
|
-
typeName:
|
|
555
|
+
typeName: p.ZodCatch
|
|
532
556
|
});
|
|
533
557
|
}
|
|
534
558
|
describe(e) {
|
|
@@ -539,10 +563,10 @@ class g {
|
|
|
539
563
|
});
|
|
540
564
|
}
|
|
541
565
|
pipe(e) {
|
|
542
|
-
return
|
|
566
|
+
return Ie.create(this, e);
|
|
543
567
|
}
|
|
544
568
|
readonly() {
|
|
545
|
-
return
|
|
569
|
+
return Re.create(this);
|
|
546
570
|
}
|
|
547
571
|
isOptional() {
|
|
548
572
|
return this.safeParse(void 0).success;
|
|
@@ -551,40 +575,40 @@ class g {
|
|
|
551
575
|
return this.safeParse(null).success;
|
|
552
576
|
}
|
|
553
577
|
}
|
|
554
|
-
const
|
|
555
|
-
let
|
|
556
|
-
const
|
|
557
|
-
function
|
|
578
|
+
const ar = /^c[^\s-]{8,}$/i, ir = /^[0-9a-z]+$/, or = /^[0-9A-HJKMNP-TV-Z]{26}$/, cr = /^[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, dr = /^[a-z0-9_-]{21}$/i, ur = /^[-+]?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)?)??$/, lr = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, fr = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
579
|
+
let Qe;
|
|
580
|
+
const hr = /^(?:(?: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])$/, mr = /^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/, pr = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/, wt = "((\\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])))", yr = new RegExp(`^${wt}$`);
|
|
581
|
+
function Et(r) {
|
|
558
582
|
let e = "([01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d";
|
|
559
583
|
return r.precision ? e = `${e}\\.\\d{${r.precision}}` : r.precision == null && (e = `${e}(\\.\\d+)?`), e;
|
|
560
584
|
}
|
|
561
|
-
function
|
|
562
|
-
return new RegExp(`^${
|
|
585
|
+
function vr(r) {
|
|
586
|
+
return new RegExp(`^${Et(r)}$`);
|
|
563
587
|
}
|
|
564
|
-
function
|
|
565
|
-
let e = `${
|
|
588
|
+
function Ct(r) {
|
|
589
|
+
let e = `${wt}T${Et(r)}`;
|
|
566
590
|
const t = [];
|
|
567
591
|
return t.push(r.local ? "Z?" : "Z"), r.offset && t.push("([+-]\\d{2}:?\\d{2})"), e = `${e}(${t.join("|")})`, new RegExp(`^${e}$`);
|
|
568
592
|
}
|
|
569
|
-
function
|
|
570
|
-
return !!((e === "v4" || !e) &&
|
|
593
|
+
function gr(r, e) {
|
|
594
|
+
return !!((e === "v4" || !e) && hr.test(r) || (e === "v6" || !e) && mr.test(r));
|
|
571
595
|
}
|
|
572
|
-
class
|
|
596
|
+
class j extends g {
|
|
573
597
|
_parse(e) {
|
|
574
598
|
if (this._def.coerce && (e.data = String(e.data)), this._getType(e) !== f.string) {
|
|
575
599
|
const a = this._getOrReturnCtx(e);
|
|
576
600
|
return l(a, {
|
|
577
|
-
code:
|
|
601
|
+
code: c.invalid_type,
|
|
578
602
|
expected: f.string,
|
|
579
603
|
received: a.parsedType
|
|
580
604
|
}), y;
|
|
581
605
|
}
|
|
582
|
-
const n = new
|
|
606
|
+
const n = new E();
|
|
583
607
|
let s;
|
|
584
608
|
for (const a of this._def.checks)
|
|
585
609
|
if (a.kind === "min")
|
|
586
610
|
e.data.length < a.value && (s = this._getOrReturnCtx(e, s), l(s, {
|
|
587
|
-
code:
|
|
611
|
+
code: c.too_small,
|
|
588
612
|
minimum: a.value,
|
|
589
613
|
type: "string",
|
|
590
614
|
inclusive: !0,
|
|
@@ -593,7 +617,7 @@ class O extends g {
|
|
|
593
617
|
}), n.dirty());
|
|
594
618
|
else if (a.kind === "max")
|
|
595
619
|
e.data.length > a.value && (s = this._getOrReturnCtx(e, s), l(s, {
|
|
596
|
-
code:
|
|
620
|
+
code: c.too_big,
|
|
597
621
|
maximum: a.value,
|
|
598
622
|
type: "string",
|
|
599
623
|
inclusive: !0,
|
|
@@ -603,14 +627,14 @@ class O extends g {
|
|
|
603
627
|
else if (a.kind === "length") {
|
|
604
628
|
const i = e.data.length > a.value, o = e.data.length < a.value;
|
|
605
629
|
(i || o) && (s = this._getOrReturnCtx(e, s), i ? l(s, {
|
|
606
|
-
code:
|
|
630
|
+
code: c.too_big,
|
|
607
631
|
maximum: a.value,
|
|
608
632
|
type: "string",
|
|
609
633
|
inclusive: !0,
|
|
610
634
|
exact: !0,
|
|
611
635
|
message: a.message
|
|
612
636
|
}) : o && l(s, {
|
|
613
|
-
code:
|
|
637
|
+
code: c.too_small,
|
|
614
638
|
minimum: a.value,
|
|
615
639
|
type: "string",
|
|
616
640
|
inclusive: !0,
|
|
@@ -618,45 +642,45 @@ class O extends g {
|
|
|
618
642
|
message: a.message
|
|
619
643
|
}), n.dirty());
|
|
620
644
|
} else if (a.kind === "email")
|
|
621
|
-
|
|
645
|
+
lr.test(e.data) || (s = this._getOrReturnCtx(e, s), l(s, {
|
|
622
646
|
validation: "email",
|
|
623
|
-
code:
|
|
647
|
+
code: c.invalid_string,
|
|
624
648
|
message: a.message
|
|
625
649
|
}), n.dirty());
|
|
626
650
|
else if (a.kind === "emoji")
|
|
627
|
-
|
|
651
|
+
Qe || (Qe = new RegExp(fr, "u")), Qe.test(e.data) || (s = this._getOrReturnCtx(e, s), l(s, {
|
|
628
652
|
validation: "emoji",
|
|
629
|
-
code:
|
|
653
|
+
code: c.invalid_string,
|
|
630
654
|
message: a.message
|
|
631
655
|
}), n.dirty());
|
|
632
656
|
else if (a.kind === "uuid")
|
|
633
|
-
|
|
657
|
+
cr.test(e.data) || (s = this._getOrReturnCtx(e, s), l(s, {
|
|
634
658
|
validation: "uuid",
|
|
635
|
-
code:
|
|
659
|
+
code: c.invalid_string,
|
|
636
660
|
message: a.message
|
|
637
661
|
}), n.dirty());
|
|
638
662
|
else if (a.kind === "nanoid")
|
|
639
|
-
|
|
663
|
+
dr.test(e.data) || (s = this._getOrReturnCtx(e, s), l(s, {
|
|
640
664
|
validation: "nanoid",
|
|
641
|
-
code:
|
|
665
|
+
code: c.invalid_string,
|
|
642
666
|
message: a.message
|
|
643
667
|
}), n.dirty());
|
|
644
668
|
else if (a.kind === "cuid")
|
|
645
|
-
|
|
669
|
+
ar.test(e.data) || (s = this._getOrReturnCtx(e, s), l(s, {
|
|
646
670
|
validation: "cuid",
|
|
647
|
-
code:
|
|
671
|
+
code: c.invalid_string,
|
|
648
672
|
message: a.message
|
|
649
673
|
}), n.dirty());
|
|
650
674
|
else if (a.kind === "cuid2")
|
|
651
|
-
|
|
675
|
+
ir.test(e.data) || (s = this._getOrReturnCtx(e, s), l(s, {
|
|
652
676
|
validation: "cuid2",
|
|
653
|
-
code:
|
|
677
|
+
code: c.invalid_string,
|
|
654
678
|
message: a.message
|
|
655
679
|
}), n.dirty());
|
|
656
680
|
else if (a.kind === "ulid")
|
|
657
|
-
|
|
681
|
+
or.test(e.data) || (s = this._getOrReturnCtx(e, s), l(s, {
|
|
658
682
|
validation: "ulid",
|
|
659
|
-
code:
|
|
683
|
+
code: c.invalid_string,
|
|
660
684
|
message: a.message
|
|
661
685
|
}), n.dirty());
|
|
662
686
|
else if (a.kind === "url")
|
|
@@ -665,49 +689,49 @@ class O extends g {
|
|
|
665
689
|
} catch {
|
|
666
690
|
s = this._getOrReturnCtx(e, s), l(s, {
|
|
667
691
|
validation: "url",
|
|
668
|
-
code:
|
|
692
|
+
code: c.invalid_string,
|
|
669
693
|
message: a.message
|
|
670
694
|
}), n.dirty();
|
|
671
695
|
}
|
|
672
696
|
else a.kind === "regex" ? (a.regex.lastIndex = 0, a.regex.test(e.data) || (s = this._getOrReturnCtx(e, s), l(s, {
|
|
673
697
|
validation: "regex",
|
|
674
|
-
code:
|
|
698
|
+
code: c.invalid_string,
|
|
675
699
|
message: a.message
|
|
676
700
|
}), n.dirty())) : a.kind === "trim" ? e.data = e.data.trim() : a.kind === "includes" ? e.data.includes(a.value, a.position) || (s = this._getOrReturnCtx(e, s), l(s, {
|
|
677
|
-
code:
|
|
701
|
+
code: c.invalid_string,
|
|
678
702
|
validation: { includes: a.value, position: a.position },
|
|
679
703
|
message: a.message
|
|
680
704
|
}), n.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), l(s, {
|
|
681
|
-
code:
|
|
705
|
+
code: c.invalid_string,
|
|
682
706
|
validation: { startsWith: a.value },
|
|
683
707
|
message: a.message
|
|
684
708
|
}), n.dirty()) : a.kind === "endsWith" ? e.data.endsWith(a.value) || (s = this._getOrReturnCtx(e, s), l(s, {
|
|
685
|
-
code:
|
|
709
|
+
code: c.invalid_string,
|
|
686
710
|
validation: { endsWith: a.value },
|
|
687
711
|
message: a.message
|
|
688
|
-
}), n.dirty()) : a.kind === "datetime" ?
|
|
689
|
-
code:
|
|
712
|
+
}), n.dirty()) : a.kind === "datetime" ? Ct(a).test(e.data) || (s = this._getOrReturnCtx(e, s), l(s, {
|
|
713
|
+
code: c.invalid_string,
|
|
690
714
|
validation: "datetime",
|
|
691
715
|
message: a.message
|
|
692
|
-
}), n.dirty()) : a.kind === "date" ?
|
|
693
|
-
code:
|
|
716
|
+
}), n.dirty()) : a.kind === "date" ? yr.test(e.data) || (s = this._getOrReturnCtx(e, s), l(s, {
|
|
717
|
+
code: c.invalid_string,
|
|
694
718
|
validation: "date",
|
|
695
719
|
message: a.message
|
|
696
|
-
}), n.dirty()) : a.kind === "time" ?
|
|
697
|
-
code:
|
|
720
|
+
}), n.dirty()) : a.kind === "time" ? vr(a).test(e.data) || (s = this._getOrReturnCtx(e, s), l(s, {
|
|
721
|
+
code: c.invalid_string,
|
|
698
722
|
validation: "time",
|
|
699
723
|
message: a.message
|
|
700
|
-
}), n.dirty()) : a.kind === "duration" ?
|
|
724
|
+
}), n.dirty()) : a.kind === "duration" ? ur.test(e.data) || (s = this._getOrReturnCtx(e, s), l(s, {
|
|
701
725
|
validation: "duration",
|
|
702
|
-
code:
|
|
726
|
+
code: c.invalid_string,
|
|
703
727
|
message: a.message
|
|
704
|
-
}), n.dirty()) : a.kind === "ip" ?
|
|
728
|
+
}), n.dirty()) : a.kind === "ip" ? gr(e.data, a.version) || (s = this._getOrReturnCtx(e, s), l(s, {
|
|
705
729
|
validation: "ip",
|
|
706
|
-
code:
|
|
730
|
+
code: c.invalid_string,
|
|
707
731
|
message: a.message
|
|
708
|
-
}), n.dirty()) : a.kind === "base64" ?
|
|
732
|
+
}), n.dirty()) : a.kind === "base64" ? pr.test(e.data) || (s = this._getOrReturnCtx(e, s), l(s, {
|
|
709
733
|
validation: "base64",
|
|
710
|
-
code:
|
|
734
|
+
code: c.invalid_string,
|
|
711
735
|
message: a.message
|
|
712
736
|
}), n.dirty()) : _.assertNever(a);
|
|
713
737
|
return { status: n.value, value: e.data };
|
|
@@ -715,12 +739,12 @@ class O extends g {
|
|
|
715
739
|
_regex(e, t, n) {
|
|
716
740
|
return this.refinement((s) => e.test(s), {
|
|
717
741
|
validation: t,
|
|
718
|
-
code:
|
|
742
|
+
code: c.invalid_string,
|
|
719
743
|
...h.errToObj(n)
|
|
720
744
|
});
|
|
721
745
|
}
|
|
722
746
|
_addCheck(e) {
|
|
723
|
-
return new
|
|
747
|
+
return new j({
|
|
724
748
|
...this._def,
|
|
725
749
|
checks: [...this._def.checks, e]
|
|
726
750
|
});
|
|
@@ -846,19 +870,19 @@ class O extends g {
|
|
|
846
870
|
return this.min(1, h.errToObj(e));
|
|
847
871
|
}
|
|
848
872
|
trim() {
|
|
849
|
-
return new
|
|
873
|
+
return new j({
|
|
850
874
|
...this._def,
|
|
851
875
|
checks: [...this._def.checks, { kind: "trim" }]
|
|
852
876
|
});
|
|
853
877
|
}
|
|
854
878
|
toLowerCase() {
|
|
855
|
-
return new
|
|
879
|
+
return new j({
|
|
856
880
|
...this._def,
|
|
857
881
|
checks: [...this._def.checks, { kind: "toLowerCase" }]
|
|
858
882
|
});
|
|
859
883
|
}
|
|
860
884
|
toUpperCase() {
|
|
861
|
-
return new
|
|
885
|
+
return new j({
|
|
862
886
|
...this._def,
|
|
863
887
|
checks: [...this._def.checks, { kind: "toUpperCase" }]
|
|
864
888
|
});
|
|
@@ -918,20 +942,20 @@ class O extends g {
|
|
|
918
942
|
return e;
|
|
919
943
|
}
|
|
920
944
|
}
|
|
921
|
-
|
|
945
|
+
j.create = (r) => {
|
|
922
946
|
var e;
|
|
923
|
-
return new
|
|
947
|
+
return new j({
|
|
924
948
|
checks: [],
|
|
925
|
-
typeName:
|
|
949
|
+
typeName: p.ZodString,
|
|
926
950
|
coerce: (e = r == null ? void 0 : r.coerce) !== null && e !== void 0 ? e : !1,
|
|
927
951
|
...v(r)
|
|
928
952
|
});
|
|
929
953
|
};
|
|
930
|
-
function
|
|
954
|
+
function _r(r, e) {
|
|
931
955
|
const t = (r.toString().split(".")[1] || "").length, n = (e.toString().split(".")[1] || "").length, s = t > n ? t : n, a = parseInt(r.toFixed(s).replace(".", "")), i = parseInt(e.toFixed(s).replace(".", ""));
|
|
932
956
|
return a % i / Math.pow(10, s);
|
|
933
957
|
}
|
|
934
|
-
class
|
|
958
|
+
class K extends g {
|
|
935
959
|
constructor() {
|
|
936
960
|
super(...arguments), this.min = this.gte, this.max = this.lte, this.step = this.multipleOf;
|
|
937
961
|
}
|
|
@@ -939,39 +963,39 @@ class L extends g {
|
|
|
939
963
|
if (this._def.coerce && (e.data = Number(e.data)), this._getType(e) !== f.number) {
|
|
940
964
|
const a = this._getOrReturnCtx(e);
|
|
941
965
|
return l(a, {
|
|
942
|
-
code:
|
|
966
|
+
code: c.invalid_type,
|
|
943
967
|
expected: f.number,
|
|
944
968
|
received: a.parsedType
|
|
945
969
|
}), y;
|
|
946
970
|
}
|
|
947
971
|
let n;
|
|
948
|
-
const s = new
|
|
972
|
+
const s = new E();
|
|
949
973
|
for (const a of this._def.checks)
|
|
950
974
|
a.kind === "int" ? _.isInteger(e.data) || (n = this._getOrReturnCtx(e, n), l(n, {
|
|
951
|
-
code:
|
|
975
|
+
code: c.invalid_type,
|
|
952
976
|
expected: "integer",
|
|
953
977
|
received: "float",
|
|
954
978
|
message: a.message
|
|
955
979
|
}), s.dirty()) : a.kind === "min" ? (a.inclusive ? e.data < a.value : e.data <= a.value) && (n = this._getOrReturnCtx(e, n), l(n, {
|
|
956
|
-
code:
|
|
980
|
+
code: c.too_small,
|
|
957
981
|
minimum: a.value,
|
|
958
982
|
type: "number",
|
|
959
983
|
inclusive: a.inclusive,
|
|
960
984
|
exact: !1,
|
|
961
985
|
message: a.message
|
|
962
986
|
}), s.dirty()) : a.kind === "max" ? (a.inclusive ? e.data > a.value : e.data >= a.value) && (n = this._getOrReturnCtx(e, n), l(n, {
|
|
963
|
-
code:
|
|
987
|
+
code: c.too_big,
|
|
964
988
|
maximum: a.value,
|
|
965
989
|
type: "number",
|
|
966
990
|
inclusive: a.inclusive,
|
|
967
991
|
exact: !1,
|
|
968
992
|
message: a.message
|
|
969
|
-
}), s.dirty()) : a.kind === "multipleOf" ?
|
|
970
|
-
code:
|
|
993
|
+
}), s.dirty()) : a.kind === "multipleOf" ? _r(e.data, a.value) !== 0 && (n = this._getOrReturnCtx(e, n), l(n, {
|
|
994
|
+
code: c.not_multiple_of,
|
|
971
995
|
multipleOf: a.value,
|
|
972
996
|
message: a.message
|
|
973
997
|
}), s.dirty()) : a.kind === "finite" ? Number.isFinite(e.data) || (n = this._getOrReturnCtx(e, n), l(n, {
|
|
974
|
-
code:
|
|
998
|
+
code: c.not_finite,
|
|
975
999
|
message: a.message
|
|
976
1000
|
}), s.dirty()) : _.assertNever(a);
|
|
977
1001
|
return { status: s.value, value: e.data };
|
|
@@ -989,7 +1013,7 @@ class L extends g {
|
|
|
989
1013
|
return this.setLimit("max", e, !1, h.toString(t));
|
|
990
1014
|
}
|
|
991
1015
|
setLimit(e, t, n, s) {
|
|
992
|
-
return new
|
|
1016
|
+
return new K({
|
|
993
1017
|
...this._def,
|
|
994
1018
|
checks: [
|
|
995
1019
|
...this._def.checks,
|
|
@@ -1003,7 +1027,7 @@ class L extends g {
|
|
|
1003
1027
|
});
|
|
1004
1028
|
}
|
|
1005
1029
|
_addCheck(e) {
|
|
1006
|
-
return new
|
|
1030
|
+
return new K({
|
|
1007
1031
|
...this._def,
|
|
1008
1032
|
checks: [...this._def.checks, e]
|
|
1009
1033
|
});
|
|
@@ -1097,13 +1121,13 @@ class L extends g {
|
|
|
1097
1121
|
return Number.isFinite(t) && Number.isFinite(e);
|
|
1098
1122
|
}
|
|
1099
1123
|
}
|
|
1100
|
-
|
|
1124
|
+
K.create = (r) => new K({
|
|
1101
1125
|
checks: [],
|
|
1102
|
-
typeName:
|
|
1126
|
+
typeName: p.ZodNumber,
|
|
1103
1127
|
coerce: (r == null ? void 0 : r.coerce) || !1,
|
|
1104
1128
|
...v(r)
|
|
1105
1129
|
});
|
|
1106
|
-
class
|
|
1130
|
+
class q extends g {
|
|
1107
1131
|
constructor() {
|
|
1108
1132
|
super(...arguments), this.min = this.gte, this.max = this.lte;
|
|
1109
1133
|
}
|
|
@@ -1111,28 +1135,28 @@ class U extends g {
|
|
|
1111
1135
|
if (this._def.coerce && (e.data = BigInt(e.data)), this._getType(e) !== f.bigint) {
|
|
1112
1136
|
const a = this._getOrReturnCtx(e);
|
|
1113
1137
|
return l(a, {
|
|
1114
|
-
code:
|
|
1138
|
+
code: c.invalid_type,
|
|
1115
1139
|
expected: f.bigint,
|
|
1116
1140
|
received: a.parsedType
|
|
1117
1141
|
}), y;
|
|
1118
1142
|
}
|
|
1119
1143
|
let n;
|
|
1120
|
-
const s = new
|
|
1144
|
+
const s = new E();
|
|
1121
1145
|
for (const a of this._def.checks)
|
|
1122
1146
|
a.kind === "min" ? (a.inclusive ? e.data < a.value : e.data <= a.value) && (n = this._getOrReturnCtx(e, n), l(n, {
|
|
1123
|
-
code:
|
|
1147
|
+
code: c.too_small,
|
|
1124
1148
|
type: "bigint",
|
|
1125
1149
|
minimum: a.value,
|
|
1126
1150
|
inclusive: a.inclusive,
|
|
1127
1151
|
message: a.message
|
|
1128
1152
|
}), s.dirty()) : a.kind === "max" ? (a.inclusive ? e.data > a.value : e.data >= a.value) && (n = this._getOrReturnCtx(e, n), l(n, {
|
|
1129
|
-
code:
|
|
1153
|
+
code: c.too_big,
|
|
1130
1154
|
type: "bigint",
|
|
1131
1155
|
maximum: a.value,
|
|
1132
1156
|
inclusive: a.inclusive,
|
|
1133
1157
|
message: a.message
|
|
1134
1158
|
}), s.dirty()) : a.kind === "multipleOf" ? e.data % a.value !== BigInt(0) && (n = this._getOrReturnCtx(e, n), l(n, {
|
|
1135
|
-
code:
|
|
1159
|
+
code: c.not_multiple_of,
|
|
1136
1160
|
multipleOf: a.value,
|
|
1137
1161
|
message: a.message
|
|
1138
1162
|
}), s.dirty()) : _.assertNever(a);
|
|
@@ -1151,7 +1175,7 @@ class U extends g {
|
|
|
1151
1175
|
return this.setLimit("max", e, !1, h.toString(t));
|
|
1152
1176
|
}
|
|
1153
1177
|
setLimit(e, t, n, s) {
|
|
1154
|
-
return new
|
|
1178
|
+
return new q({
|
|
1155
1179
|
...this._def,
|
|
1156
1180
|
checks: [
|
|
1157
1181
|
...this._def.checks,
|
|
@@ -1165,7 +1189,7 @@ class U extends g {
|
|
|
1165
1189
|
});
|
|
1166
1190
|
}
|
|
1167
1191
|
_addCheck(e) {
|
|
1168
|
-
return new
|
|
1192
|
+
return new q({
|
|
1169
1193
|
...this._def,
|
|
1170
1194
|
checks: [...this._def.checks, e]
|
|
1171
1195
|
});
|
|
@@ -1222,39 +1246,39 @@ class U extends g {
|
|
|
1222
1246
|
return e;
|
|
1223
1247
|
}
|
|
1224
1248
|
}
|
|
1225
|
-
|
|
1249
|
+
q.create = (r) => {
|
|
1226
1250
|
var e;
|
|
1227
|
-
return new
|
|
1251
|
+
return new q({
|
|
1228
1252
|
checks: [],
|
|
1229
|
-
typeName:
|
|
1253
|
+
typeName: p.ZodBigInt,
|
|
1230
1254
|
coerce: (e = r == null ? void 0 : r.coerce) !== null && e !== void 0 ? e : !1,
|
|
1231
1255
|
...v(r)
|
|
1232
1256
|
});
|
|
1233
1257
|
};
|
|
1234
|
-
class
|
|
1258
|
+
class ge extends g {
|
|
1235
1259
|
_parse(e) {
|
|
1236
1260
|
if (this._def.coerce && (e.data = !!e.data), this._getType(e) !== f.boolean) {
|
|
1237
1261
|
const n = this._getOrReturnCtx(e);
|
|
1238
1262
|
return l(n, {
|
|
1239
|
-
code:
|
|
1263
|
+
code: c.invalid_type,
|
|
1240
1264
|
expected: f.boolean,
|
|
1241
1265
|
received: n.parsedType
|
|
1242
1266
|
}), y;
|
|
1243
1267
|
}
|
|
1244
|
-
return
|
|
1268
|
+
return S(e.data);
|
|
1245
1269
|
}
|
|
1246
1270
|
}
|
|
1247
|
-
|
|
1248
|
-
typeName:
|
|
1271
|
+
ge.create = (r) => new ge({
|
|
1272
|
+
typeName: p.ZodBoolean,
|
|
1249
1273
|
coerce: (r == null ? void 0 : r.coerce) || !1,
|
|
1250
1274
|
...v(r)
|
|
1251
1275
|
});
|
|
1252
|
-
class
|
|
1276
|
+
class Q extends g {
|
|
1253
1277
|
_parse(e) {
|
|
1254
1278
|
if (this._def.coerce && (e.data = new Date(e.data)), this._getType(e) !== f.date) {
|
|
1255
1279
|
const a = this._getOrReturnCtx(e);
|
|
1256
1280
|
return l(a, {
|
|
1257
|
-
code:
|
|
1281
|
+
code: c.invalid_type,
|
|
1258
1282
|
expected: f.date,
|
|
1259
1283
|
received: a.parsedType
|
|
1260
1284
|
}), y;
|
|
@@ -1262,21 +1286,21 @@ class H extends g {
|
|
|
1262
1286
|
if (isNaN(e.data.getTime())) {
|
|
1263
1287
|
const a = this._getOrReturnCtx(e);
|
|
1264
1288
|
return l(a, {
|
|
1265
|
-
code:
|
|
1289
|
+
code: c.invalid_date
|
|
1266
1290
|
}), y;
|
|
1267
1291
|
}
|
|
1268
|
-
const n = new
|
|
1292
|
+
const n = new E();
|
|
1269
1293
|
let s;
|
|
1270
1294
|
for (const a of this._def.checks)
|
|
1271
1295
|
a.kind === "min" ? e.data.getTime() < a.value && (s = this._getOrReturnCtx(e, s), l(s, {
|
|
1272
|
-
code:
|
|
1296
|
+
code: c.too_small,
|
|
1273
1297
|
message: a.message,
|
|
1274
1298
|
inclusive: !0,
|
|
1275
1299
|
exact: !1,
|
|
1276
1300
|
minimum: a.value,
|
|
1277
1301
|
type: "date"
|
|
1278
1302
|
}), n.dirty()) : a.kind === "max" ? e.data.getTime() > a.value && (s = this._getOrReturnCtx(e, s), l(s, {
|
|
1279
|
-
code:
|
|
1303
|
+
code: c.too_big,
|
|
1280
1304
|
message: a.message,
|
|
1281
1305
|
inclusive: !0,
|
|
1282
1306
|
exact: !1,
|
|
@@ -1289,7 +1313,7 @@ class H extends g {
|
|
|
1289
1313
|
};
|
|
1290
1314
|
}
|
|
1291
1315
|
_addCheck(e) {
|
|
1292
|
-
return new
|
|
1316
|
+
return new Q({
|
|
1293
1317
|
...this._def,
|
|
1294
1318
|
checks: [...this._def.checks, e]
|
|
1295
1319
|
});
|
|
@@ -1321,131 +1345,131 @@ class H extends g {
|
|
|
1321
1345
|
return e != null ? new Date(e) : null;
|
|
1322
1346
|
}
|
|
1323
1347
|
}
|
|
1324
|
-
|
|
1348
|
+
Q.create = (r) => new Q({
|
|
1325
1349
|
checks: [],
|
|
1326
1350
|
coerce: (r == null ? void 0 : r.coerce) || !1,
|
|
1327
|
-
typeName:
|
|
1351
|
+
typeName: p.ZodDate,
|
|
1328
1352
|
...v(r)
|
|
1329
1353
|
});
|
|
1330
|
-
class
|
|
1354
|
+
class $e extends g {
|
|
1331
1355
|
_parse(e) {
|
|
1332
1356
|
if (this._getType(e) !== f.symbol) {
|
|
1333
1357
|
const n = this._getOrReturnCtx(e);
|
|
1334
1358
|
return l(n, {
|
|
1335
|
-
code:
|
|
1359
|
+
code: c.invalid_type,
|
|
1336
1360
|
expected: f.symbol,
|
|
1337
1361
|
received: n.parsedType
|
|
1338
1362
|
}), y;
|
|
1339
1363
|
}
|
|
1340
|
-
return
|
|
1364
|
+
return S(e.data);
|
|
1341
1365
|
}
|
|
1342
1366
|
}
|
|
1343
|
-
|
|
1344
|
-
typeName:
|
|
1367
|
+
$e.create = (r) => new $e({
|
|
1368
|
+
typeName: p.ZodSymbol,
|
|
1345
1369
|
...v(r)
|
|
1346
1370
|
});
|
|
1347
|
-
class
|
|
1371
|
+
class _e extends g {
|
|
1348
1372
|
_parse(e) {
|
|
1349
1373
|
if (this._getType(e) !== f.undefined) {
|
|
1350
1374
|
const n = this._getOrReturnCtx(e);
|
|
1351
1375
|
return l(n, {
|
|
1352
|
-
code:
|
|
1376
|
+
code: c.invalid_type,
|
|
1353
1377
|
expected: f.undefined,
|
|
1354
1378
|
received: n.parsedType
|
|
1355
1379
|
}), y;
|
|
1356
1380
|
}
|
|
1357
|
-
return
|
|
1381
|
+
return S(e.data);
|
|
1358
1382
|
}
|
|
1359
1383
|
}
|
|
1360
|
-
|
|
1361
|
-
typeName:
|
|
1384
|
+
_e.create = (r) => new _e({
|
|
1385
|
+
typeName: p.ZodUndefined,
|
|
1362
1386
|
...v(r)
|
|
1363
1387
|
});
|
|
1364
|
-
class
|
|
1388
|
+
class xe extends g {
|
|
1365
1389
|
_parse(e) {
|
|
1366
1390
|
if (this._getType(e) !== f.null) {
|
|
1367
1391
|
const n = this._getOrReturnCtx(e);
|
|
1368
1392
|
return l(n, {
|
|
1369
|
-
code:
|
|
1393
|
+
code: c.invalid_type,
|
|
1370
1394
|
expected: f.null,
|
|
1371
1395
|
received: n.parsedType
|
|
1372
1396
|
}), y;
|
|
1373
1397
|
}
|
|
1374
|
-
return
|
|
1398
|
+
return S(e.data);
|
|
1375
1399
|
}
|
|
1376
1400
|
}
|
|
1377
|
-
|
|
1378
|
-
typeName:
|
|
1401
|
+
xe.create = (r) => new xe({
|
|
1402
|
+
typeName: p.ZodNull,
|
|
1379
1403
|
...v(r)
|
|
1380
1404
|
});
|
|
1381
|
-
class
|
|
1405
|
+
class le extends g {
|
|
1382
1406
|
constructor() {
|
|
1383
1407
|
super(...arguments), this._any = !0;
|
|
1384
1408
|
}
|
|
1385
1409
|
_parse(e) {
|
|
1386
|
-
return
|
|
1410
|
+
return S(e.data);
|
|
1387
1411
|
}
|
|
1388
1412
|
}
|
|
1389
|
-
|
|
1390
|
-
typeName:
|
|
1413
|
+
le.create = (r) => new le({
|
|
1414
|
+
typeName: p.ZodAny,
|
|
1391
1415
|
...v(r)
|
|
1392
1416
|
});
|
|
1393
|
-
class
|
|
1417
|
+
class X extends g {
|
|
1394
1418
|
constructor() {
|
|
1395
1419
|
super(...arguments), this._unknown = !0;
|
|
1396
1420
|
}
|
|
1397
1421
|
_parse(e) {
|
|
1398
|
-
return
|
|
1422
|
+
return S(e.data);
|
|
1399
1423
|
}
|
|
1400
1424
|
}
|
|
1401
|
-
|
|
1402
|
-
typeName:
|
|
1425
|
+
X.create = (r) => new X({
|
|
1426
|
+
typeName: p.ZodUnknown,
|
|
1403
1427
|
...v(r)
|
|
1404
1428
|
});
|
|
1405
|
-
class
|
|
1429
|
+
class V extends g {
|
|
1406
1430
|
_parse(e) {
|
|
1407
1431
|
const t = this._getOrReturnCtx(e);
|
|
1408
1432
|
return l(t, {
|
|
1409
|
-
code:
|
|
1433
|
+
code: c.invalid_type,
|
|
1410
1434
|
expected: f.never,
|
|
1411
1435
|
received: t.parsedType
|
|
1412
1436
|
}), y;
|
|
1413
1437
|
}
|
|
1414
1438
|
}
|
|
1415
|
-
|
|
1416
|
-
typeName:
|
|
1439
|
+
V.create = (r) => new V({
|
|
1440
|
+
typeName: p.ZodNever,
|
|
1417
1441
|
...v(r)
|
|
1418
1442
|
});
|
|
1419
|
-
class
|
|
1443
|
+
class Ve extends g {
|
|
1420
1444
|
_parse(e) {
|
|
1421
1445
|
if (this._getType(e) !== f.undefined) {
|
|
1422
1446
|
const n = this._getOrReturnCtx(e);
|
|
1423
1447
|
return l(n, {
|
|
1424
|
-
code:
|
|
1448
|
+
code: c.invalid_type,
|
|
1425
1449
|
expected: f.void,
|
|
1426
1450
|
received: n.parsedType
|
|
1427
1451
|
}), y;
|
|
1428
1452
|
}
|
|
1429
|
-
return
|
|
1453
|
+
return S(e.data);
|
|
1430
1454
|
}
|
|
1431
1455
|
}
|
|
1432
|
-
|
|
1433
|
-
typeName:
|
|
1456
|
+
Ve.create = (r) => new Ve({
|
|
1457
|
+
typeName: p.ZodVoid,
|
|
1434
1458
|
...v(r)
|
|
1435
1459
|
});
|
|
1436
|
-
class
|
|
1460
|
+
class P extends g {
|
|
1437
1461
|
_parse(e) {
|
|
1438
1462
|
const { ctx: t, status: n } = this._processInputParams(e), s = this._def;
|
|
1439
1463
|
if (t.parsedType !== f.array)
|
|
1440
1464
|
return l(t, {
|
|
1441
|
-
code:
|
|
1465
|
+
code: c.invalid_type,
|
|
1442
1466
|
expected: f.array,
|
|
1443
1467
|
received: t.parsedType
|
|
1444
1468
|
}), y;
|
|
1445
1469
|
if (s.exactLength !== null) {
|
|
1446
1470
|
const i = t.data.length > s.exactLength.value, o = t.data.length < s.exactLength.value;
|
|
1447
1471
|
(i || o) && (l(t, {
|
|
1448
|
-
code: i ?
|
|
1472
|
+
code: i ? c.too_big : c.too_small,
|
|
1449
1473
|
minimum: o ? s.exactLength.value : void 0,
|
|
1450
1474
|
maximum: i ? s.exactLength.value : void 0,
|
|
1451
1475
|
type: "array",
|
|
@@ -1455,41 +1479,41 @@ class N extends g {
|
|
|
1455
1479
|
}), n.dirty());
|
|
1456
1480
|
}
|
|
1457
1481
|
if (s.minLength !== null && t.data.length < s.minLength.value && (l(t, {
|
|
1458
|
-
code:
|
|
1482
|
+
code: c.too_small,
|
|
1459
1483
|
minimum: s.minLength.value,
|
|
1460
1484
|
type: "array",
|
|
1461
1485
|
inclusive: !0,
|
|
1462
1486
|
exact: !1,
|
|
1463
1487
|
message: s.minLength.message
|
|
1464
1488
|
}), n.dirty()), s.maxLength !== null && t.data.length > s.maxLength.value && (l(t, {
|
|
1465
|
-
code:
|
|
1489
|
+
code: c.too_big,
|
|
1466
1490
|
maximum: s.maxLength.value,
|
|
1467
1491
|
type: "array",
|
|
1468
1492
|
inclusive: !0,
|
|
1469
1493
|
exact: !1,
|
|
1470
1494
|
message: s.maxLength.message
|
|
1471
1495
|
}), n.dirty()), t.common.async)
|
|
1472
|
-
return Promise.all([...t.data].map((i, o) => s.type._parseAsync(new
|
|
1473
|
-
const a = [...t.data].map((i, o) => s.type._parseSync(new
|
|
1474
|
-
return
|
|
1496
|
+
return Promise.all([...t.data].map((i, o) => s.type._parseAsync(new U(t, i, t.path, o)))).then((i) => E.mergeArray(n, i));
|
|
1497
|
+
const a = [...t.data].map((i, o) => s.type._parseSync(new U(t, i, t.path, o)));
|
|
1498
|
+
return E.mergeArray(n, a);
|
|
1475
1499
|
}
|
|
1476
1500
|
get element() {
|
|
1477
1501
|
return this._def.type;
|
|
1478
1502
|
}
|
|
1479
1503
|
min(e, t) {
|
|
1480
|
-
return new
|
|
1504
|
+
return new P({
|
|
1481
1505
|
...this._def,
|
|
1482
1506
|
minLength: { value: e, message: h.toString(t) }
|
|
1483
1507
|
});
|
|
1484
1508
|
}
|
|
1485
1509
|
max(e, t) {
|
|
1486
|
-
return new
|
|
1510
|
+
return new P({
|
|
1487
1511
|
...this._def,
|
|
1488
1512
|
maxLength: { value: e, message: h.toString(t) }
|
|
1489
1513
|
});
|
|
1490
1514
|
}
|
|
1491
1515
|
length(e, t) {
|
|
1492
|
-
return new
|
|
1516
|
+
return new P({
|
|
1493
1517
|
...this._def,
|
|
1494
1518
|
exactLength: { value: e, message: h.toString(t) }
|
|
1495
1519
|
});
|
|
@@ -1498,31 +1522,31 @@ class N extends g {
|
|
|
1498
1522
|
return this.min(1, e);
|
|
1499
1523
|
}
|
|
1500
1524
|
}
|
|
1501
|
-
|
|
1525
|
+
P.create = (r, e) => new P({
|
|
1502
1526
|
type: r,
|
|
1503
1527
|
minLength: null,
|
|
1504
1528
|
maxLength: null,
|
|
1505
1529
|
exactLength: null,
|
|
1506
|
-
typeName:
|
|
1530
|
+
typeName: p.ZodArray,
|
|
1507
1531
|
...v(e)
|
|
1508
1532
|
});
|
|
1509
|
-
function
|
|
1510
|
-
if (r instanceof
|
|
1533
|
+
function oe(r) {
|
|
1534
|
+
if (r instanceof k) {
|
|
1511
1535
|
const e = {};
|
|
1512
1536
|
for (const t in r.shape) {
|
|
1513
1537
|
const n = r.shape[t];
|
|
1514
|
-
e[t] =
|
|
1538
|
+
e[t] = M.create(oe(n));
|
|
1515
1539
|
}
|
|
1516
|
-
return new
|
|
1540
|
+
return new k({
|
|
1517
1541
|
...r._def,
|
|
1518
1542
|
shape: () => e
|
|
1519
1543
|
});
|
|
1520
|
-
} else return r instanceof
|
|
1544
|
+
} else return r instanceof P ? new P({
|
|
1521
1545
|
...r._def,
|
|
1522
|
-
type:
|
|
1523
|
-
}) : r instanceof
|
|
1546
|
+
type: oe(r.element)
|
|
1547
|
+
}) : r instanceof M ? M.create(oe(r.unwrap())) : r instanceof J ? J.create(oe(r.unwrap())) : r instanceof L ? L.create(r.items.map((e) => oe(e))) : r;
|
|
1524
1548
|
}
|
|
1525
|
-
class
|
|
1549
|
+
class k extends g {
|
|
1526
1550
|
constructor() {
|
|
1527
1551
|
super(...arguments), this._cached = null, this.nonstrict = this.passthrough, this.augment = this.extend;
|
|
1528
1552
|
}
|
|
@@ -1534,72 +1558,72 @@ class x extends g {
|
|
|
1534
1558
|
}
|
|
1535
1559
|
_parse(e) {
|
|
1536
1560
|
if (this._getType(e) !== f.object) {
|
|
1537
|
-
const
|
|
1538
|
-
return l(
|
|
1539
|
-
code:
|
|
1561
|
+
const d = this._getOrReturnCtx(e);
|
|
1562
|
+
return l(d, {
|
|
1563
|
+
code: c.invalid_type,
|
|
1540
1564
|
expected: f.object,
|
|
1541
|
-
received:
|
|
1565
|
+
received: d.parsedType
|
|
1542
1566
|
}), y;
|
|
1543
1567
|
}
|
|
1544
1568
|
const { status: n, ctx: s } = this._processInputParams(e), { shape: a, keys: i } = this._getCached(), o = [];
|
|
1545
|
-
if (!(this._def.catchall instanceof
|
|
1546
|
-
for (const
|
|
1547
|
-
i.includes(
|
|
1569
|
+
if (!(this._def.catchall instanceof V && this._def.unknownKeys === "strip"))
|
|
1570
|
+
for (const d in s.data)
|
|
1571
|
+
i.includes(d) || o.push(d);
|
|
1548
1572
|
const u = [];
|
|
1549
|
-
for (const
|
|
1550
|
-
const
|
|
1573
|
+
for (const d of i) {
|
|
1574
|
+
const m = a[d], T = s.data[d];
|
|
1551
1575
|
u.push({
|
|
1552
|
-
key: { status: "valid", value:
|
|
1553
|
-
value:
|
|
1554
|
-
alwaysSet:
|
|
1576
|
+
key: { status: "valid", value: d },
|
|
1577
|
+
value: m._parse(new U(s, T, s.path, d)),
|
|
1578
|
+
alwaysSet: d in s.data
|
|
1555
1579
|
});
|
|
1556
1580
|
}
|
|
1557
|
-
if (this._def.catchall instanceof
|
|
1558
|
-
const
|
|
1559
|
-
if (
|
|
1560
|
-
for (const
|
|
1581
|
+
if (this._def.catchall instanceof V) {
|
|
1582
|
+
const d = this._def.unknownKeys;
|
|
1583
|
+
if (d === "passthrough")
|
|
1584
|
+
for (const m of o)
|
|
1561
1585
|
u.push({
|
|
1562
|
-
key: { status: "valid", value:
|
|
1563
|
-
value: { status: "valid", value: s.data[
|
|
1586
|
+
key: { status: "valid", value: m },
|
|
1587
|
+
value: { status: "valid", value: s.data[m] }
|
|
1564
1588
|
});
|
|
1565
|
-
else if (
|
|
1589
|
+
else if (d === "strict")
|
|
1566
1590
|
o.length > 0 && (l(s, {
|
|
1567
|
-
code:
|
|
1591
|
+
code: c.unrecognized_keys,
|
|
1568
1592
|
keys: o
|
|
1569
1593
|
}), n.dirty());
|
|
1570
|
-
else if (
|
|
1594
|
+
else if (d !== "strip") throw new Error("Internal ZodObject error: invalid unknownKeys value.");
|
|
1571
1595
|
} else {
|
|
1572
|
-
const
|
|
1573
|
-
for (const
|
|
1574
|
-
const
|
|
1596
|
+
const d = this._def.catchall;
|
|
1597
|
+
for (const m of o) {
|
|
1598
|
+
const T = s.data[m];
|
|
1575
1599
|
u.push({
|
|
1576
|
-
key: { status: "valid", value:
|
|
1577
|
-
value:
|
|
1578
|
-
new
|
|
1600
|
+
key: { status: "valid", value: m },
|
|
1601
|
+
value: d._parse(
|
|
1602
|
+
new U(s, T, s.path, m)
|
|
1579
1603
|
//, ctx.child(key), value, getParsedType(value)
|
|
1580
1604
|
),
|
|
1581
|
-
alwaysSet:
|
|
1605
|
+
alwaysSet: m in s.data
|
|
1582
1606
|
});
|
|
1583
1607
|
}
|
|
1584
1608
|
}
|
|
1585
1609
|
return s.common.async ? Promise.resolve().then(async () => {
|
|
1586
|
-
const
|
|
1587
|
-
for (const
|
|
1588
|
-
const
|
|
1589
|
-
|
|
1590
|
-
key:
|
|
1591
|
-
value:
|
|
1592
|
-
alwaysSet:
|
|
1610
|
+
const d = [];
|
|
1611
|
+
for (const m of u) {
|
|
1612
|
+
const T = await m.key, z = await m.value;
|
|
1613
|
+
d.push({
|
|
1614
|
+
key: T,
|
|
1615
|
+
value: z,
|
|
1616
|
+
alwaysSet: m.alwaysSet
|
|
1593
1617
|
});
|
|
1594
1618
|
}
|
|
1595
|
-
return
|
|
1596
|
-
}).then((
|
|
1619
|
+
return d;
|
|
1620
|
+
}).then((d) => E.mergeObjectSync(n, d)) : E.mergeObjectSync(n, u);
|
|
1597
1621
|
}
|
|
1598
1622
|
get shape() {
|
|
1599
1623
|
return this._def.shape();
|
|
1600
1624
|
}
|
|
1601
1625
|
strict(e) {
|
|
1602
|
-
return h.errToObj, new
|
|
1626
|
+
return h.errToObj, new k({
|
|
1603
1627
|
...this._def,
|
|
1604
1628
|
unknownKeys: "strict",
|
|
1605
1629
|
...e !== void 0 ? {
|
|
@@ -1616,13 +1640,13 @@ class x extends g {
|
|
|
1616
1640
|
});
|
|
1617
1641
|
}
|
|
1618
1642
|
strip() {
|
|
1619
|
-
return new
|
|
1643
|
+
return new k({
|
|
1620
1644
|
...this._def,
|
|
1621
1645
|
unknownKeys: "strip"
|
|
1622
1646
|
});
|
|
1623
1647
|
}
|
|
1624
1648
|
passthrough() {
|
|
1625
|
-
return new
|
|
1649
|
+
return new k({
|
|
1626
1650
|
...this._def,
|
|
1627
1651
|
unknownKeys: "passthrough"
|
|
1628
1652
|
});
|
|
@@ -1645,7 +1669,7 @@ class x extends g {
|
|
|
1645
1669
|
// }) as any;
|
|
1646
1670
|
// };
|
|
1647
1671
|
extend(e) {
|
|
1648
|
-
return new
|
|
1672
|
+
return new k({
|
|
1649
1673
|
...this._def,
|
|
1650
1674
|
shape: () => ({
|
|
1651
1675
|
...this._def.shape(),
|
|
@@ -1659,14 +1683,14 @@ class x extends g {
|
|
|
1659
1683
|
* upgrade if you are experiencing issues.
|
|
1660
1684
|
*/
|
|
1661
1685
|
merge(e) {
|
|
1662
|
-
return new
|
|
1686
|
+
return new k({
|
|
1663
1687
|
unknownKeys: e._def.unknownKeys,
|
|
1664
1688
|
catchall: e._def.catchall,
|
|
1665
1689
|
shape: () => ({
|
|
1666
1690
|
...this._def.shape(),
|
|
1667
1691
|
...e._def.shape()
|
|
1668
1692
|
}),
|
|
1669
|
-
typeName:
|
|
1693
|
+
typeName: p.ZodObject
|
|
1670
1694
|
});
|
|
1671
1695
|
}
|
|
1672
1696
|
// merge<
|
|
@@ -1729,7 +1753,7 @@ class x extends g {
|
|
|
1729
1753
|
// return merged;
|
|
1730
1754
|
// }
|
|
1731
1755
|
catchall(e) {
|
|
1732
|
-
return new
|
|
1756
|
+
return new k({
|
|
1733
1757
|
...this._def,
|
|
1734
1758
|
catchall: e
|
|
1735
1759
|
});
|
|
@@ -1738,7 +1762,7 @@ class x extends g {
|
|
|
1738
1762
|
const t = {};
|
|
1739
1763
|
return _.objectKeys(e).forEach((n) => {
|
|
1740
1764
|
e[n] && this.shape[n] && (t[n] = this.shape[n]);
|
|
1741
|
-
}), new
|
|
1765
|
+
}), new k({
|
|
1742
1766
|
...this._def,
|
|
1743
1767
|
shape: () => t
|
|
1744
1768
|
});
|
|
@@ -1747,7 +1771,7 @@ class x extends g {
|
|
|
1747
1771
|
const t = {};
|
|
1748
1772
|
return _.objectKeys(this.shape).forEach((n) => {
|
|
1749
1773
|
e[n] || (t[n] = this.shape[n]);
|
|
1750
|
-
}), new
|
|
1774
|
+
}), new k({
|
|
1751
1775
|
...this._def,
|
|
1752
1776
|
shape: () => t
|
|
1753
1777
|
});
|
|
@@ -1756,14 +1780,14 @@ class x extends g {
|
|
|
1756
1780
|
* @deprecated
|
|
1757
1781
|
*/
|
|
1758
1782
|
deepPartial() {
|
|
1759
|
-
return
|
|
1783
|
+
return oe(this);
|
|
1760
1784
|
}
|
|
1761
1785
|
partial(e) {
|
|
1762
1786
|
const t = {};
|
|
1763
1787
|
return _.objectKeys(this.shape).forEach((n) => {
|
|
1764
1788
|
const s = this.shape[n];
|
|
1765
1789
|
e && !e[n] ? t[n] = s : t[n] = s.optional();
|
|
1766
|
-
}), new
|
|
1790
|
+
}), new k({
|
|
1767
1791
|
...this._def,
|
|
1768
1792
|
shape: () => t
|
|
1769
1793
|
});
|
|
@@ -1775,41 +1799,41 @@ class x extends g {
|
|
|
1775
1799
|
t[n] = this.shape[n];
|
|
1776
1800
|
else {
|
|
1777
1801
|
let a = this.shape[n];
|
|
1778
|
-
for (; a instanceof
|
|
1802
|
+
for (; a instanceof M; )
|
|
1779
1803
|
a = a._def.innerType;
|
|
1780
1804
|
t[n] = a;
|
|
1781
1805
|
}
|
|
1782
|
-
}), new
|
|
1806
|
+
}), new k({
|
|
1783
1807
|
...this._def,
|
|
1784
1808
|
shape: () => t
|
|
1785
1809
|
});
|
|
1786
1810
|
}
|
|
1787
1811
|
keyof() {
|
|
1788
|
-
return
|
|
1812
|
+
return St(_.objectKeys(this.shape));
|
|
1789
1813
|
}
|
|
1790
1814
|
}
|
|
1791
|
-
|
|
1815
|
+
k.create = (r, e) => new k({
|
|
1792
1816
|
shape: () => r,
|
|
1793
1817
|
unknownKeys: "strip",
|
|
1794
|
-
catchall:
|
|
1795
|
-
typeName:
|
|
1818
|
+
catchall: V.create(),
|
|
1819
|
+
typeName: p.ZodObject,
|
|
1796
1820
|
...v(e)
|
|
1797
1821
|
});
|
|
1798
|
-
|
|
1822
|
+
k.strictCreate = (r, e) => new k({
|
|
1799
1823
|
shape: () => r,
|
|
1800
1824
|
unknownKeys: "strict",
|
|
1801
|
-
catchall:
|
|
1802
|
-
typeName:
|
|
1825
|
+
catchall: V.create(),
|
|
1826
|
+
typeName: p.ZodObject,
|
|
1803
1827
|
...v(e)
|
|
1804
1828
|
});
|
|
1805
|
-
|
|
1829
|
+
k.lazycreate = (r, e) => new k({
|
|
1806
1830
|
shape: r,
|
|
1807
1831
|
unknownKeys: "strip",
|
|
1808
|
-
catchall:
|
|
1809
|
-
typeName:
|
|
1832
|
+
catchall: V.create(),
|
|
1833
|
+
typeName: p.ZodObject,
|
|
1810
1834
|
...v(e)
|
|
1811
1835
|
});
|
|
1812
|
-
class
|
|
1836
|
+
class ke extends g {
|
|
1813
1837
|
_parse(e) {
|
|
1814
1838
|
const { ctx: t } = this._processInputParams(e), n = this._def.options;
|
|
1815
1839
|
function s(a) {
|
|
@@ -1819,9 +1843,9 @@ class ue extends g {
|
|
|
1819
1843
|
for (const o of a)
|
|
1820
1844
|
if (o.result.status === "dirty")
|
|
1821
1845
|
return t.common.issues.push(...o.ctx.common.issues), o.result;
|
|
1822
|
-
const i = a.map((o) => new
|
|
1846
|
+
const i = a.map((o) => new I(o.ctx.common.issues));
|
|
1823
1847
|
return l(t, {
|
|
1824
|
-
code:
|
|
1848
|
+
code: c.invalid_union,
|
|
1825
1849
|
unionErrors: i
|
|
1826
1850
|
}), y;
|
|
1827
1851
|
}
|
|
@@ -1848,27 +1872,27 @@ class ue extends g {
|
|
|
1848
1872
|
let a;
|
|
1849
1873
|
const i = [];
|
|
1850
1874
|
for (const u of n) {
|
|
1851
|
-
const
|
|
1875
|
+
const d = {
|
|
1852
1876
|
...t,
|
|
1853
1877
|
common: {
|
|
1854
1878
|
...t.common,
|
|
1855
1879
|
issues: []
|
|
1856
1880
|
},
|
|
1857
1881
|
parent: null
|
|
1858
|
-
},
|
|
1882
|
+
}, m = u._parseSync({
|
|
1859
1883
|
data: t.data,
|
|
1860
1884
|
path: t.path,
|
|
1861
|
-
parent:
|
|
1885
|
+
parent: d
|
|
1862
1886
|
});
|
|
1863
|
-
if (
|
|
1864
|
-
return
|
|
1865
|
-
|
|
1887
|
+
if (m.status === "valid")
|
|
1888
|
+
return m;
|
|
1889
|
+
m.status === "dirty" && !a && (a = { result: m, ctx: d }), d.common.issues.length && i.push(d.common.issues);
|
|
1866
1890
|
}
|
|
1867
1891
|
if (a)
|
|
1868
1892
|
return t.common.issues.push(...a.ctx.common.issues), a.result;
|
|
1869
|
-
const o = i.map((u) => new
|
|
1893
|
+
const o = i.map((u) => new I(u));
|
|
1870
1894
|
return l(t, {
|
|
1871
|
-
code:
|
|
1895
|
+
code: c.invalid_union,
|
|
1872
1896
|
unionErrors: o
|
|
1873
1897
|
}), y;
|
|
1874
1898
|
}
|
|
@@ -1877,18 +1901,18 @@ class ue extends g {
|
|
|
1877
1901
|
return this._def.options;
|
|
1878
1902
|
}
|
|
1879
1903
|
}
|
|
1880
|
-
|
|
1904
|
+
ke.create = (r, e) => new ke({
|
|
1881
1905
|
options: r,
|
|
1882
|
-
typeName:
|
|
1906
|
+
typeName: p.ZodUnion,
|
|
1883
1907
|
...v(e)
|
|
1884
1908
|
});
|
|
1885
|
-
const $ = (r) => r instanceof
|
|
1886
|
-
class
|
|
1909
|
+
const $ = (r) => r instanceof we ? $(r.schema) : r instanceof D ? $(r.innerType()) : r instanceof Ee ? [r.value] : r instanceof Y ? r.options : r instanceof Ce ? _.objectValues(r.enum) : r instanceof Se ? $(r._def.innerType) : r instanceof _e ? [void 0] : r instanceof xe ? [null] : r instanceof M ? [void 0, ...$(r.unwrap())] : r instanceof J ? [null, ...$(r.unwrap())] : r instanceof at || r instanceof Re ? $(r.unwrap()) : r instanceof Oe ? $(r._def.innerType) : [];
|
|
1910
|
+
class He extends g {
|
|
1887
1911
|
_parse(e) {
|
|
1888
1912
|
const { ctx: t } = this._processInputParams(e);
|
|
1889
1913
|
if (t.parsedType !== f.object)
|
|
1890
1914
|
return l(t, {
|
|
1891
|
-
code:
|
|
1915
|
+
code: c.invalid_type,
|
|
1892
1916
|
expected: f.object,
|
|
1893
1917
|
received: t.parsedType
|
|
1894
1918
|
}), y;
|
|
@@ -1902,7 +1926,7 @@ class Re extends g {
|
|
|
1902
1926
|
path: t.path,
|
|
1903
1927
|
parent: t
|
|
1904
1928
|
}) : (l(t, {
|
|
1905
|
-
code:
|
|
1929
|
+
code: c.invalid_union_discriminator,
|
|
1906
1930
|
options: Array.from(this.optionsMap.keys()),
|
|
1907
1931
|
path: [n]
|
|
1908
1932
|
}), y);
|
|
@@ -1936,8 +1960,8 @@ class Re extends g {
|
|
|
1936
1960
|
s.set(o, a);
|
|
1937
1961
|
}
|
|
1938
1962
|
}
|
|
1939
|
-
return new
|
|
1940
|
-
typeName:
|
|
1963
|
+
return new He({
|
|
1964
|
+
typeName: p.ZodDiscriminatedUnion,
|
|
1941
1965
|
discriminator: e,
|
|
1942
1966
|
options: t,
|
|
1943
1967
|
optionsMap: s,
|
|
@@ -1945,14 +1969,14 @@ class Re extends g {
|
|
|
1945
1969
|
});
|
|
1946
1970
|
}
|
|
1947
1971
|
}
|
|
1948
|
-
function
|
|
1949
|
-
const t =
|
|
1972
|
+
function nt(r, e) {
|
|
1973
|
+
const t = H(r), n = H(e);
|
|
1950
1974
|
if (r === e)
|
|
1951
1975
|
return { valid: !0, data: r };
|
|
1952
1976
|
if (t === f.object && n === f.object) {
|
|
1953
1977
|
const s = _.objectKeys(e), a = _.objectKeys(r).filter((o) => s.indexOf(o) !== -1), i = { ...r, ...e };
|
|
1954
1978
|
for (const o of a) {
|
|
1955
|
-
const u =
|
|
1979
|
+
const u = nt(r[o], e[o]);
|
|
1956
1980
|
if (!u.valid)
|
|
1957
1981
|
return { valid: !1 };
|
|
1958
1982
|
i[o] = u.data;
|
|
@@ -1963,7 +1987,7 @@ function Ue(r, e) {
|
|
|
1963
1987
|
return { valid: !1 };
|
|
1964
1988
|
const s = [];
|
|
1965
1989
|
for (let a = 0; a < r.length; a++) {
|
|
1966
|
-
const i = r[a], o = e[a], u =
|
|
1990
|
+
const i = r[a], o = e[a], u = nt(i, o);
|
|
1967
1991
|
if (!u.valid)
|
|
1968
1992
|
return { valid: !1 };
|
|
1969
1993
|
s.push(u.data);
|
|
@@ -1971,14 +1995,14 @@ function Ue(r, e) {
|
|
|
1971
1995
|
return { valid: !0, data: s };
|
|
1972
1996
|
} else return t === f.date && n === f.date && +r == +e ? { valid: !0, data: r } : { valid: !1 };
|
|
1973
1997
|
}
|
|
1974
|
-
class
|
|
1998
|
+
class be extends g {
|
|
1975
1999
|
_parse(e) {
|
|
1976
2000
|
const { status: t, ctx: n } = this._processInputParams(e), s = (a, i) => {
|
|
1977
|
-
if (
|
|
2001
|
+
if (tt(a) || tt(i))
|
|
1978
2002
|
return y;
|
|
1979
|
-
const o =
|
|
1980
|
-
return o.valid ? ((
|
|
1981
|
-
code:
|
|
2003
|
+
const o = nt(a.value, i.value);
|
|
2004
|
+
return o.valid ? ((rt(a) || rt(i)) && t.dirty(), { status: t.value, value: o.data }) : (l(n, {
|
|
2005
|
+
code: c.invalid_intersection_types
|
|
1982
2006
|
}), y);
|
|
1983
2007
|
};
|
|
1984
2008
|
return n.common.async ? Promise.all([
|
|
@@ -2003,31 +2027,31 @@ class le extends g {
|
|
|
2003
2027
|
}));
|
|
2004
2028
|
}
|
|
2005
2029
|
}
|
|
2006
|
-
|
|
2030
|
+
be.create = (r, e, t) => new be({
|
|
2007
2031
|
left: r,
|
|
2008
2032
|
right: e,
|
|
2009
|
-
typeName:
|
|
2033
|
+
typeName: p.ZodIntersection,
|
|
2010
2034
|
...v(t)
|
|
2011
2035
|
});
|
|
2012
|
-
class
|
|
2036
|
+
class L extends g {
|
|
2013
2037
|
_parse(e) {
|
|
2014
2038
|
const { status: t, ctx: n } = this._processInputParams(e);
|
|
2015
2039
|
if (n.parsedType !== f.array)
|
|
2016
2040
|
return l(n, {
|
|
2017
|
-
code:
|
|
2041
|
+
code: c.invalid_type,
|
|
2018
2042
|
expected: f.array,
|
|
2019
2043
|
received: n.parsedType
|
|
2020
2044
|
}), y;
|
|
2021
2045
|
if (n.data.length < this._def.items.length)
|
|
2022
2046
|
return l(n, {
|
|
2023
|
-
code:
|
|
2047
|
+
code: c.too_small,
|
|
2024
2048
|
minimum: this._def.items.length,
|
|
2025
2049
|
inclusive: !0,
|
|
2026
2050
|
exact: !1,
|
|
2027
2051
|
type: "array"
|
|
2028
2052
|
}), y;
|
|
2029
2053
|
!this._def.rest && n.data.length > this._def.items.length && (l(n, {
|
|
2030
|
-
code:
|
|
2054
|
+
code: c.too_big,
|
|
2031
2055
|
maximum: this._def.items.length,
|
|
2032
2056
|
inclusive: !0,
|
|
2033
2057
|
exact: !1,
|
|
@@ -2035,31 +2059,31 @@ class A extends g {
|
|
|
2035
2059
|
}), t.dirty());
|
|
2036
2060
|
const a = [...n.data].map((i, o) => {
|
|
2037
2061
|
const u = this._def.items[o] || this._def.rest;
|
|
2038
|
-
return u ? u._parse(new
|
|
2062
|
+
return u ? u._parse(new U(n, i, n.path, o)) : null;
|
|
2039
2063
|
}).filter((i) => !!i);
|
|
2040
|
-
return n.common.async ? Promise.all(a).then((i) =>
|
|
2064
|
+
return n.common.async ? Promise.all(a).then((i) => E.mergeArray(t, i)) : E.mergeArray(t, a);
|
|
2041
2065
|
}
|
|
2042
2066
|
get items() {
|
|
2043
2067
|
return this._def.items;
|
|
2044
2068
|
}
|
|
2045
2069
|
rest(e) {
|
|
2046
|
-
return new
|
|
2070
|
+
return new L({
|
|
2047
2071
|
...this._def,
|
|
2048
2072
|
rest: e
|
|
2049
2073
|
});
|
|
2050
2074
|
}
|
|
2051
2075
|
}
|
|
2052
|
-
|
|
2076
|
+
L.create = (r, e) => {
|
|
2053
2077
|
if (!Array.isArray(r))
|
|
2054
2078
|
throw new Error("You must pass an array of schemas to z.tuple([ ... ])");
|
|
2055
|
-
return new
|
|
2079
|
+
return new L({
|
|
2056
2080
|
items: r,
|
|
2057
|
-
typeName:
|
|
2081
|
+
typeName: p.ZodTuple,
|
|
2058
2082
|
rest: null,
|
|
2059
2083
|
...v(e)
|
|
2060
2084
|
});
|
|
2061
2085
|
};
|
|
2062
|
-
class
|
|
2086
|
+
class Te extends g {
|
|
2063
2087
|
get keySchema() {
|
|
2064
2088
|
return this._def.keyType;
|
|
2065
2089
|
}
|
|
@@ -2070,37 +2094,37 @@ class fe extends g {
|
|
|
2070
2094
|
const { status: t, ctx: n } = this._processInputParams(e);
|
|
2071
2095
|
if (n.parsedType !== f.object)
|
|
2072
2096
|
return l(n, {
|
|
2073
|
-
code:
|
|
2097
|
+
code: c.invalid_type,
|
|
2074
2098
|
expected: f.object,
|
|
2075
2099
|
received: n.parsedType
|
|
2076
2100
|
}), y;
|
|
2077
2101
|
const s = [], a = this._def.keyType, i = this._def.valueType;
|
|
2078
2102
|
for (const o in n.data)
|
|
2079
2103
|
s.push({
|
|
2080
|
-
key: a._parse(new
|
|
2081
|
-
value: i._parse(new
|
|
2104
|
+
key: a._parse(new U(n, o, n.path, o)),
|
|
2105
|
+
value: i._parse(new U(n, n.data[o], n.path, o)),
|
|
2082
2106
|
alwaysSet: o in n.data
|
|
2083
2107
|
});
|
|
2084
|
-
return n.common.async ?
|
|
2108
|
+
return n.common.async ? E.mergeObjectAsync(t, s) : E.mergeObjectSync(t, s);
|
|
2085
2109
|
}
|
|
2086
2110
|
get element() {
|
|
2087
2111
|
return this._def.valueType;
|
|
2088
2112
|
}
|
|
2089
2113
|
static create(e, t, n) {
|
|
2090
|
-
return t instanceof g ? new
|
|
2114
|
+
return t instanceof g ? new Te({
|
|
2091
2115
|
keyType: e,
|
|
2092
2116
|
valueType: t,
|
|
2093
|
-
typeName:
|
|
2117
|
+
typeName: p.ZodRecord,
|
|
2094
2118
|
...v(n)
|
|
2095
|
-
}) : new
|
|
2096
|
-
keyType:
|
|
2119
|
+
}) : new Te({
|
|
2120
|
+
keyType: j.create(),
|
|
2097
2121
|
valueType: e,
|
|
2098
|
-
typeName:
|
|
2122
|
+
typeName: p.ZodRecord,
|
|
2099
2123
|
...v(t)
|
|
2100
2124
|
});
|
|
2101
2125
|
}
|
|
2102
2126
|
}
|
|
2103
|
-
class
|
|
2127
|
+
class ze extends g {
|
|
2104
2128
|
get keySchema() {
|
|
2105
2129
|
return this._def.keyType;
|
|
2106
2130
|
}
|
|
@@ -2111,62 +2135,62 @@ class Oe extends g {
|
|
|
2111
2135
|
const { status: t, ctx: n } = this._processInputParams(e);
|
|
2112
2136
|
if (n.parsedType !== f.map)
|
|
2113
2137
|
return l(n, {
|
|
2114
|
-
code:
|
|
2138
|
+
code: c.invalid_type,
|
|
2115
2139
|
expected: f.map,
|
|
2116
2140
|
received: n.parsedType
|
|
2117
2141
|
}), y;
|
|
2118
|
-
const s = this._def.keyType, a = this._def.valueType, i = [...n.data.entries()].map(([o, u],
|
|
2119
|
-
key: s._parse(new
|
|
2120
|
-
value: a._parse(new
|
|
2142
|
+
const s = this._def.keyType, a = this._def.valueType, i = [...n.data.entries()].map(([o, u], d) => ({
|
|
2143
|
+
key: s._parse(new U(n, o, n.path, [d, "key"])),
|
|
2144
|
+
value: a._parse(new U(n, u, n.path, [d, "value"]))
|
|
2121
2145
|
}));
|
|
2122
2146
|
if (n.common.async) {
|
|
2123
2147
|
const o = /* @__PURE__ */ new Map();
|
|
2124
2148
|
return Promise.resolve().then(async () => {
|
|
2125
2149
|
for (const u of i) {
|
|
2126
|
-
const
|
|
2127
|
-
if (
|
|
2150
|
+
const d = await u.key, m = await u.value;
|
|
2151
|
+
if (d.status === "aborted" || m.status === "aborted")
|
|
2128
2152
|
return y;
|
|
2129
|
-
(
|
|
2153
|
+
(d.status === "dirty" || m.status === "dirty") && t.dirty(), o.set(d.value, m.value);
|
|
2130
2154
|
}
|
|
2131
2155
|
return { status: t.value, value: o };
|
|
2132
2156
|
});
|
|
2133
2157
|
} else {
|
|
2134
2158
|
const o = /* @__PURE__ */ new Map();
|
|
2135
2159
|
for (const u of i) {
|
|
2136
|
-
const
|
|
2137
|
-
if (
|
|
2160
|
+
const d = u.key, m = u.value;
|
|
2161
|
+
if (d.status === "aborted" || m.status === "aborted")
|
|
2138
2162
|
return y;
|
|
2139
|
-
(
|
|
2163
|
+
(d.status === "dirty" || m.status === "dirty") && t.dirty(), o.set(d.value, m.value);
|
|
2140
2164
|
}
|
|
2141
2165
|
return { status: t.value, value: o };
|
|
2142
2166
|
}
|
|
2143
2167
|
}
|
|
2144
2168
|
}
|
|
2145
|
-
|
|
2169
|
+
ze.create = (r, e, t) => new ze({
|
|
2146
2170
|
valueType: e,
|
|
2147
2171
|
keyType: r,
|
|
2148
|
-
typeName:
|
|
2172
|
+
typeName: p.ZodMap,
|
|
2149
2173
|
...v(t)
|
|
2150
2174
|
});
|
|
2151
|
-
class
|
|
2175
|
+
class ee extends g {
|
|
2152
2176
|
_parse(e) {
|
|
2153
2177
|
const { status: t, ctx: n } = this._processInputParams(e);
|
|
2154
2178
|
if (n.parsedType !== f.set)
|
|
2155
2179
|
return l(n, {
|
|
2156
|
-
code:
|
|
2180
|
+
code: c.invalid_type,
|
|
2157
2181
|
expected: f.set,
|
|
2158
2182
|
received: n.parsedType
|
|
2159
2183
|
}), y;
|
|
2160
2184
|
const s = this._def;
|
|
2161
2185
|
s.minSize !== null && n.data.size < s.minSize.value && (l(n, {
|
|
2162
|
-
code:
|
|
2186
|
+
code: c.too_small,
|
|
2163
2187
|
minimum: s.minSize.value,
|
|
2164
2188
|
type: "set",
|
|
2165
2189
|
inclusive: !0,
|
|
2166
2190
|
exact: !1,
|
|
2167
2191
|
message: s.minSize.message
|
|
2168
2192
|
}), t.dirty()), s.maxSize !== null && n.data.size > s.maxSize.value && (l(n, {
|
|
2169
|
-
code:
|
|
2193
|
+
code: c.too_big,
|
|
2170
2194
|
maximum: s.maxSize.value,
|
|
2171
2195
|
type: "set",
|
|
2172
2196
|
inclusive: !0,
|
|
@@ -2175,25 +2199,25 @@ class J extends g {
|
|
|
2175
2199
|
}), t.dirty());
|
|
2176
2200
|
const a = this._def.valueType;
|
|
2177
2201
|
function i(u) {
|
|
2178
|
-
const
|
|
2179
|
-
for (const
|
|
2180
|
-
if (
|
|
2202
|
+
const d = /* @__PURE__ */ new Set();
|
|
2203
|
+
for (const m of u) {
|
|
2204
|
+
if (m.status === "aborted")
|
|
2181
2205
|
return y;
|
|
2182
|
-
|
|
2206
|
+
m.status === "dirty" && t.dirty(), d.add(m.value);
|
|
2183
2207
|
}
|
|
2184
|
-
return { status: t.value, value:
|
|
2208
|
+
return { status: t.value, value: d };
|
|
2185
2209
|
}
|
|
2186
|
-
const o = [...n.data.values()].map((u,
|
|
2210
|
+
const o = [...n.data.values()].map((u, d) => a._parse(new U(n, u, n.path, d)));
|
|
2187
2211
|
return n.common.async ? Promise.all(o).then((u) => i(u)) : i(o);
|
|
2188
2212
|
}
|
|
2189
2213
|
min(e, t) {
|
|
2190
|
-
return new
|
|
2214
|
+
return new ee({
|
|
2191
2215
|
...this._def,
|
|
2192
2216
|
minSize: { value: e, message: h.toString(t) }
|
|
2193
2217
|
});
|
|
2194
2218
|
}
|
|
2195
2219
|
max(e, t) {
|
|
2196
|
-
return new
|
|
2220
|
+
return new ee({
|
|
2197
2221
|
...this._def,
|
|
2198
2222
|
maxSize: { value: e, message: h.toString(t) }
|
|
2199
2223
|
});
|
|
@@ -2205,14 +2229,14 @@ class J extends g {
|
|
|
2205
2229
|
return this.min(1, e);
|
|
2206
2230
|
}
|
|
2207
2231
|
}
|
|
2208
|
-
|
|
2232
|
+
ee.create = (r, e) => new ee({
|
|
2209
2233
|
valueType: r,
|
|
2210
2234
|
minSize: null,
|
|
2211
2235
|
maxSize: null,
|
|
2212
|
-
typeName:
|
|
2236
|
+
typeName: p.ZodSet,
|
|
2213
2237
|
...v(e)
|
|
2214
2238
|
});
|
|
2215
|
-
class
|
|
2239
|
+
class de extends g {
|
|
2216
2240
|
constructor() {
|
|
2217
2241
|
super(...arguments), this.validate = this.implement;
|
|
2218
2242
|
}
|
|
@@ -2220,63 +2244,63 @@ class Q extends g {
|
|
|
2220
2244
|
const { ctx: t } = this._processInputParams(e);
|
|
2221
2245
|
if (t.parsedType !== f.function)
|
|
2222
2246
|
return l(t, {
|
|
2223
|
-
code:
|
|
2247
|
+
code: c.invalid_type,
|
|
2224
2248
|
expected: f.function,
|
|
2225
2249
|
received: t.parsedType
|
|
2226
2250
|
}), y;
|
|
2227
2251
|
function n(o, u) {
|
|
2228
|
-
return
|
|
2252
|
+
return Ue({
|
|
2229
2253
|
data: o,
|
|
2230
2254
|
path: t.path,
|
|
2231
2255
|
errorMaps: [
|
|
2232
2256
|
t.common.contextualErrorMap,
|
|
2233
2257
|
t.schemaErrorMap,
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
].filter((
|
|
2258
|
+
Me(),
|
|
2259
|
+
ue
|
|
2260
|
+
].filter((d) => !!d),
|
|
2237
2261
|
issueData: {
|
|
2238
|
-
code:
|
|
2262
|
+
code: c.invalid_arguments,
|
|
2239
2263
|
argumentsError: u
|
|
2240
2264
|
}
|
|
2241
2265
|
});
|
|
2242
2266
|
}
|
|
2243
2267
|
function s(o, u) {
|
|
2244
|
-
return
|
|
2268
|
+
return Ue({
|
|
2245
2269
|
data: o,
|
|
2246
2270
|
path: t.path,
|
|
2247
2271
|
errorMaps: [
|
|
2248
2272
|
t.common.contextualErrorMap,
|
|
2249
2273
|
t.schemaErrorMap,
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
].filter((
|
|
2274
|
+
Me(),
|
|
2275
|
+
ue
|
|
2276
|
+
].filter((d) => !!d),
|
|
2253
2277
|
issueData: {
|
|
2254
|
-
code:
|
|
2278
|
+
code: c.invalid_return_type,
|
|
2255
2279
|
returnTypeError: u
|
|
2256
2280
|
}
|
|
2257
2281
|
});
|
|
2258
2282
|
}
|
|
2259
2283
|
const a = { errorMap: t.common.contextualErrorMap }, i = t.data;
|
|
2260
|
-
if (this._def.returns instanceof
|
|
2284
|
+
if (this._def.returns instanceof fe) {
|
|
2261
2285
|
const o = this;
|
|
2262
|
-
return
|
|
2263
|
-
const
|
|
2264
|
-
throw
|
|
2265
|
-
}),
|
|
2266
|
-
return await o._def.returns._def.type.parseAsync(
|
|
2267
|
-
throw
|
|
2286
|
+
return S(async function(...u) {
|
|
2287
|
+
const d = new I([]), m = await o._def.args.parseAsync(u, a).catch((G) => {
|
|
2288
|
+
throw d.addIssue(n(u, G)), d;
|
|
2289
|
+
}), T = await Reflect.apply(i, this, m);
|
|
2290
|
+
return await o._def.returns._def.type.parseAsync(T, a).catch((G) => {
|
|
2291
|
+
throw d.addIssue(s(T, G)), d;
|
|
2268
2292
|
});
|
|
2269
2293
|
});
|
|
2270
2294
|
} else {
|
|
2271
2295
|
const o = this;
|
|
2272
|
-
return
|
|
2273
|
-
const
|
|
2274
|
-
if (!
|
|
2275
|
-
throw new
|
|
2276
|
-
const
|
|
2277
|
-
if (!
|
|
2278
|
-
throw new
|
|
2279
|
-
return
|
|
2296
|
+
return S(function(...u) {
|
|
2297
|
+
const d = o._def.args.safeParse(u, a);
|
|
2298
|
+
if (!d.success)
|
|
2299
|
+
throw new I([n(u, d.error)]);
|
|
2300
|
+
const m = Reflect.apply(i, this, d.data), T = o._def.returns.safeParse(m, a);
|
|
2301
|
+
if (!T.success)
|
|
2302
|
+
throw new I([s(m, T.error)]);
|
|
2303
|
+
return T.data;
|
|
2280
2304
|
});
|
|
2281
2305
|
}
|
|
2282
2306
|
}
|
|
@@ -2287,13 +2311,13 @@ class Q extends g {
|
|
|
2287
2311
|
return this._def.returns;
|
|
2288
2312
|
}
|
|
2289
2313
|
args(...e) {
|
|
2290
|
-
return new
|
|
2314
|
+
return new de({
|
|
2291
2315
|
...this._def,
|
|
2292
|
-
args:
|
|
2316
|
+
args: L.create(e).rest(X.create())
|
|
2293
2317
|
});
|
|
2294
2318
|
}
|
|
2295
2319
|
returns(e) {
|
|
2296
|
-
return new
|
|
2320
|
+
return new de({
|
|
2297
2321
|
...this._def,
|
|
2298
2322
|
returns: e
|
|
2299
2323
|
});
|
|
@@ -2305,15 +2329,15 @@ class Q extends g {
|
|
|
2305
2329
|
return this.parse(e);
|
|
2306
2330
|
}
|
|
2307
2331
|
static create(e, t, n) {
|
|
2308
|
-
return new
|
|
2309
|
-
args: e ||
|
|
2310
|
-
returns: t ||
|
|
2311
|
-
typeName:
|
|
2332
|
+
return new de({
|
|
2333
|
+
args: e || L.create([]).rest(X.create()),
|
|
2334
|
+
returns: t || X.create(),
|
|
2335
|
+
typeName: p.ZodFunction,
|
|
2312
2336
|
...v(n)
|
|
2313
2337
|
});
|
|
2314
2338
|
}
|
|
2315
2339
|
}
|
|
2316
|
-
class
|
|
2340
|
+
class we extends g {
|
|
2317
2341
|
get schema() {
|
|
2318
2342
|
return this._def.getter();
|
|
2319
2343
|
}
|
|
@@ -2322,18 +2346,18 @@ class he extends g {
|
|
|
2322
2346
|
return this._def.getter()._parse({ data: t.data, path: t.path, parent: t });
|
|
2323
2347
|
}
|
|
2324
2348
|
}
|
|
2325
|
-
|
|
2349
|
+
we.create = (r, e) => new we({
|
|
2326
2350
|
getter: r,
|
|
2327
|
-
typeName:
|
|
2351
|
+
typeName: p.ZodLazy,
|
|
2328
2352
|
...v(e)
|
|
2329
2353
|
});
|
|
2330
|
-
class
|
|
2354
|
+
class Ee extends g {
|
|
2331
2355
|
_parse(e) {
|
|
2332
2356
|
if (e.data !== this._def.value) {
|
|
2333
2357
|
const t = this._getOrReturnCtx(e);
|
|
2334
2358
|
return l(t, {
|
|
2335
2359
|
received: t.data,
|
|
2336
|
-
code:
|
|
2360
|
+
code: c.invalid_literal,
|
|
2337
2361
|
expected: this._def.value
|
|
2338
2362
|
}), y;
|
|
2339
2363
|
}
|
|
@@ -2343,21 +2367,21 @@ class pe extends g {
|
|
|
2343
2367
|
return this._def.value;
|
|
2344
2368
|
}
|
|
2345
2369
|
}
|
|
2346
|
-
|
|
2370
|
+
Ee.create = (r, e) => new Ee({
|
|
2347
2371
|
value: r,
|
|
2348
|
-
typeName:
|
|
2372
|
+
typeName: p.ZodLiteral,
|
|
2349
2373
|
...v(e)
|
|
2350
2374
|
});
|
|
2351
|
-
function
|
|
2352
|
-
return new
|
|
2375
|
+
function St(r, e) {
|
|
2376
|
+
return new Y({
|
|
2353
2377
|
values: r,
|
|
2354
|
-
typeName:
|
|
2378
|
+
typeName: p.ZodEnum,
|
|
2355
2379
|
...v(e)
|
|
2356
2380
|
});
|
|
2357
2381
|
}
|
|
2358
|
-
class
|
|
2382
|
+
class Y extends g {
|
|
2359
2383
|
constructor() {
|
|
2360
|
-
super(...arguments),
|
|
2384
|
+
super(...arguments), me.set(this, void 0);
|
|
2361
2385
|
}
|
|
2362
2386
|
_parse(e) {
|
|
2363
2387
|
if (typeof e.data != "string") {
|
|
@@ -2365,18 +2389,18 @@ class z extends g {
|
|
|
2365
2389
|
return l(t, {
|
|
2366
2390
|
expected: _.joinValues(n),
|
|
2367
2391
|
received: t.parsedType,
|
|
2368
|
-
code:
|
|
2392
|
+
code: c.invalid_type
|
|
2369
2393
|
}), y;
|
|
2370
2394
|
}
|
|
2371
|
-
if (
|
|
2395
|
+
if (Le(this, me) || Tt(this, me, new Set(this._def.values)), !Le(this, me).has(e.data)) {
|
|
2372
2396
|
const t = this._getOrReturnCtx(e), n = this._def.values;
|
|
2373
2397
|
return l(t, {
|
|
2374
2398
|
received: t.data,
|
|
2375
|
-
code:
|
|
2399
|
+
code: c.invalid_enum_value,
|
|
2376
2400
|
options: n
|
|
2377
2401
|
}), y;
|
|
2378
2402
|
}
|
|
2379
|
-
return
|
|
2403
|
+
return S(e.data);
|
|
2380
2404
|
}
|
|
2381
2405
|
get options() {
|
|
2382
2406
|
return this._def.values;
|
|
@@ -2400,23 +2424,23 @@ class z extends g {
|
|
|
2400
2424
|
return e;
|
|
2401
2425
|
}
|
|
2402
2426
|
extract(e, t = this._def) {
|
|
2403
|
-
return
|
|
2427
|
+
return Y.create(e, {
|
|
2404
2428
|
...this._def,
|
|
2405
2429
|
...t
|
|
2406
2430
|
});
|
|
2407
2431
|
}
|
|
2408
2432
|
exclude(e, t = this._def) {
|
|
2409
|
-
return
|
|
2433
|
+
return Y.create(this.options.filter((n) => !e.includes(n)), {
|
|
2410
2434
|
...this._def,
|
|
2411
2435
|
...t
|
|
2412
2436
|
});
|
|
2413
2437
|
}
|
|
2414
2438
|
}
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
class
|
|
2439
|
+
me = /* @__PURE__ */ new WeakMap();
|
|
2440
|
+
Y.create = St;
|
|
2441
|
+
class Ce extends g {
|
|
2418
2442
|
constructor() {
|
|
2419
|
-
super(...arguments),
|
|
2443
|
+
super(...arguments), pe.set(this, void 0);
|
|
2420
2444
|
}
|
|
2421
2445
|
_parse(e) {
|
|
2422
2446
|
const t = _.getValidEnumValues(this._def.values), n = this._getOrReturnCtx(e);
|
|
@@ -2425,30 +2449,30 @@ class me extends g {
|
|
|
2425
2449
|
return l(n, {
|
|
2426
2450
|
expected: _.joinValues(s),
|
|
2427
2451
|
received: n.parsedType,
|
|
2428
|
-
code:
|
|
2452
|
+
code: c.invalid_type
|
|
2429
2453
|
}), y;
|
|
2430
2454
|
}
|
|
2431
|
-
if (
|
|
2455
|
+
if (Le(this, pe) || Tt(this, pe, new Set(_.getValidEnumValues(this._def.values))), !Le(this, pe).has(e.data)) {
|
|
2432
2456
|
const s = _.objectValues(t);
|
|
2433
2457
|
return l(n, {
|
|
2434
2458
|
received: n.data,
|
|
2435
|
-
code:
|
|
2459
|
+
code: c.invalid_enum_value,
|
|
2436
2460
|
options: s
|
|
2437
2461
|
}), y;
|
|
2438
2462
|
}
|
|
2439
|
-
return
|
|
2463
|
+
return S(e.data);
|
|
2440
2464
|
}
|
|
2441
2465
|
get enum() {
|
|
2442
2466
|
return this._def.values;
|
|
2443
2467
|
}
|
|
2444
2468
|
}
|
|
2445
|
-
|
|
2446
|
-
|
|
2469
|
+
pe = /* @__PURE__ */ new WeakMap();
|
|
2470
|
+
Ce.create = (r, e) => new Ce({
|
|
2447
2471
|
values: r,
|
|
2448
|
-
typeName:
|
|
2472
|
+
typeName: p.ZodNativeEnum,
|
|
2449
2473
|
...v(e)
|
|
2450
2474
|
});
|
|
2451
|
-
class
|
|
2475
|
+
class fe extends g {
|
|
2452
2476
|
unwrap() {
|
|
2453
2477
|
return this._def.type;
|
|
2454
2478
|
}
|
|
@@ -2456,28 +2480,28 @@ class te extends g {
|
|
|
2456
2480
|
const { ctx: t } = this._processInputParams(e);
|
|
2457
2481
|
if (t.parsedType !== f.promise && t.common.async === !1)
|
|
2458
2482
|
return l(t, {
|
|
2459
|
-
code:
|
|
2483
|
+
code: c.invalid_type,
|
|
2460
2484
|
expected: f.promise,
|
|
2461
2485
|
received: t.parsedType
|
|
2462
2486
|
}), y;
|
|
2463
2487
|
const n = t.parsedType === f.promise ? t.data : Promise.resolve(t.data);
|
|
2464
|
-
return
|
|
2488
|
+
return S(n.then((s) => this._def.type.parseAsync(s, {
|
|
2465
2489
|
path: t.path,
|
|
2466
2490
|
errorMap: t.common.contextualErrorMap
|
|
2467
2491
|
})));
|
|
2468
2492
|
}
|
|
2469
2493
|
}
|
|
2470
|
-
|
|
2494
|
+
fe.create = (r, e) => new fe({
|
|
2471
2495
|
type: r,
|
|
2472
|
-
typeName:
|
|
2496
|
+
typeName: p.ZodPromise,
|
|
2473
2497
|
...v(e)
|
|
2474
2498
|
});
|
|
2475
|
-
class
|
|
2499
|
+
class D extends g {
|
|
2476
2500
|
innerType() {
|
|
2477
2501
|
return this._def.schema;
|
|
2478
2502
|
}
|
|
2479
2503
|
sourceType() {
|
|
2480
|
-
return this._def.schema._def.typeName ===
|
|
2504
|
+
return this._def.schema._def.typeName === p.ZodEffects ? this._def.schema.sourceType() : this._def.schema;
|
|
2481
2505
|
}
|
|
2482
2506
|
_parse(e) {
|
|
2483
2507
|
const { status: t, ctx: n } = this._processInputParams(e), s = this._def.effect || null, a = {
|
|
@@ -2499,7 +2523,7 @@ class R extends g {
|
|
|
2499
2523
|
path: n.path,
|
|
2500
2524
|
parent: n
|
|
2501
2525
|
});
|
|
2502
|
-
return u.status === "aborted" ? y : u.status === "dirty" || t.value === "dirty" ?
|
|
2526
|
+
return u.status === "aborted" ? y : u.status === "dirty" || t.value === "dirty" ? ce(u.value) : u;
|
|
2503
2527
|
});
|
|
2504
2528
|
{
|
|
2505
2529
|
if (t.value === "aborted")
|
|
@@ -2509,7 +2533,7 @@ class R extends g {
|
|
|
2509
2533
|
path: n.path,
|
|
2510
2534
|
parent: n
|
|
2511
2535
|
});
|
|
2512
|
-
return o.status === "aborted" ? y : o.status === "dirty" || t.value === "dirty" ?
|
|
2536
|
+
return o.status === "aborted" ? y : o.status === "dirty" || t.value === "dirty" ? ce(o.value) : o;
|
|
2513
2537
|
}
|
|
2514
2538
|
}
|
|
2515
2539
|
if (s.type === "refinement") {
|
|
@@ -2538,56 +2562,56 @@ class R extends g {
|
|
|
2538
2562
|
path: n.path,
|
|
2539
2563
|
parent: n
|
|
2540
2564
|
});
|
|
2541
|
-
if (!
|
|
2565
|
+
if (!ye(i))
|
|
2542
2566
|
return i;
|
|
2543
2567
|
const o = s.transform(i.value, a);
|
|
2544
2568
|
if (o instanceof Promise)
|
|
2545
2569
|
throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");
|
|
2546
2570
|
return { status: t.value, value: o };
|
|
2547
2571
|
} else
|
|
2548
|
-
return this._def.schema._parseAsync({ data: n.data, path: n.path, parent: n }).then((i) =>
|
|
2572
|
+
return this._def.schema._parseAsync({ data: n.data, path: n.path, parent: n }).then((i) => ye(i) ? Promise.resolve(s.transform(i.value, a)).then((o) => ({ status: t.value, value: o })) : i);
|
|
2549
2573
|
_.assertNever(s);
|
|
2550
2574
|
}
|
|
2551
2575
|
}
|
|
2552
|
-
|
|
2576
|
+
D.create = (r, e, t) => new D({
|
|
2553
2577
|
schema: r,
|
|
2554
|
-
typeName:
|
|
2578
|
+
typeName: p.ZodEffects,
|
|
2555
2579
|
effect: e,
|
|
2556
2580
|
...v(t)
|
|
2557
2581
|
});
|
|
2558
|
-
|
|
2582
|
+
D.createWithPreprocess = (r, e, t) => new D({
|
|
2559
2583
|
schema: e,
|
|
2560
2584
|
effect: { type: "preprocess", transform: r },
|
|
2561
|
-
typeName:
|
|
2585
|
+
typeName: p.ZodEffects,
|
|
2562
2586
|
...v(t)
|
|
2563
2587
|
});
|
|
2564
|
-
class
|
|
2588
|
+
class M extends g {
|
|
2565
2589
|
_parse(e) {
|
|
2566
|
-
return this._getType(e) === f.undefined ?
|
|
2590
|
+
return this._getType(e) === f.undefined ? S(void 0) : this._def.innerType._parse(e);
|
|
2567
2591
|
}
|
|
2568
2592
|
unwrap() {
|
|
2569
2593
|
return this._def.innerType;
|
|
2570
2594
|
}
|
|
2571
2595
|
}
|
|
2572
|
-
|
|
2596
|
+
M.create = (r, e) => new M({
|
|
2573
2597
|
innerType: r,
|
|
2574
|
-
typeName:
|
|
2598
|
+
typeName: p.ZodOptional,
|
|
2575
2599
|
...v(e)
|
|
2576
2600
|
});
|
|
2577
|
-
class
|
|
2601
|
+
class J extends g {
|
|
2578
2602
|
_parse(e) {
|
|
2579
|
-
return this._getType(e) === f.null ?
|
|
2603
|
+
return this._getType(e) === f.null ? S(null) : this._def.innerType._parse(e);
|
|
2580
2604
|
}
|
|
2581
2605
|
unwrap() {
|
|
2582
2606
|
return this._def.innerType;
|
|
2583
2607
|
}
|
|
2584
2608
|
}
|
|
2585
|
-
|
|
2609
|
+
J.create = (r, e) => new J({
|
|
2586
2610
|
innerType: r,
|
|
2587
|
-
typeName:
|
|
2611
|
+
typeName: p.ZodNullable,
|
|
2588
2612
|
...v(e)
|
|
2589
2613
|
});
|
|
2590
|
-
class
|
|
2614
|
+
class Se extends g {
|
|
2591
2615
|
_parse(e) {
|
|
2592
2616
|
const { ctx: t } = this._processInputParams(e);
|
|
2593
2617
|
let n = t.data;
|
|
@@ -2601,13 +2625,13 @@ class ye extends g {
|
|
|
2601
2625
|
return this._def.innerType;
|
|
2602
2626
|
}
|
|
2603
2627
|
}
|
|
2604
|
-
|
|
2628
|
+
Se.create = (r, e) => new Se({
|
|
2605
2629
|
innerType: r,
|
|
2606
|
-
typeName:
|
|
2630
|
+
typeName: p.ZodDefault,
|
|
2607
2631
|
defaultValue: typeof e.default == "function" ? e.default : () => e.default,
|
|
2608
2632
|
...v(e)
|
|
2609
2633
|
});
|
|
2610
|
-
class
|
|
2634
|
+
class Oe extends g {
|
|
2611
2635
|
_parse(e) {
|
|
2612
2636
|
const { ctx: t } = this._processInputParams(e), n = {
|
|
2613
2637
|
...t,
|
|
@@ -2622,11 +2646,11 @@ class ve extends g {
|
|
|
2622
2646
|
...n
|
|
2623
2647
|
}
|
|
2624
2648
|
});
|
|
2625
|
-
return
|
|
2649
|
+
return ve(s) ? s.then((a) => ({
|
|
2626
2650
|
status: "valid",
|
|
2627
2651
|
value: a.status === "valid" ? a.value : this._def.catchValue({
|
|
2628
2652
|
get error() {
|
|
2629
|
-
return new
|
|
2653
|
+
return new I(n.common.issues);
|
|
2630
2654
|
},
|
|
2631
2655
|
input: n.data
|
|
2632
2656
|
})
|
|
@@ -2634,7 +2658,7 @@ class ve extends g {
|
|
|
2634
2658
|
status: "valid",
|
|
2635
2659
|
value: s.status === "valid" ? s.value : this._def.catchValue({
|
|
2636
2660
|
get error() {
|
|
2637
|
-
return new
|
|
2661
|
+
return new I(n.common.issues);
|
|
2638
2662
|
},
|
|
2639
2663
|
input: n.data
|
|
2640
2664
|
})
|
|
@@ -2644,18 +2668,18 @@ class ve extends g {
|
|
|
2644
2668
|
return this._def.innerType;
|
|
2645
2669
|
}
|
|
2646
2670
|
}
|
|
2647
|
-
|
|
2671
|
+
Oe.create = (r, e) => new Oe({
|
|
2648
2672
|
innerType: r,
|
|
2649
|
-
typeName:
|
|
2673
|
+
typeName: p.ZodCatch,
|
|
2650
2674
|
catchValue: typeof e.catch == "function" ? e.catch : () => e.catch,
|
|
2651
2675
|
...v(e)
|
|
2652
2676
|
});
|
|
2653
|
-
class
|
|
2677
|
+
class Be extends g {
|
|
2654
2678
|
_parse(e) {
|
|
2655
2679
|
if (this._getType(e) !== f.nan) {
|
|
2656
2680
|
const n = this._getOrReturnCtx(e);
|
|
2657
2681
|
return l(n, {
|
|
2658
|
-
code:
|
|
2682
|
+
code: c.invalid_type,
|
|
2659
2683
|
expected: f.nan,
|
|
2660
2684
|
received: n.parsedType
|
|
2661
2685
|
}), y;
|
|
@@ -2663,12 +2687,12 @@ class Ne extends g {
|
|
|
2663
2687
|
return { status: "valid", value: e.data };
|
|
2664
2688
|
}
|
|
2665
2689
|
}
|
|
2666
|
-
|
|
2667
|
-
typeName:
|
|
2690
|
+
Be.create = (r) => new Be({
|
|
2691
|
+
typeName: p.ZodNaN,
|
|
2668
2692
|
...v(r)
|
|
2669
2693
|
});
|
|
2670
|
-
const
|
|
2671
|
-
class
|
|
2694
|
+
const xr = Symbol("zod_brand");
|
|
2695
|
+
class at extends g {
|
|
2672
2696
|
_parse(e) {
|
|
2673
2697
|
const { ctx: t } = this._processInputParams(e), n = t.data;
|
|
2674
2698
|
return this._def.type._parse({
|
|
@@ -2681,7 +2705,7 @@ class Be extends g {
|
|
|
2681
2705
|
return this._def.type;
|
|
2682
2706
|
}
|
|
2683
2707
|
}
|
|
2684
|
-
class
|
|
2708
|
+
class Ie extends g {
|
|
2685
2709
|
_parse(e) {
|
|
2686
2710
|
const { status: t, ctx: n } = this._processInputParams(e);
|
|
2687
2711
|
if (n.common.async)
|
|
@@ -2691,7 +2715,7 @@ class _e extends g {
|
|
|
2691
2715
|
path: n.path,
|
|
2692
2716
|
parent: n
|
|
2693
2717
|
});
|
|
2694
|
-
return a.status === "aborted" ? y : a.status === "dirty" ? (t.dirty(),
|
|
2718
|
+
return a.status === "aborted" ? y : a.status === "dirty" ? (t.dirty(), ce(a.value)) : this._def.out._parseAsync({
|
|
2695
2719
|
data: a.value,
|
|
2696
2720
|
path: n.path,
|
|
2697
2721
|
parent: n
|
|
@@ -2714,309 +2738,408 @@ class _e extends g {
|
|
|
2714
2738
|
}
|
|
2715
2739
|
}
|
|
2716
2740
|
static create(e, t) {
|
|
2717
|
-
return new
|
|
2741
|
+
return new Ie({
|
|
2718
2742
|
in: e,
|
|
2719
2743
|
out: t,
|
|
2720
|
-
typeName:
|
|
2744
|
+
typeName: p.ZodPipeline
|
|
2721
2745
|
});
|
|
2722
2746
|
}
|
|
2723
2747
|
}
|
|
2724
|
-
class
|
|
2748
|
+
class Re extends g {
|
|
2725
2749
|
_parse(e) {
|
|
2726
|
-
const t = this._def.innerType._parse(e), n = (s) => (
|
|
2727
|
-
return
|
|
2750
|
+
const t = this._def.innerType._parse(e), n = (s) => (ye(s) && (s.value = Object.freeze(s.value)), s);
|
|
2751
|
+
return ve(t) ? t.then((s) => n(s)) : n(t);
|
|
2728
2752
|
}
|
|
2729
2753
|
unwrap() {
|
|
2730
2754
|
return this._def.innerType;
|
|
2731
2755
|
}
|
|
2732
2756
|
}
|
|
2733
|
-
|
|
2757
|
+
Re.create = (r, e) => new Re({
|
|
2734
2758
|
innerType: r,
|
|
2735
|
-
typeName:
|
|
2759
|
+
typeName: p.ZodReadonly,
|
|
2736
2760
|
...v(e)
|
|
2737
2761
|
});
|
|
2738
|
-
function
|
|
2739
|
-
return r ?
|
|
2762
|
+
function Ot(r, e = {}, t) {
|
|
2763
|
+
return r ? le.create().superRefine((n, s) => {
|
|
2740
2764
|
var a, i;
|
|
2741
2765
|
if (!r(n)) {
|
|
2742
|
-
const o = typeof e == "function" ? e(n) : typeof e == "string" ? { message: e } : e, u = (i = (a = o.fatal) !== null && a !== void 0 ? a : t) !== null && i !== void 0 ? i : !0,
|
|
2743
|
-
s.addIssue({ code: "custom", ...
|
|
2766
|
+
const o = typeof e == "function" ? e(n) : typeof e == "string" ? { message: e } : e, u = (i = (a = o.fatal) !== null && a !== void 0 ? a : t) !== null && i !== void 0 ? i : !0, d = typeof o == "string" ? { message: o } : o;
|
|
2767
|
+
s.addIssue({ code: "custom", ...d, fatal: u });
|
|
2744
2768
|
}
|
|
2745
|
-
}) :
|
|
2769
|
+
}) : le.create();
|
|
2746
2770
|
}
|
|
2747
|
-
const
|
|
2748
|
-
object:
|
|
2771
|
+
const kr = {
|
|
2772
|
+
object: k.lazycreate
|
|
2749
2773
|
};
|
|
2750
|
-
var
|
|
2774
|
+
var p;
|
|
2751
2775
|
(function(r) {
|
|
2752
2776
|
r.ZodString = "ZodString", r.ZodNumber = "ZodNumber", r.ZodNaN = "ZodNaN", r.ZodBigInt = "ZodBigInt", r.ZodBoolean = "ZodBoolean", r.ZodDate = "ZodDate", r.ZodSymbol = "ZodSymbol", r.ZodUndefined = "ZodUndefined", r.ZodNull = "ZodNull", r.ZodAny = "ZodAny", r.ZodUnknown = "ZodUnknown", r.ZodNever = "ZodNever", r.ZodVoid = "ZodVoid", r.ZodArray = "ZodArray", r.ZodObject = "ZodObject", r.ZodUnion = "ZodUnion", r.ZodDiscriminatedUnion = "ZodDiscriminatedUnion", r.ZodIntersection = "ZodIntersection", r.ZodTuple = "ZodTuple", r.ZodRecord = "ZodRecord", r.ZodMap = "ZodMap", r.ZodSet = "ZodSet", r.ZodFunction = "ZodFunction", r.ZodLazy = "ZodLazy", r.ZodLiteral = "ZodLiteral", r.ZodEnum = "ZodEnum", r.ZodEffects = "ZodEffects", r.ZodNativeEnum = "ZodNativeEnum", r.ZodOptional = "ZodOptional", r.ZodNullable = "ZodNullable", r.ZodDefault = "ZodDefault", r.ZodCatch = "ZodCatch", r.ZodPromise = "ZodPromise", r.ZodBranded = "ZodBranded", r.ZodPipeline = "ZodPipeline", r.ZodReadonly = "ZodReadonly";
|
|
2753
|
-
})(
|
|
2754
|
-
const
|
|
2777
|
+
})(p || (p = {}));
|
|
2778
|
+
const br = (r, e = {
|
|
2755
2779
|
message: `Input not instance of ${r.name}`
|
|
2756
|
-
}) =>
|
|
2757
|
-
string: (r) =>
|
|
2758
|
-
number: (r) =>
|
|
2759
|
-
boolean: (r) =>
|
|
2780
|
+
}) => Ot((t) => t instanceof r, e), Rt = j.create, It = K.create, Tr = Be.create, wr = q.create, Zt = ge.create, Er = Q.create, Cr = $e.create, Sr = _e.create, Or = xe.create, Rr = le.create, Ir = X.create, Zr = V.create, Nr = Ve.create, Ar = P.create, jr = k.create, Pr = k.strictCreate, Dr = ke.create, Mr = He.create, Ur = be.create, Lr = L.create, $r = Te.create, Vr = ze.create, zr = ee.create, Br = de.create, Hr = we.create, Wr = Ee.create, Kr = Y.create, qr = Ce.create, Yr = fe.create, vt = D.create, Jr = M.create, Gr = J.create, Fr = D.createWithPreprocess, Xr = Ie.create, Qr = () => Rt().optional(), en = () => It().optional(), tn = () => Zt().optional(), rn = {
|
|
2781
|
+
string: (r) => j.create({ ...r, coerce: !0 }),
|
|
2782
|
+
number: (r) => K.create({ ...r, coerce: !0 }),
|
|
2783
|
+
boolean: (r) => ge.create({
|
|
2760
2784
|
...r,
|
|
2761
2785
|
coerce: !0
|
|
2762
2786
|
}),
|
|
2763
|
-
bigint: (r) =>
|
|
2764
|
-
date: (r) =>
|
|
2765
|
-
},
|
|
2766
|
-
var
|
|
2787
|
+
bigint: (r) => q.create({ ...r, coerce: !0 }),
|
|
2788
|
+
date: (r) => Q.create({ ...r, coerce: !0 })
|
|
2789
|
+
}, nn = y;
|
|
2790
|
+
var x = /* @__PURE__ */ Object.freeze({
|
|
2767
2791
|
__proto__: null,
|
|
2768
|
-
defaultErrorMap:
|
|
2769
|
-
setErrorMap:
|
|
2770
|
-
getErrorMap:
|
|
2771
|
-
makeIssue:
|
|
2772
|
-
EMPTY_PATH:
|
|
2792
|
+
defaultErrorMap: ue,
|
|
2793
|
+
setErrorMap: nr,
|
|
2794
|
+
getErrorMap: Me,
|
|
2795
|
+
makeIssue: Ue,
|
|
2796
|
+
EMPTY_PATH: sr,
|
|
2773
2797
|
addIssueToContext: l,
|
|
2774
|
-
ParseStatus:
|
|
2798
|
+
ParseStatus: E,
|
|
2775
2799
|
INVALID: y,
|
|
2776
|
-
DIRTY:
|
|
2777
|
-
OK:
|
|
2778
|
-
isAborted:
|
|
2779
|
-
isDirty:
|
|
2780
|
-
isValid:
|
|
2781
|
-
isAsync:
|
|
2800
|
+
DIRTY: ce,
|
|
2801
|
+
OK: S,
|
|
2802
|
+
isAborted: tt,
|
|
2803
|
+
isDirty: rt,
|
|
2804
|
+
isValid: ye,
|
|
2805
|
+
isAsync: ve,
|
|
2782
2806
|
get util() {
|
|
2783
2807
|
return _;
|
|
2784
2808
|
},
|
|
2785
2809
|
get objectUtil() {
|
|
2786
|
-
return
|
|
2810
|
+
return et;
|
|
2787
2811
|
},
|
|
2788
2812
|
ZodParsedType: f,
|
|
2789
|
-
getParsedType:
|
|
2813
|
+
getParsedType: H,
|
|
2790
2814
|
ZodType: g,
|
|
2791
|
-
datetimeRegex:
|
|
2792
|
-
ZodString:
|
|
2793
|
-
ZodNumber:
|
|
2794
|
-
ZodBigInt:
|
|
2795
|
-
ZodBoolean:
|
|
2796
|
-
ZodDate:
|
|
2797
|
-
ZodSymbol:
|
|
2798
|
-
ZodUndefined:
|
|
2799
|
-
ZodNull:
|
|
2800
|
-
ZodAny:
|
|
2801
|
-
ZodUnknown:
|
|
2802
|
-
ZodNever:
|
|
2803
|
-
ZodVoid:
|
|
2804
|
-
ZodArray:
|
|
2805
|
-
ZodObject:
|
|
2806
|
-
ZodUnion:
|
|
2807
|
-
ZodDiscriminatedUnion:
|
|
2808
|
-
ZodIntersection:
|
|
2809
|
-
ZodTuple:
|
|
2810
|
-
ZodRecord:
|
|
2811
|
-
ZodMap:
|
|
2812
|
-
ZodSet:
|
|
2813
|
-
ZodFunction:
|
|
2814
|
-
ZodLazy:
|
|
2815
|
-
ZodLiteral:
|
|
2816
|
-
ZodEnum:
|
|
2817
|
-
ZodNativeEnum:
|
|
2818
|
-
ZodPromise:
|
|
2819
|
-
ZodEffects:
|
|
2820
|
-
ZodTransformer:
|
|
2821
|
-
ZodOptional:
|
|
2822
|
-
ZodNullable:
|
|
2823
|
-
ZodDefault:
|
|
2824
|
-
ZodCatch:
|
|
2825
|
-
ZodNaN:
|
|
2826
|
-
BRAND:
|
|
2827
|
-
ZodBranded:
|
|
2828
|
-
ZodPipeline:
|
|
2829
|
-
ZodReadonly:
|
|
2830
|
-
custom:
|
|
2815
|
+
datetimeRegex: Ct,
|
|
2816
|
+
ZodString: j,
|
|
2817
|
+
ZodNumber: K,
|
|
2818
|
+
ZodBigInt: q,
|
|
2819
|
+
ZodBoolean: ge,
|
|
2820
|
+
ZodDate: Q,
|
|
2821
|
+
ZodSymbol: $e,
|
|
2822
|
+
ZodUndefined: _e,
|
|
2823
|
+
ZodNull: xe,
|
|
2824
|
+
ZodAny: le,
|
|
2825
|
+
ZodUnknown: X,
|
|
2826
|
+
ZodNever: V,
|
|
2827
|
+
ZodVoid: Ve,
|
|
2828
|
+
ZodArray: P,
|
|
2829
|
+
ZodObject: k,
|
|
2830
|
+
ZodUnion: ke,
|
|
2831
|
+
ZodDiscriminatedUnion: He,
|
|
2832
|
+
ZodIntersection: be,
|
|
2833
|
+
ZodTuple: L,
|
|
2834
|
+
ZodRecord: Te,
|
|
2835
|
+
ZodMap: ze,
|
|
2836
|
+
ZodSet: ee,
|
|
2837
|
+
ZodFunction: de,
|
|
2838
|
+
ZodLazy: we,
|
|
2839
|
+
ZodLiteral: Ee,
|
|
2840
|
+
ZodEnum: Y,
|
|
2841
|
+
ZodNativeEnum: Ce,
|
|
2842
|
+
ZodPromise: fe,
|
|
2843
|
+
ZodEffects: D,
|
|
2844
|
+
ZodTransformer: D,
|
|
2845
|
+
ZodOptional: M,
|
|
2846
|
+
ZodNullable: J,
|
|
2847
|
+
ZodDefault: Se,
|
|
2848
|
+
ZodCatch: Oe,
|
|
2849
|
+
ZodNaN: Be,
|
|
2850
|
+
BRAND: xr,
|
|
2851
|
+
ZodBranded: at,
|
|
2852
|
+
ZodPipeline: Ie,
|
|
2853
|
+
ZodReadonly: Re,
|
|
2854
|
+
custom: Ot,
|
|
2831
2855
|
Schema: g,
|
|
2832
2856
|
ZodSchema: g,
|
|
2833
|
-
late:
|
|
2857
|
+
late: kr,
|
|
2834
2858
|
get ZodFirstPartyTypeKind() {
|
|
2835
|
-
return
|
|
2859
|
+
return p;
|
|
2836
2860
|
},
|
|
2837
|
-
coerce:
|
|
2838
|
-
any:
|
|
2839
|
-
array:
|
|
2840
|
-
bigint:
|
|
2841
|
-
boolean:
|
|
2842
|
-
date:
|
|
2843
|
-
discriminatedUnion:
|
|
2844
|
-
effect:
|
|
2845
|
-
enum:
|
|
2846
|
-
function:
|
|
2847
|
-
instanceof:
|
|
2848
|
-
intersection:
|
|
2849
|
-
lazy:
|
|
2850
|
-
literal:
|
|
2851
|
-
map:
|
|
2852
|
-
nan:
|
|
2853
|
-
nativeEnum:
|
|
2854
|
-
never:
|
|
2855
|
-
null:
|
|
2856
|
-
nullable:
|
|
2857
|
-
number:
|
|
2858
|
-
object:
|
|
2859
|
-
oboolean:
|
|
2860
|
-
onumber:
|
|
2861
|
-
optional:
|
|
2862
|
-
ostring:
|
|
2863
|
-
pipeline:
|
|
2864
|
-
preprocess:
|
|
2865
|
-
promise:
|
|
2866
|
-
record:
|
|
2867
|
-
set:
|
|
2868
|
-
strictObject:
|
|
2869
|
-
string:
|
|
2870
|
-
symbol:
|
|
2871
|
-
transformer:
|
|
2872
|
-
tuple:
|
|
2873
|
-
undefined:
|
|
2874
|
-
union:
|
|
2875
|
-
unknown:
|
|
2876
|
-
void:
|
|
2877
|
-
NEVER:
|
|
2878
|
-
ZodIssueCode:
|
|
2879
|
-
quotelessJson:
|
|
2880
|
-
ZodError:
|
|
2881
|
-
})
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2861
|
+
coerce: rn,
|
|
2862
|
+
any: Rr,
|
|
2863
|
+
array: Ar,
|
|
2864
|
+
bigint: wr,
|
|
2865
|
+
boolean: Zt,
|
|
2866
|
+
date: Er,
|
|
2867
|
+
discriminatedUnion: Mr,
|
|
2868
|
+
effect: vt,
|
|
2869
|
+
enum: Kr,
|
|
2870
|
+
function: Br,
|
|
2871
|
+
instanceof: br,
|
|
2872
|
+
intersection: Ur,
|
|
2873
|
+
lazy: Hr,
|
|
2874
|
+
literal: Wr,
|
|
2875
|
+
map: Vr,
|
|
2876
|
+
nan: Tr,
|
|
2877
|
+
nativeEnum: qr,
|
|
2878
|
+
never: Zr,
|
|
2879
|
+
null: Or,
|
|
2880
|
+
nullable: Gr,
|
|
2881
|
+
number: It,
|
|
2882
|
+
object: jr,
|
|
2883
|
+
oboolean: tn,
|
|
2884
|
+
onumber: en,
|
|
2885
|
+
optional: Jr,
|
|
2886
|
+
ostring: Qr,
|
|
2887
|
+
pipeline: Xr,
|
|
2888
|
+
preprocess: Fr,
|
|
2889
|
+
promise: Yr,
|
|
2890
|
+
record: $r,
|
|
2891
|
+
set: zr,
|
|
2892
|
+
strictObject: Pr,
|
|
2893
|
+
string: Rt,
|
|
2894
|
+
symbol: Cr,
|
|
2895
|
+
transformer: vt,
|
|
2896
|
+
tuple: Lr,
|
|
2897
|
+
undefined: Sr,
|
|
2898
|
+
union: Dr,
|
|
2899
|
+
unknown: Ir,
|
|
2900
|
+
void: Nr,
|
|
2901
|
+
NEVER: nn,
|
|
2902
|
+
ZodIssueCode: c,
|
|
2903
|
+
quotelessJson: rr,
|
|
2904
|
+
ZodError: I
|
|
2905
|
+
});
|
|
2906
|
+
const N = x.string().trim().min(1, { message: "Cannot be blank" }), B = x.string().trim().optional();
|
|
2907
|
+
var Nt = /* @__PURE__ */ ((r) => (r.FIRST_NAME = "firstName", r.LAST_NAME = "lastName", r.EMAIL = "email", r.ZIP_CODE = "zipCode", r.CITY = "city", r.STATE = "state", r.COUNTRY = "country", r.ADDRESS = "address", r.PHONE = "phone", r))(Nt || {});
|
|
2908
|
+
const At = x.nativeEnum(Nt);
|
|
2909
|
+
var jt = /* @__PURE__ */ ((r) => (r.CARD_NUMBER = "cardNumber", r.CARD_EXPIRY = "cardExpiry", r.CARD_CVC = "cardCvc", r))(jt || {});
|
|
2910
|
+
const Pt = x.nativeEnum(jt), sn = x.union([At, Pt]);
|
|
2911
|
+
x.object({
|
|
2912
|
+
backgroundColor: B,
|
|
2913
|
+
color: B,
|
|
2914
|
+
fontFamily: B,
|
|
2915
|
+
fontSize: B,
|
|
2916
|
+
fontWeight: B,
|
|
2917
|
+
margin: B,
|
|
2918
|
+
padding: B
|
|
2919
|
+
});
|
|
2920
|
+
const b = x.enum([
|
|
2921
|
+
// Element -> Form
|
|
2922
|
+
"LOADED",
|
|
2923
|
+
"BLUR",
|
|
2924
|
+
"FOCUS",
|
|
2925
|
+
"CHANGE",
|
|
2926
|
+
"TOKENIZE_STARTED",
|
|
2927
|
+
"CHECKOUT_STARTED",
|
|
2928
|
+
"TOKENIZE_SUCCESS",
|
|
2929
|
+
"CHECKOUT_SUCCESS",
|
|
2930
|
+
"LOAD_ERROR",
|
|
2931
|
+
"VALIDATION_ERROR",
|
|
2932
|
+
"TOKENIZE_ERROR",
|
|
2933
|
+
"CHECKOUT_ERROR",
|
|
2934
|
+
// Form -> Element
|
|
2935
|
+
"TOKENIZE",
|
|
2936
|
+
"CHECKOUT"
|
|
2937
|
+
]), an = b.extract(["TOKENIZE_STARTED", "CHECKOUT_STARTED"]), on = x.object({ type: an }), cn = b.extract(["BLUR", "FOCUS", "CHANGE"]), dn = x.object({
|
|
2938
|
+
type: cn,
|
|
2939
|
+
elementType: Pt
|
|
2940
|
+
}), un = b.extract(["LOAD_ERROR", "TOKENIZE_ERROR", "CHECKOUT_ERROR"]), ln = x.object({
|
|
2941
|
+
type: un,
|
|
2942
|
+
message: N
|
|
2943
|
+
}), fn = b.extract(["VALIDATION_ERROR"]), hn = x.object({
|
|
2944
|
+
type: fn,
|
|
2945
|
+
elementType: sn,
|
|
2946
|
+
errors: x.array(x.string())
|
|
2947
|
+
}), mn = x.object({
|
|
2948
|
+
type: x.literal(b.enum.LOADED),
|
|
2949
|
+
sessionId: N,
|
|
2950
|
+
height: N,
|
|
2951
|
+
totalAmountAtoms: x.number(),
|
|
2952
|
+
currency: B
|
|
2953
|
+
}), pn = b.extract(["TOKENIZE", "CHECKOUT"]), Dt = x.object({
|
|
2954
|
+
type: pn,
|
|
2955
|
+
sessionId: N,
|
|
2956
|
+
firstName: N,
|
|
2957
|
+
lastName: N,
|
|
2958
|
+
email: N,
|
|
2959
|
+
zipCode: N,
|
|
2960
|
+
country: N
|
|
2961
|
+
}), yn = x.object({
|
|
2962
|
+
type: x.literal(b.enum.TOKENIZE_SUCCESS),
|
|
2963
|
+
isReadyForCheckout: x.boolean()
|
|
2964
|
+
}), vn = x.object({
|
|
2965
|
+
type: x.literal(b.enum.CHECKOUT_SUCCESS),
|
|
2966
|
+
invoiceUrls: x.array(x.string())
|
|
2967
|
+
}), gn = x.discriminatedUnion("type", [
|
|
2968
|
+
on,
|
|
2969
|
+
dn,
|
|
2970
|
+
ln,
|
|
2971
|
+
hn,
|
|
2972
|
+
mn,
|
|
2973
|
+
Dt,
|
|
2974
|
+
yn,
|
|
2975
|
+
vn
|
|
2976
|
+
]), _n = x.object({
|
|
2977
|
+
payload: gn,
|
|
2978
|
+
nonce: N,
|
|
2979
|
+
formId: N,
|
|
2980
|
+
elementId: N
|
|
2981
|
+
}), xn = (r) => {
|
|
2982
|
+
const e = {};
|
|
2983
|
+
return Object.entries(r).forEach(([t, n]) => {
|
|
2984
|
+
try {
|
|
2985
|
+
const s = At.parse(t);
|
|
2986
|
+
Array.isArray(n) ? e[s] = n : Array.isArray(n._errors) && (e[s] = n._errors);
|
|
2987
|
+
} catch {
|
|
2988
|
+
return;
|
|
2989
|
+
}
|
|
2990
|
+
}), e;
|
|
2991
|
+
}, kn = (r, e, t) => {
|
|
2992
|
+
const s = Array.from(e.querySelectorAll("input[data-opid]") ?? []).reduce(
|
|
2993
|
+
(i, o) => {
|
|
2994
|
+
const u = o.getAttribute("data-opid");
|
|
2995
|
+
return u ? { ...i, [u]: o.value } : i;
|
|
2996
|
+
},
|
|
2997
|
+
{
|
|
2998
|
+
type: b.enum.TOKENIZE,
|
|
2999
|
+
sessionId: r
|
|
3000
|
+
}
|
|
3001
|
+
), a = Dt.safeParse(s);
|
|
3002
|
+
if (a.success)
|
|
3003
|
+
return a.data;
|
|
3004
|
+
{
|
|
3005
|
+
const i = a.error.format(), o = xn(i);
|
|
3006
|
+
for (const [u, d] of Object.entries(o))
|
|
3007
|
+
t(u, d, u);
|
|
3008
|
+
}
|
|
3009
|
+
}, bn = (r) => {
|
|
2913
3010
|
try {
|
|
2914
|
-
return
|
|
3011
|
+
return _n.parse(r);
|
|
2915
3012
|
} catch (e) {
|
|
2916
3013
|
throw e;
|
|
2917
3014
|
}
|
|
2918
|
-
},
|
|
2919
|
-
const
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
const i = {
|
|
2923
|
-
type: n,
|
|
3015
|
+
}, gt = (r, e, t, n) => {
|
|
3016
|
+
const s = {
|
|
3017
|
+
payload: n,
|
|
3018
|
+
nonce: kt(),
|
|
2924
3019
|
formId: e,
|
|
2925
|
-
elementId: t
|
|
2926
|
-
payload: s,
|
|
2927
|
-
nonce: _r()
|
|
3020
|
+
elementId: t
|
|
2928
3021
|
};
|
|
2929
|
-
|
|
2930
|
-
},
|
|
2931
|
-
const {
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
3022
|
+
r.postMessage(JSON.stringify(s), st);
|
|
3023
|
+
}, Sn = (r) => {
|
|
3024
|
+
const {
|
|
3025
|
+
children: e,
|
|
3026
|
+
checkoutSecureToken: t,
|
|
3027
|
+
className: n,
|
|
3028
|
+
onFocus: s,
|
|
3029
|
+
onBlur: a,
|
|
3030
|
+
onChange: i,
|
|
3031
|
+
onLoad: o,
|
|
3032
|
+
onLoadError: u,
|
|
3033
|
+
onValidationError: d,
|
|
3034
|
+
onCheckoutStarted: m,
|
|
3035
|
+
onCheckoutSuccess: T,
|
|
3036
|
+
onCheckoutError: z
|
|
3037
|
+
} = r, [G, F] = R(void 0), [it, Mt] = R([]), [Ut, Lt] = R("1px"), [ot, $t] = R(!1), [Ke, ct] = R(void 0), [dt, Ze] = R(!1), [te, Vt] = R([]), [re, zt] = R({}), [ut, lt] = R(0), [ft, ht] = R(!1), [ne, Bt] = R(void 0), [mt, Ht] = R(void 0), [qe, Wt] = R(void 0), se = Pe(() => `opjs-form-${kt()}`, []), he = _t(null), Ye = Ae(
|
|
3038
|
+
(O) => {
|
|
3039
|
+
if (O.origin !== st || !O.source) return;
|
|
3040
|
+
const ae = O.source, C = bn(JSON.parse(O.data)), Ne = C.elementId;
|
|
3041
|
+
if (C.formId !== se || !Ne || C.nonce in it)
|
|
3042
|
+
return;
|
|
3043
|
+
Mt((ie) => [...ie, C.nonce]);
|
|
3044
|
+
const Z = C.payload, A = Z.type;
|
|
3045
|
+
if (A === b.enum.FOCUS && s)
|
|
3046
|
+
s(C.elementId);
|
|
3047
|
+
else if (A === b.enum.BLUR && a)
|
|
3048
|
+
a(C.elementId);
|
|
3049
|
+
else if (A === b.enum.CHANGE && i)
|
|
3050
|
+
i(C.elementId);
|
|
3051
|
+
else if (A === b.enum.LOADED) {
|
|
3052
|
+
const ie = te.find((Fe) => Fe.contentWindow === ae);
|
|
3053
|
+
if (Ze(!1), !ie)
|
|
3054
|
+
return;
|
|
3055
|
+
zt((Fe) => ({ ...Fe, [Ne]: ae }));
|
|
3056
|
+
const Ge = Z.height ? `${Z.height}px` : "100%";
|
|
3057
|
+
Lt(Ge), Wt(Z.totalAmountAtoms), Ht(Z.currency), ne || Bt(Z.sessionId);
|
|
3058
|
+
} else if (A === b.enum.TOKENIZE_STARTED)
|
|
3059
|
+
Ze(!0), m && m();
|
|
3060
|
+
else if (A === b.enum.TOKENIZE_SUCCESS && Ke) {
|
|
3061
|
+
const ie = ut + 1, Ge = ie === Object.keys(re).length;
|
|
3062
|
+
!ft && (Ge || Z.isReadyForCheckout) ? (gt(ae, se, Ne, Ke), ht(!0), ct(void 0)) : lt(ie);
|
|
3063
|
+
} else A === b.enum.CHECKOUT_SUCCESS ? (Ze(!1), lt(0), ht(!1), T && T(Z.invoiceUrls)) : A === b.enum.LOAD_ERROR ? u && u(Z.message) : A === b.enum.VALIDATION_ERROR ? d && d(Z.elementType, Z.errors, Ne) : (A === b.enum.TOKENIZE_ERROR || A === b.enum.CHECKOUT_ERROR) && (Ze(!1), z && z(Z.message));
|
|
2967
3064
|
},
|
|
2968
|
-
[
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
3065
|
+
[
|
|
3066
|
+
se,
|
|
3067
|
+
ne,
|
|
3068
|
+
it,
|
|
3069
|
+
Ke,
|
|
3070
|
+
te,
|
|
3071
|
+
re,
|
|
3072
|
+
ut,
|
|
3073
|
+
ft,
|
|
3074
|
+
a,
|
|
3075
|
+
i,
|
|
3076
|
+
s,
|
|
3077
|
+
u,
|
|
3078
|
+
m,
|
|
3079
|
+
T,
|
|
3080
|
+
z,
|
|
3081
|
+
d
|
|
3082
|
+
]
|
|
3083
|
+
), Kt = Ae(() => {
|
|
3084
|
+
if (!he.current || !d || !ne) return;
|
|
3085
|
+
const O = kn(ne, he.current, d);
|
|
3086
|
+
if (O) {
|
|
3087
|
+
for (const [ae, C] of Object.entries(re))
|
|
3088
|
+
C && gt(C, se, ae, O);
|
|
3089
|
+
O.type = b.enum.CHECKOUT, ct(O);
|
|
3090
|
+
}
|
|
3091
|
+
}, [he, re, se, d, ne]), Je = Ae(
|
|
3092
|
+
(O) => {
|
|
3093
|
+
dt && O.preventDefault();
|
|
2972
3094
|
},
|
|
2973
|
-
|
|
2974
|
-
|
|
3095
|
+
[dt]
|
|
3096
|
+
);
|
|
3097
|
+
De(() => {
|
|
3098
|
+
ot || !he.current || !qe || te.length === Object.keys(re).length && ($t(!0), o && o(qe, mt));
|
|
3099
|
+
}, [te, re, ot, o, qe, mt]), De(() => (F(window.location.origin), window.addEventListener("message", Ye), window.addEventListener("beforeunload", Je), () => {
|
|
3100
|
+
window.removeEventListener("beforeunload", Je), window.removeEventListener("message", Ye);
|
|
3101
|
+
}), [ne, Ye, Je]);
|
|
3102
|
+
const qt = Ae(
|
|
3103
|
+
(O) => {
|
|
3104
|
+
te.find((C) => C.contentWindow === O.contentWindow) || Vt((C) => [...C, O]);
|
|
3105
|
+
},
|
|
3106
|
+
[te]
|
|
3107
|
+
), Yt = {
|
|
3108
|
+
formId: se,
|
|
3109
|
+
formHeight: Ut,
|
|
3110
|
+
referer: G,
|
|
3111
|
+
checkoutSecureToken: t,
|
|
3112
|
+
registerIframe: qt
|
|
2975
3113
|
};
|
|
2976
|
-
return /* @__PURE__ */
|
|
2977
|
-
}
|
|
2978
|
-
|
|
2979
|
-
backgroundColor: S.string().optional(),
|
|
2980
|
-
color: S.string().optional(),
|
|
2981
|
-
fontFamily: S.string().optional(),
|
|
2982
|
-
fontSize: S.string().optional(),
|
|
2983
|
-
fontWeight: S.string().optional(),
|
|
2984
|
-
margin: S.string().optional(),
|
|
2985
|
-
padding: S.string().optional()
|
|
2986
|
-
});
|
|
2987
|
-
const wr = (r) => `styles=${encodeURIComponent(JSON.stringify(r))}`, Ie = (r) => {
|
|
2988
|
-
const { subPath: e, styles: t } = r, { contextId: n, dispatchEvent: s, formHeight: a } = ft(), [i, o] = re(""), u = Je(null), c = Ae(() => t ? wr(t) : "", [t]), p = Ae(() => ({
|
|
3114
|
+
return /* @__PURE__ */ W(xt.Provider, { value: Yt, children: /* @__PURE__ */ W("div", { className: n, ref: he, children: e({ submit: Kt }) }) });
|
|
3115
|
+
}, Tn = (r) => `styles=${encodeURIComponent(JSON.stringify(r))}`, We = (r) => {
|
|
3116
|
+
const { subPath: e, styles: t } = r, { formId: n, referer: s, formHeight: a, checkoutSecureToken: i, registerIframe: o } = Ft(), [u, d] = R(!1), m = _t(null), T = Pe(() => t ? Tn(t) : "", [t]), z = Pe(() => ({
|
|
2989
3117
|
border: "none",
|
|
2990
3118
|
width: "100%",
|
|
2991
|
-
height: a
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
const
|
|
2995
|
-
return
|
|
2996
|
-
}, [
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
[s]
|
|
3001
|
-
);
|
|
3002
|
-
return Pe(() => {
|
|
3003
|
-
if (!(!u.current || !n))
|
|
3004
|
-
return window.addEventListener("message", P), o(window.location.origin), () => window.removeEventListener("message", P);
|
|
3005
|
-
}, [u, n, P]), /* @__PURE__ */ q(
|
|
3119
|
+
height: a
|
|
3120
|
+
}), [a]), G = Pe(() => {
|
|
3121
|
+
if (!i || !s) return "";
|
|
3122
|
+
const F = new URLSearchParams();
|
|
3123
|
+
return F.append("referer", s), F.append("styles", T), F.append("formId", n), F.append("secureToken", i), F.toString();
|
|
3124
|
+
}, [T, n, s, i]);
|
|
3125
|
+
return De(() => d(!0), []), De(() => {
|
|
3126
|
+
!m.current || !u || o(m.current);
|
|
3127
|
+
}, [u]), i ? /* @__PURE__ */ W(
|
|
3006
3128
|
"iframe",
|
|
3007
3129
|
{
|
|
3008
3130
|
name: `${e}-element`,
|
|
3009
|
-
src: `${
|
|
3010
|
-
style:
|
|
3011
|
-
ref:
|
|
3131
|
+
src: `${st}/app/v1/${e}-element?${G}`,
|
|
3132
|
+
style: z,
|
|
3133
|
+
ref: m
|
|
3012
3134
|
}
|
|
3013
|
-
);
|
|
3014
|
-
},
|
|
3135
|
+
) : /* @__PURE__ */ W("div", {});
|
|
3136
|
+
}, On = ({ styles: r }) => /* @__PURE__ */ W(We, { styles: r, subPath: "card-cvc" }), Rn = ({ styles: r }) => /* @__PURE__ */ W(We, { styles: r, subPath: "card" }), In = ({ styles: r }) => /* @__PURE__ */ W(We, { styles: r, subPath: "card-expiry" }), Zn = ({ styles: r }) => /* @__PURE__ */ W(We, { styles: r, subPath: "card-number" });
|
|
3015
3137
|
export {
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3138
|
+
On as CardCvcElement,
|
|
3139
|
+
Rn as CardElement,
|
|
3140
|
+
In as CardExpiryElement,
|
|
3141
|
+
Zn as CardNumberElement,
|
|
3142
|
+
Sn as ElementsForm,
|
|
3143
|
+
Nt as FieldName,
|
|
3144
|
+
Ft as useOpenPayElements
|
|
3022
3145
|
};
|