@cimplify/sdk 0.52.1 → 0.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{ads-BxbWrwqp.d.mts → ads-C2c2Aald.d.mts} +1 -1
- package/dist/{ads-BxbWrwqp.d.ts → ads-C2c2Aald.d.ts} +1 -1
- package/dist/advanced.d.mts +3 -3
- package/dist/advanced.d.ts +3 -3
- package/dist/advanced.js +20 -20
- package/dist/advanced.mjs +1 -1
- package/dist/{chunk-R3F55BRN.mjs → chunk-3G4QCENX.mjs} +42 -22
- package/dist/{chunk-4QDCMYYB.mjs → chunk-6QZQQRBB.mjs} +21 -10
- package/dist/{chunk-GLAVTDDE.mjs → chunk-B3Y4C4A7.mjs} +56 -53
- package/dist/{chunk-7A3D3LFI.js → chunk-EJUKGJTZ.js} +4 -4
- package/dist/{chunk-Q5VGDCQF.js → chunk-HCZTBWU4.js} +42 -22
- package/dist/{chunk-W6CCBNGL.js → chunk-IJ32BXKZ.js} +55 -44
- package/dist/{chunk-RDORJT7Y.mjs → chunk-NEK7CVE2.mjs} +2 -2
- package/dist/{chunk-EQLT46ZR.js → chunk-YJLOOC3L.js} +56 -53
- package/dist/{client-C6J_RGlr.d.mts → client-306peWZ0.d.ts} +47 -29
- package/dist/{client-CX7IFIkL.d.ts → client-Bj2apl_y.d.mts} +47 -29
- package/dist/{client-Lt7uGLmT.d.ts → client-C2bKMy5g.d.ts} +2 -2
- package/dist/{client-DdefKjcs.d.mts → client-D1Gknspz.d.mts} +2 -2
- package/dist/{index-Bo0NjgR6.d.mts → index-D8vnKlOQ.d.mts} +4 -4
- package/dist/{index-BAohYhdg.d.ts → index-DIIlPUOC.d.ts} +4 -4
- package/dist/index.d.mts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +61 -61
- package/dist/index.mjs +2 -2
- package/dist/mock/cli.mjs +42 -22
- package/dist/mock/library.js +42 -22
- package/dist/mock/library.mjs +42 -22
- package/dist/mock/msw.js +42 -22
- package/dist/mock/msw.mjs +42 -22
- package/dist/{payment-_e99nSRj.d.ts → payment-DVS7ZUEp.d.mts} +2 -2
- package/dist/{payment-9L_-GWqQ.d.mts → payment-sn-yGL7v.d.ts} +2 -2
- package/dist/{price-BjehlIhG.d.mts → price-9T1Y47oS.d.ts} +2 -2
- package/dist/{price-CWQ5TQmk.d.ts → price-Cm0tU0V5.d.mts} +2 -2
- package/dist/{product-C-xLzh7Q.d.mts → product-B_kS4Oxa.d.mts} +1 -1
- package/dist/{product-C-xLzh7Q.d.ts → product-B_kS4Oxa.d.ts} +1 -1
- package/dist/react.d.mts +6 -6
- package/dist/react.d.ts +6 -6
- package/dist/react.js +16 -16
- package/dist/react.mjs +2 -2
- package/dist/{server-72rzvJ4Y.d.ts → server-BQzz921M.d.ts} +1 -1
- package/dist/{server-BgccqOLT.d.mts → server-D8rwqZQ6.d.mts} +1 -1
- package/dist/server.d.mts +20 -12
- package/dist/server.d.ts +20 -12
- package/dist/server.js +3 -3
- package/dist/server.mjs +2 -2
- package/dist/testing/msw.d.mts +2 -2
- package/dist/testing/msw.d.ts +2 -2
- package/dist/testing/msw.js +2 -2
- package/dist/testing/msw.mjs +1 -1
- package/dist/testing/suite.d.mts +6 -6
- package/dist/testing/suite.d.ts +6 -6
- package/dist/testing/suite.js +23 -23
- package/dist/testing/suite.mjs +4 -4
- package/dist/testing.d.mts +5 -5
- package/dist/testing.d.ts +5 -5
- package/dist/testing.js +79 -79
- package/dist/testing.mjs +5 -5
- package/dist/utils.d.mts +4 -4
- package/dist/utils.d.ts +4 -4
- package/package.json +1 -1
package/dist/mock/msw.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
// ../node_modules/.bun/hono@4.12.
|
|
3
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/compose.js
|
|
4
4
|
var compose = (middleware, onError, onNotFound) => {
|
|
5
5
|
return (context, next) => {
|
|
6
6
|
let index = -1;
|
|
@@ -44,10 +44,10 @@ var compose = (middleware, onError, onNotFound) => {
|
|
|
44
44
|
};
|
|
45
45
|
};
|
|
46
46
|
|
|
47
|
-
// ../node_modules/.bun/hono@4.12.
|
|
47
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/request/constants.js
|
|
48
48
|
var GET_MATCH_RESULT = /* @__PURE__ */ Symbol();
|
|
49
49
|
|
|
50
|
-
// ../node_modules/.bun/hono@4.12.
|
|
50
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/utils/body.js
|
|
51
51
|
var parseBody = async (request, options = /* @__PURE__ */ Object.create(null)) => {
|
|
52
52
|
const { all = false, dot = false } = options;
|
|
53
53
|
const headers = request instanceof HonoRequest ? request.raw.headers : request.headers;
|
|
@@ -118,7 +118,7 @@ var handleParsingNestedValues = (form, key, value) => {
|
|
|
118
118
|
});
|
|
119
119
|
};
|
|
120
120
|
|
|
121
|
-
// ../node_modules/.bun/hono@4.12.
|
|
121
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/utils/url.js
|
|
122
122
|
var splitPath = (path) => {
|
|
123
123
|
const paths = path.split("/");
|
|
124
124
|
if (paths[0] === "") {
|
|
@@ -321,7 +321,7 @@ var getQueryParams = (url, key) => {
|
|
|
321
321
|
};
|
|
322
322
|
var decodeURIComponent_ = decodeURIComponent;
|
|
323
323
|
|
|
324
|
-
// ../node_modules/.bun/hono@4.12.
|
|
324
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/request.js
|
|
325
325
|
var tryDecodeURIComponent = (str) => tryDecode(str, decodeURIComponent_);
|
|
326
326
|
var HonoRequest = class {
|
|
327
327
|
/**
|
|
@@ -466,6 +466,21 @@ var HonoRequest = class {
|
|
|
466
466
|
arrayBuffer() {
|
|
467
467
|
return this.#cachedBody("arrayBuffer");
|
|
468
468
|
}
|
|
469
|
+
/**
|
|
470
|
+
* `.bytes()` parses the request body as a `Uint8Array`.
|
|
471
|
+
*
|
|
472
|
+
* @see {@link https://hono.dev/docs/api/request#bytes}
|
|
473
|
+
*
|
|
474
|
+
* @example
|
|
475
|
+
* ```ts
|
|
476
|
+
* app.post('/entry', async (c) => {
|
|
477
|
+
* const body = await c.req.bytes()
|
|
478
|
+
* })
|
|
479
|
+
* ```
|
|
480
|
+
*/
|
|
481
|
+
bytes() {
|
|
482
|
+
return this.#cachedBody("arrayBuffer").then((buffer) => new Uint8Array(buffer));
|
|
483
|
+
}
|
|
469
484
|
/**
|
|
470
485
|
* Parses the request body as a `Blob`.
|
|
471
486
|
* @example
|
|
@@ -589,7 +604,7 @@ var HonoRequest = class {
|
|
|
589
604
|
}
|
|
590
605
|
};
|
|
591
606
|
|
|
592
|
-
// ../node_modules/.bun/hono@4.12.
|
|
607
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/utils/html.js
|
|
593
608
|
var HtmlEscapedCallbackPhase = {
|
|
594
609
|
Stringify: 1};
|
|
595
610
|
var resolveCallback = async (str, phase, preserveCallbacks, context, buffer) => {
|
|
@@ -620,7 +635,7 @@ var resolveCallback = async (str, phase, preserveCallbacks, context, buffer) =>
|
|
|
620
635
|
}
|
|
621
636
|
};
|
|
622
637
|
|
|
623
|
-
// ../node_modules/.bun/hono@4.12.
|
|
638
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/context.js
|
|
624
639
|
var TEXT_PLAIN = "text/plain; charset=UTF-8";
|
|
625
640
|
var setDefaultContentType = (contentType, headers) => {
|
|
626
641
|
return {
|
|
@@ -1027,7 +1042,7 @@ var Context = class {
|
|
|
1027
1042
|
};
|
|
1028
1043
|
};
|
|
1029
1044
|
|
|
1030
|
-
// ../node_modules/.bun/hono@4.12.
|
|
1045
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/router.js
|
|
1031
1046
|
var METHOD_NAME_ALL = "ALL";
|
|
1032
1047
|
var METHOD_NAME_ALL_LOWERCASE = "all";
|
|
1033
1048
|
var METHODS = ["get", "post", "put", "delete", "options", "patch"];
|
|
@@ -1035,10 +1050,10 @@ var MESSAGE_MATCHER_IS_ALREADY_BUILT = "Can not add a route since the matcher is
|
|
|
1035
1050
|
var UnsupportedPathError = class extends Error {
|
|
1036
1051
|
};
|
|
1037
1052
|
|
|
1038
|
-
// ../node_modules/.bun/hono@4.12.
|
|
1053
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/utils/constants.js
|
|
1039
1054
|
var COMPOSED_HANDLER = "__COMPOSED_HANDLER";
|
|
1040
1055
|
|
|
1041
|
-
// ../node_modules/.bun/hono@4.12.
|
|
1056
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/hono-base.js
|
|
1042
1057
|
var notFoundHandler = (c) => {
|
|
1043
1058
|
return c.text("404 Not Found", 404);
|
|
1044
1059
|
};
|
|
@@ -1153,7 +1168,7 @@ var Hono = class _Hono {
|
|
|
1153
1168
|
handler = async (c, next) => (await compose([], app.errorHandler)(c, () => r.handler(c, next))).res;
|
|
1154
1169
|
handler[COMPOSED_HANDLER] = r.handler;
|
|
1155
1170
|
}
|
|
1156
|
-
subApp.#addRoute(r.method, r.path, handler);
|
|
1171
|
+
subApp.#addRoute(r.method, r.path, handler, r.basePath);
|
|
1157
1172
|
});
|
|
1158
1173
|
return this;
|
|
1159
1174
|
}
|
|
@@ -1277,7 +1292,7 @@ var Hono = class _Hono {
|
|
|
1277
1292
|
const pathPrefixLength = mergedPath === "/" ? 0 : mergedPath.length;
|
|
1278
1293
|
return (request) => {
|
|
1279
1294
|
const url = new URL(request.url);
|
|
1280
|
-
url.pathname =
|
|
1295
|
+
url.pathname = this.getPath(request).slice(pathPrefixLength) || "/";
|
|
1281
1296
|
return new Request(url, request);
|
|
1282
1297
|
};
|
|
1283
1298
|
})();
|
|
@@ -1291,10 +1306,15 @@ var Hono = class _Hono {
|
|
|
1291
1306
|
this.#addRoute(METHOD_NAME_ALL, mergePath(path, "*"), handler);
|
|
1292
1307
|
return this;
|
|
1293
1308
|
}
|
|
1294
|
-
#addRoute(method, path, handler) {
|
|
1309
|
+
#addRoute(method, path, handler, baseRoutePath) {
|
|
1295
1310
|
method = method.toUpperCase();
|
|
1296
1311
|
path = mergePath(this._basePath, path);
|
|
1297
|
-
const r = {
|
|
1312
|
+
const r = {
|
|
1313
|
+
basePath: baseRoutePath !== void 0 ? mergePath(this._basePath, baseRoutePath) : this._basePath,
|
|
1314
|
+
path,
|
|
1315
|
+
method,
|
|
1316
|
+
handler
|
|
1317
|
+
};
|
|
1298
1318
|
this.router.add(method, path, [handler, r]);
|
|
1299
1319
|
this.routes.push(r);
|
|
1300
1320
|
}
|
|
@@ -1409,7 +1429,7 @@ var Hono = class _Hono {
|
|
|
1409
1429
|
};
|
|
1410
1430
|
};
|
|
1411
1431
|
|
|
1412
|
-
// ../node_modules/.bun/hono@4.12.
|
|
1432
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/router/reg-exp-router/matcher.js
|
|
1413
1433
|
var emptyParam = [];
|
|
1414
1434
|
function match(method, path) {
|
|
1415
1435
|
const matchers = this.buildAllMatchers();
|
|
@@ -1430,7 +1450,7 @@ function match(method, path) {
|
|
|
1430
1450
|
return match2(method, path);
|
|
1431
1451
|
}
|
|
1432
1452
|
|
|
1433
|
-
// ../node_modules/.bun/hono@4.12.
|
|
1453
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/router/reg-exp-router/node.js
|
|
1434
1454
|
var LABEL_REG_EXP_STR = "[^/]+";
|
|
1435
1455
|
var ONLY_WILDCARD_REG_EXP_STR = ".*";
|
|
1436
1456
|
var TAIL_WILDCARD_REG_EXP_STR = "(?:|/.*)";
|
|
@@ -1538,7 +1558,7 @@ var Node = class _Node {
|
|
|
1538
1558
|
}
|
|
1539
1559
|
};
|
|
1540
1560
|
|
|
1541
|
-
// ../node_modules/.bun/hono@4.12.
|
|
1561
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/router/reg-exp-router/trie.js
|
|
1542
1562
|
var Trie = class {
|
|
1543
1563
|
#context = { varIndex: 0 };
|
|
1544
1564
|
#root = new Node();
|
|
@@ -1594,7 +1614,7 @@ var Trie = class {
|
|
|
1594
1614
|
}
|
|
1595
1615
|
};
|
|
1596
1616
|
|
|
1597
|
-
// ../node_modules/.bun/hono@4.12.
|
|
1617
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/router/reg-exp-router/router.js
|
|
1598
1618
|
var nullMatcher = [/^$/, [], /* @__PURE__ */ Object.create(null)];
|
|
1599
1619
|
var wildcardRegExpCache = /* @__PURE__ */ Object.create(null);
|
|
1600
1620
|
function buildWildcardRegExp(path) {
|
|
@@ -1772,7 +1792,7 @@ var RegExpRouter = class {
|
|
|
1772
1792
|
}
|
|
1773
1793
|
};
|
|
1774
1794
|
|
|
1775
|
-
// ../node_modules/.bun/hono@4.12.
|
|
1795
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/router/smart-router/router.js
|
|
1776
1796
|
var SmartRouter = class {
|
|
1777
1797
|
name = "SmartRouter";
|
|
1778
1798
|
#routers = [];
|
|
@@ -1827,7 +1847,7 @@ var SmartRouter = class {
|
|
|
1827
1847
|
}
|
|
1828
1848
|
};
|
|
1829
1849
|
|
|
1830
|
-
// ../node_modules/.bun/hono@4.12.
|
|
1850
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/router/trie-router/node.js
|
|
1831
1851
|
var emptyParams = /* @__PURE__ */ Object.create(null);
|
|
1832
1852
|
var hasChildren = (children) => {
|
|
1833
1853
|
for (const _ in children) {
|
|
@@ -2002,7 +2022,7 @@ var Node2 = class _Node2 {
|
|
|
2002
2022
|
}
|
|
2003
2023
|
};
|
|
2004
2024
|
|
|
2005
|
-
// ../node_modules/.bun/hono@4.12.
|
|
2025
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/router/trie-router/router.js
|
|
2006
2026
|
var TrieRouter = class {
|
|
2007
2027
|
name = "TrieRouter";
|
|
2008
2028
|
#node;
|
|
@@ -2024,7 +2044,7 @@ var TrieRouter = class {
|
|
|
2024
2044
|
}
|
|
2025
2045
|
};
|
|
2026
2046
|
|
|
2027
|
-
// ../node_modules/.bun/hono@4.12.
|
|
2047
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/hono.js
|
|
2028
2048
|
var Hono2 = class extends Hono {
|
|
2029
2049
|
/**
|
|
2030
2050
|
* Creates an instance of the Hono class.
|
package/dist/mock/msw.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// ../node_modules/.bun/hono@4.12.
|
|
1
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/compose.js
|
|
2
2
|
var compose = (middleware, onError, onNotFound) => {
|
|
3
3
|
return (context, next) => {
|
|
4
4
|
let index = -1;
|
|
@@ -42,10 +42,10 @@ var compose = (middleware, onError, onNotFound) => {
|
|
|
42
42
|
};
|
|
43
43
|
};
|
|
44
44
|
|
|
45
|
-
// ../node_modules/.bun/hono@4.12.
|
|
45
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/request/constants.js
|
|
46
46
|
var GET_MATCH_RESULT = /* @__PURE__ */ Symbol();
|
|
47
47
|
|
|
48
|
-
// ../node_modules/.bun/hono@4.12.
|
|
48
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/utils/body.js
|
|
49
49
|
var parseBody = async (request, options = /* @__PURE__ */ Object.create(null)) => {
|
|
50
50
|
const { all = false, dot = false } = options;
|
|
51
51
|
const headers = request instanceof HonoRequest ? request.raw.headers : request.headers;
|
|
@@ -116,7 +116,7 @@ var handleParsingNestedValues = (form, key, value) => {
|
|
|
116
116
|
});
|
|
117
117
|
};
|
|
118
118
|
|
|
119
|
-
// ../node_modules/.bun/hono@4.12.
|
|
119
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/utils/url.js
|
|
120
120
|
var splitPath = (path) => {
|
|
121
121
|
const paths = path.split("/");
|
|
122
122
|
if (paths[0] === "") {
|
|
@@ -319,7 +319,7 @@ var getQueryParams = (url, key) => {
|
|
|
319
319
|
};
|
|
320
320
|
var decodeURIComponent_ = decodeURIComponent;
|
|
321
321
|
|
|
322
|
-
// ../node_modules/.bun/hono@4.12.
|
|
322
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/request.js
|
|
323
323
|
var tryDecodeURIComponent = (str) => tryDecode(str, decodeURIComponent_);
|
|
324
324
|
var HonoRequest = class {
|
|
325
325
|
/**
|
|
@@ -464,6 +464,21 @@ var HonoRequest = class {
|
|
|
464
464
|
arrayBuffer() {
|
|
465
465
|
return this.#cachedBody("arrayBuffer");
|
|
466
466
|
}
|
|
467
|
+
/**
|
|
468
|
+
* `.bytes()` parses the request body as a `Uint8Array`.
|
|
469
|
+
*
|
|
470
|
+
* @see {@link https://hono.dev/docs/api/request#bytes}
|
|
471
|
+
*
|
|
472
|
+
* @example
|
|
473
|
+
* ```ts
|
|
474
|
+
* app.post('/entry', async (c) => {
|
|
475
|
+
* const body = await c.req.bytes()
|
|
476
|
+
* })
|
|
477
|
+
* ```
|
|
478
|
+
*/
|
|
479
|
+
bytes() {
|
|
480
|
+
return this.#cachedBody("arrayBuffer").then((buffer) => new Uint8Array(buffer));
|
|
481
|
+
}
|
|
467
482
|
/**
|
|
468
483
|
* Parses the request body as a `Blob`.
|
|
469
484
|
* @example
|
|
@@ -587,7 +602,7 @@ var HonoRequest = class {
|
|
|
587
602
|
}
|
|
588
603
|
};
|
|
589
604
|
|
|
590
|
-
// ../node_modules/.bun/hono@4.12.
|
|
605
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/utils/html.js
|
|
591
606
|
var HtmlEscapedCallbackPhase = {
|
|
592
607
|
Stringify: 1};
|
|
593
608
|
var resolveCallback = async (str, phase, preserveCallbacks, context, buffer) => {
|
|
@@ -618,7 +633,7 @@ var resolveCallback = async (str, phase, preserveCallbacks, context, buffer) =>
|
|
|
618
633
|
}
|
|
619
634
|
};
|
|
620
635
|
|
|
621
|
-
// ../node_modules/.bun/hono@4.12.
|
|
636
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/context.js
|
|
622
637
|
var TEXT_PLAIN = "text/plain; charset=UTF-8";
|
|
623
638
|
var setDefaultContentType = (contentType, headers) => {
|
|
624
639
|
return {
|
|
@@ -1025,7 +1040,7 @@ var Context = class {
|
|
|
1025
1040
|
};
|
|
1026
1041
|
};
|
|
1027
1042
|
|
|
1028
|
-
// ../node_modules/.bun/hono@4.12.
|
|
1043
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/router.js
|
|
1029
1044
|
var METHOD_NAME_ALL = "ALL";
|
|
1030
1045
|
var METHOD_NAME_ALL_LOWERCASE = "all";
|
|
1031
1046
|
var METHODS = ["get", "post", "put", "delete", "options", "patch"];
|
|
@@ -1033,10 +1048,10 @@ var MESSAGE_MATCHER_IS_ALREADY_BUILT = "Can not add a route since the matcher is
|
|
|
1033
1048
|
var UnsupportedPathError = class extends Error {
|
|
1034
1049
|
};
|
|
1035
1050
|
|
|
1036
|
-
// ../node_modules/.bun/hono@4.12.
|
|
1051
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/utils/constants.js
|
|
1037
1052
|
var COMPOSED_HANDLER = "__COMPOSED_HANDLER";
|
|
1038
1053
|
|
|
1039
|
-
// ../node_modules/.bun/hono@4.12.
|
|
1054
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/hono-base.js
|
|
1040
1055
|
var notFoundHandler = (c) => {
|
|
1041
1056
|
return c.text("404 Not Found", 404);
|
|
1042
1057
|
};
|
|
@@ -1151,7 +1166,7 @@ var Hono = class _Hono {
|
|
|
1151
1166
|
handler = async (c, next) => (await compose([], app.errorHandler)(c, () => r.handler(c, next))).res;
|
|
1152
1167
|
handler[COMPOSED_HANDLER] = r.handler;
|
|
1153
1168
|
}
|
|
1154
|
-
subApp.#addRoute(r.method, r.path, handler);
|
|
1169
|
+
subApp.#addRoute(r.method, r.path, handler, r.basePath);
|
|
1155
1170
|
});
|
|
1156
1171
|
return this;
|
|
1157
1172
|
}
|
|
@@ -1275,7 +1290,7 @@ var Hono = class _Hono {
|
|
|
1275
1290
|
const pathPrefixLength = mergedPath === "/" ? 0 : mergedPath.length;
|
|
1276
1291
|
return (request) => {
|
|
1277
1292
|
const url = new URL(request.url);
|
|
1278
|
-
url.pathname =
|
|
1293
|
+
url.pathname = this.getPath(request).slice(pathPrefixLength) || "/";
|
|
1279
1294
|
return new Request(url, request);
|
|
1280
1295
|
};
|
|
1281
1296
|
})();
|
|
@@ -1289,10 +1304,15 @@ var Hono = class _Hono {
|
|
|
1289
1304
|
this.#addRoute(METHOD_NAME_ALL, mergePath(path, "*"), handler);
|
|
1290
1305
|
return this;
|
|
1291
1306
|
}
|
|
1292
|
-
#addRoute(method, path, handler) {
|
|
1307
|
+
#addRoute(method, path, handler, baseRoutePath) {
|
|
1293
1308
|
method = method.toUpperCase();
|
|
1294
1309
|
path = mergePath(this._basePath, path);
|
|
1295
|
-
const r = {
|
|
1310
|
+
const r = {
|
|
1311
|
+
basePath: baseRoutePath !== void 0 ? mergePath(this._basePath, baseRoutePath) : this._basePath,
|
|
1312
|
+
path,
|
|
1313
|
+
method,
|
|
1314
|
+
handler
|
|
1315
|
+
};
|
|
1296
1316
|
this.router.add(method, path, [handler, r]);
|
|
1297
1317
|
this.routes.push(r);
|
|
1298
1318
|
}
|
|
@@ -1407,7 +1427,7 @@ var Hono = class _Hono {
|
|
|
1407
1427
|
};
|
|
1408
1428
|
};
|
|
1409
1429
|
|
|
1410
|
-
// ../node_modules/.bun/hono@4.12.
|
|
1430
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/router/reg-exp-router/matcher.js
|
|
1411
1431
|
var emptyParam = [];
|
|
1412
1432
|
function match(method, path) {
|
|
1413
1433
|
const matchers = this.buildAllMatchers();
|
|
@@ -1428,7 +1448,7 @@ function match(method, path) {
|
|
|
1428
1448
|
return match2(method, path);
|
|
1429
1449
|
}
|
|
1430
1450
|
|
|
1431
|
-
// ../node_modules/.bun/hono@4.12.
|
|
1451
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/router/reg-exp-router/node.js
|
|
1432
1452
|
var LABEL_REG_EXP_STR = "[^/]+";
|
|
1433
1453
|
var ONLY_WILDCARD_REG_EXP_STR = ".*";
|
|
1434
1454
|
var TAIL_WILDCARD_REG_EXP_STR = "(?:|/.*)";
|
|
@@ -1536,7 +1556,7 @@ var Node = class _Node {
|
|
|
1536
1556
|
}
|
|
1537
1557
|
};
|
|
1538
1558
|
|
|
1539
|
-
// ../node_modules/.bun/hono@4.12.
|
|
1559
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/router/reg-exp-router/trie.js
|
|
1540
1560
|
var Trie = class {
|
|
1541
1561
|
#context = { varIndex: 0 };
|
|
1542
1562
|
#root = new Node();
|
|
@@ -1592,7 +1612,7 @@ var Trie = class {
|
|
|
1592
1612
|
}
|
|
1593
1613
|
};
|
|
1594
1614
|
|
|
1595
|
-
// ../node_modules/.bun/hono@4.12.
|
|
1615
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/router/reg-exp-router/router.js
|
|
1596
1616
|
var nullMatcher = [/^$/, [], /* @__PURE__ */ Object.create(null)];
|
|
1597
1617
|
var wildcardRegExpCache = /* @__PURE__ */ Object.create(null);
|
|
1598
1618
|
function buildWildcardRegExp(path) {
|
|
@@ -1770,7 +1790,7 @@ var RegExpRouter = class {
|
|
|
1770
1790
|
}
|
|
1771
1791
|
};
|
|
1772
1792
|
|
|
1773
|
-
// ../node_modules/.bun/hono@4.12.
|
|
1793
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/router/smart-router/router.js
|
|
1774
1794
|
var SmartRouter = class {
|
|
1775
1795
|
name = "SmartRouter";
|
|
1776
1796
|
#routers = [];
|
|
@@ -1825,7 +1845,7 @@ var SmartRouter = class {
|
|
|
1825
1845
|
}
|
|
1826
1846
|
};
|
|
1827
1847
|
|
|
1828
|
-
// ../node_modules/.bun/hono@4.12.
|
|
1848
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/router/trie-router/node.js
|
|
1829
1849
|
var emptyParams = /* @__PURE__ */ Object.create(null);
|
|
1830
1850
|
var hasChildren = (children) => {
|
|
1831
1851
|
for (const _ in children) {
|
|
@@ -2000,7 +2020,7 @@ var Node2 = class _Node2 {
|
|
|
2000
2020
|
}
|
|
2001
2021
|
};
|
|
2002
2022
|
|
|
2003
|
-
// ../node_modules/.bun/hono@4.12.
|
|
2023
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/router/trie-router/router.js
|
|
2004
2024
|
var TrieRouter = class {
|
|
2005
2025
|
name = "TrieRouter";
|
|
2006
2026
|
#node;
|
|
@@ -2022,7 +2042,7 @@ var TrieRouter = class {
|
|
|
2022
2042
|
}
|
|
2023
2043
|
};
|
|
2024
2044
|
|
|
2025
|
-
// ../node_modules/.bun/hono@4.12.
|
|
2045
|
+
// ../node_modules/.bun/hono@4.12.22/node_modules/hono/dist/hono.js
|
|
2026
2046
|
var Hono2 = class extends Hono {
|
|
2027
2047
|
/**
|
|
2028
2048
|
* Creates an instance of the Hono class.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { aM as Money, ab as CurrencyCode } from './product-B_kS4Oxa.mjs';
|
|
2
2
|
|
|
3
3
|
type PaymentStatus = "initialized" | "pending" | "processing" | "authorized" | "captured" | "failed" | "cancelled" | "refunded" | "unknown" | "voided" | "requires_action" | "abandoned" | "reversed" | "disputed" | "refund_pending";
|
|
4
4
|
type PaymentProvider = "stripe" | "paystack" | "cellulant" | "mtnmomo" | "offline" | "mtn" | "vodafone" | "airtel" | "cash" | "manual";
|
|
@@ -110,4 +110,4 @@ interface SubmitAuthorizationInput {
|
|
|
110
110
|
value: string;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
export type { AddressAuthorizationData as A, InitializePaymentResult as I,
|
|
113
|
+
export type { AddressAuthorizationData as A, InitializePaymentResult as I, Payment as P, SubmitAuthorizationInput as S, AuthorizationType as a, PaymentErrorDetails as b, PaymentMethod as c, PaymentMethodType as d, PaymentProcessingState as e, PaymentProvider as f, PaymentResponse as g, PaymentStatus as h, PaymentStatusResponse as i };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { aM as Money, ab as CurrencyCode } from './product-B_kS4Oxa.js';
|
|
2
2
|
|
|
3
3
|
type PaymentStatus = "initialized" | "pending" | "processing" | "authorized" | "captured" | "failed" | "cancelled" | "refunded" | "unknown" | "voided" | "requires_action" | "abandoned" | "reversed" | "disputed" | "refund_pending";
|
|
4
4
|
type PaymentProvider = "stripe" | "paystack" | "cellulant" | "mtnmomo" | "offline" | "mtn" | "vodafone" | "airtel" | "cash" | "manual";
|
|
@@ -110,4 +110,4 @@ interface SubmitAuthorizationInput {
|
|
|
110
110
|
value: string;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
export type { AddressAuthorizationData as A, InitializePaymentResult as I,
|
|
113
|
+
export type { AddressAuthorizationData as A, InitializePaymentResult as I, Payment as P, SubmitAuthorizationInput as S, AuthorizationType as a, PaymentErrorDetails as b, PaymentMethod as c, PaymentMethodType as d, PaymentProcessingState as e, PaymentProvider as f, PaymentResponse as g, PaymentStatus as h, PaymentStatusResponse as i };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ab as CurrencyCode, S as ChosenPrice } from './product-B_kS4Oxa.js';
|
|
2
2
|
|
|
3
3
|
interface ProductWithPrice {
|
|
4
4
|
price_info?: ChosenPrice;
|
|
@@ -18,4 +18,4 @@ interface FormatCompactOptions {
|
|
|
18
18
|
decimals?: number;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
export type {
|
|
21
|
+
export type { FormatCompactOptions as F, ProductWithPrice as P, FormatPriceOptions as a };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ab as CurrencyCode, S as ChosenPrice } from './product-B_kS4Oxa.mjs';
|
|
2
2
|
|
|
3
3
|
interface ProductWithPrice {
|
|
4
4
|
price_info?: ChosenPrice;
|
|
@@ -18,4 +18,4 @@ interface FormatCompactOptions {
|
|
|
18
18
|
decimals?: number;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
export type {
|
|
21
|
+
export type { FormatCompactOptions as F, ProductWithPrice as P, FormatPriceOptions as a };
|
|
@@ -1532,4 +1532,4 @@ interface TagsResponse {
|
|
|
1532
1532
|
offset: number;
|
|
1533
1533
|
}
|
|
1534
1534
|
|
|
1535
|
-
export { type
|
|
1535
|
+
export { type ComponentSelectionInput as $, type AddOn as A, type BenefitType as B, type BundleSelectionInput as C, type BundleStoredSelection as D, type BundleSummary as E, type BundleWithDetails as F, type Cart as G, type CartAddOn as H, type CartChannel as I, type CartItem as J, type CartItemDetails as K, type CartMutationResult as L, type CartNotice as M, type CartStatus as N, type CartSummary as O, type CartTotals as P, type Category as Q, type CategorySummary as R, type ChosenPrice as S, CimplifyError as T, type Collection as U, type CollectionProduct as V, type CollectionSummary as W, type ComponentGroup as X, type ComponentGroupWithComponents as Y, type ComponentPriceBreakdown as Z, type ComponentSchedulingData as _, type AddOnDetails as a, type ProductBillingPlan as a$, type ComponentSourceType as a0, type Composite as a1, type CompositeComponent as a2, type CompositeComponentView as a3, type CompositeGroupView as a4, type CompositePriceBreakdown as a5, type CompositePriceResult as a6, type CompositePricingMode as a7, type CompositeSelectionData as a8, type CompositeStoredSelection as a9, type FormattedPlanOption as aA, type GroupPricingBehavior as aB, INPUT_FIELD_TYPE as aC, IdempotencyMismatchError as aD, type InputFieldType as aE, type InputFieldValidation as aF, type InventoryType as aG, type KnowledgeArticle as aH, type LineConfiguration as aI, type LocationProductPrice as aJ, type LocationValue as aK, type MeasurementValue as aL, type Money as aM, PRODUCT_TYPE as aN, type Pagination as aO, type PaginationParams as aP, type PhoneValue as aQ, type Price as aR, type PriceAdjustment as aS, type PriceDecisionPath as aT, type PriceEntryType as aU, type PricePathTaxInfo as aV, type PriceSource as aW, type Product as aX, type ProductAddOn as aY, type ProductAvailability as aZ, type ProductAvailabilityNow as a_, type CompositeWithDetails as aa, type CurrencyCode as ab, type CustomAttributeDefinition as ac, type CustomAttributeValue as ad, type CustomerInputValue as ae, DURATION_UNIT as af, type DateRangeValue as ag, type Deal as ah, type DealBenefitType as ai, type DepositType as aj, type DigitalProductType as ak, type DiscountBreakdown as al, type DiscountDetails as am, type DiscountValidation as an, type DisplayAddOn as ao, type DisplayAddOnOption as ap, type DisplayCart as aq, type DisplayCartItem as ar, type DisplayMode as as, type DurationUnit as at, ERROR_HINTS as au, type EligiblePlansQuery as av, ErrorCode as aw, type ErrorCodeType as ax, type ErrorHint as ay, type FacetValue as az, type AddOnGroupDetails as b, type ProductDealInfo as b0, type ProductInputField as b1, type ProductProperty as b2, type ProductRenderHint as b3, type ProductTaxonomy as b4, type ProductTimeProfile as b5, type ProductType as b6, type ProductVariant as b7, type ProductVariantValue as b8, type ProductWithDetails as b9, type VariantAxis as bA, type VariantAxisSelection as bB, type VariantAxisValue as bC, type VariantAxisValueView as bD, type VariantAxisView as bE, type VariantAxisWithValues as bF, type VariantDetails as bG, type VariantDetailsDTO as bH, type VariantDisplayAttribute as bI, type VariantLocationAvailability as bJ, type VariantStrategy as bK, type VariantView as bL, ZERO as bM, currencyCode as bN, enrichError as bO, getErrorHint as bP, isCimplifyError as bQ, isIdempotencyMismatchError as bR, isQuoteConflictRequiringConsent as bS, isQuoteError as bT, isRetryableError as bU, isSupportedCurrency as bV, money as bW, moneyFromNumber as bX, type PropertyFacet as ba, type PropertySource as bb, type QuantityPricingTier as bc, RENDER_HINT as bd, type RelatedProductView as be, type SalesChannel as bf, type SchedulingMode as bg, type SelectedAddOnOption as bh, type SemanticKind as bi, type SignatureValue as bj, type Subscription as bk, type SubscriptionInvoice as bl, type SubscriptionItem as bm, type SubscriptionStatus as bn, type SubscriptionWithDetails as bo, type Tag as bp, type TagsResponse as bq, type TaxPathComponent as br, type TaxonomyAttributeTemplate as bs, type TaxonomyWithChildren as bt, type UICart as bu, type UICartBusiness as bv, type UICartCustomer as bw, type UICartLocation as bx, type UICartPricing as by, type UpdateCartItemInput as bz, type AddOnOption as c, type AddOnOptionDetails as d, type AddOnOptionPrice as e, type AddOnWithOptions as f, type AddToCartInput as g, type AddressValue as h, type AdjustmentType as i, type ApiError as j, type AppliedDiscount as k, type AttributeAppliesTo as l, type AttributeType as m, type AttributeValidationRules as n, type AttributeVisibility as o, type BillingFrequency as p, type BillingMarkupType as q, type BillingPlanType as r, type Bundle as s, type BundleComponentData as t, type BundleComponentInfo as u, type BundleComponentVariantView as v, type BundleComponentView as w, type BundlePriceType as x, type BundleProduct as y, type BundleSelectionData as z };
|
|
@@ -1532,4 +1532,4 @@ interface TagsResponse {
|
|
|
1532
1532
|
offset: number;
|
|
1533
1533
|
}
|
|
1534
1534
|
|
|
1535
|
-
export { type
|
|
1535
|
+
export { type ComponentSelectionInput as $, type AddOn as A, type BenefitType as B, type BundleSelectionInput as C, type BundleStoredSelection as D, type BundleSummary as E, type BundleWithDetails as F, type Cart as G, type CartAddOn as H, type CartChannel as I, type CartItem as J, type CartItemDetails as K, type CartMutationResult as L, type CartNotice as M, type CartStatus as N, type CartSummary as O, type CartTotals as P, type Category as Q, type CategorySummary as R, type ChosenPrice as S, CimplifyError as T, type Collection as U, type CollectionProduct as V, type CollectionSummary as W, type ComponentGroup as X, type ComponentGroupWithComponents as Y, type ComponentPriceBreakdown as Z, type ComponentSchedulingData as _, type AddOnDetails as a, type ProductBillingPlan as a$, type ComponentSourceType as a0, type Composite as a1, type CompositeComponent as a2, type CompositeComponentView as a3, type CompositeGroupView as a4, type CompositePriceBreakdown as a5, type CompositePriceResult as a6, type CompositePricingMode as a7, type CompositeSelectionData as a8, type CompositeStoredSelection as a9, type FormattedPlanOption as aA, type GroupPricingBehavior as aB, INPUT_FIELD_TYPE as aC, IdempotencyMismatchError as aD, type InputFieldType as aE, type InputFieldValidation as aF, type InventoryType as aG, type KnowledgeArticle as aH, type LineConfiguration as aI, type LocationProductPrice as aJ, type LocationValue as aK, type MeasurementValue as aL, type Money as aM, PRODUCT_TYPE as aN, type Pagination as aO, type PaginationParams as aP, type PhoneValue as aQ, type Price as aR, type PriceAdjustment as aS, type PriceDecisionPath as aT, type PriceEntryType as aU, type PricePathTaxInfo as aV, type PriceSource as aW, type Product as aX, type ProductAddOn as aY, type ProductAvailability as aZ, type ProductAvailabilityNow as a_, type CompositeWithDetails as aa, type CurrencyCode as ab, type CustomAttributeDefinition as ac, type CustomAttributeValue as ad, type CustomerInputValue as ae, DURATION_UNIT as af, type DateRangeValue as ag, type Deal as ah, type DealBenefitType as ai, type DepositType as aj, type DigitalProductType as ak, type DiscountBreakdown as al, type DiscountDetails as am, type DiscountValidation as an, type DisplayAddOn as ao, type DisplayAddOnOption as ap, type DisplayCart as aq, type DisplayCartItem as ar, type DisplayMode as as, type DurationUnit as at, ERROR_HINTS as au, type EligiblePlansQuery as av, ErrorCode as aw, type ErrorCodeType as ax, type ErrorHint as ay, type FacetValue as az, type AddOnGroupDetails as b, type ProductDealInfo as b0, type ProductInputField as b1, type ProductProperty as b2, type ProductRenderHint as b3, type ProductTaxonomy as b4, type ProductTimeProfile as b5, type ProductType as b6, type ProductVariant as b7, type ProductVariantValue as b8, type ProductWithDetails as b9, type VariantAxis as bA, type VariantAxisSelection as bB, type VariantAxisValue as bC, type VariantAxisValueView as bD, type VariantAxisView as bE, type VariantAxisWithValues as bF, type VariantDetails as bG, type VariantDetailsDTO as bH, type VariantDisplayAttribute as bI, type VariantLocationAvailability as bJ, type VariantStrategy as bK, type VariantView as bL, ZERO as bM, currencyCode as bN, enrichError as bO, getErrorHint as bP, isCimplifyError as bQ, isIdempotencyMismatchError as bR, isQuoteConflictRequiringConsent as bS, isQuoteError as bT, isRetryableError as bU, isSupportedCurrency as bV, money as bW, moneyFromNumber as bX, type PropertyFacet as ba, type PropertySource as bb, type QuantityPricingTier as bc, RENDER_HINT as bd, type RelatedProductView as be, type SalesChannel as bf, type SchedulingMode as bg, type SelectedAddOnOption as bh, type SemanticKind as bi, type SignatureValue as bj, type Subscription as bk, type SubscriptionInvoice as bl, type SubscriptionItem as bm, type SubscriptionStatus as bn, type SubscriptionWithDetails as bo, type Tag as bp, type TagsResponse as bq, type TaxPathComponent as br, type TaxonomyAttributeTemplate as bs, type TaxonomyWithChildren as bt, type UICart as bu, type UICartBusiness as bv, type UICartCustomer as bw, type UICartLocation as bx, type UICartPricing as by, type UpdateCartItemInput as bz, type AddOnOption as c, type AddOnOptionDetails as d, type AddOnOptionPrice as e, type AddOnWithOptions as f, type AddToCartInput as g, type AddressValue as h, type AdjustmentType as i, type ApiError as j, type AppliedDiscount as k, type AttributeAppliesTo as l, type AttributeType as m, type AttributeValidationRules as n, type AttributeVisibility as o, type BillingFrequency as p, type BillingMarkupType as q, type BillingPlanType as r, type Bundle as s, type BundleComponentData as t, type BundleComponentInfo as u, type BundleComponentVariantView as v, type BundleComponentView as w, type BundlePriceType as x, type BundleProduct as y, type BundleSelectionData as z };
|
package/dist/react.d.mts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React$1, { ReactNode } from 'react';
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { P as ProductWithPrice } from './price-
|
|
2
|
+
import { d as AdSlot, c as AdPosition, a as AdContextValue } from './ads-C2c2Aald.mjs';
|
|
3
|
+
export { A as AdConfig, g as getVariantDisplayName } from './ads-C2c2Aald.mjs';
|
|
4
|
+
import { ac as CimplifyClient, c0 as ProcessCheckoutResult, a9 as CheckoutStatus, aa as CheckoutStatusContext, w as Business, bd as Location, ch as ReorderResult, bK as OrderStatus, bt as Order, c2 as QuoteBundleSelectionInput, c3 as QuoteCompositeSelectionInput, bY as PriceQuote, c6 as QuoteUiMessage, cC as Service, r as AvailableSlot, au as DayAvailability, am as CustomerBooking, L as CancelBookingResult, f as ActivityStateResponse, cL as SessionMessage, c as ActivityRecommendation, aw as DeliveryFeeResponse, aX as FxRateResponse, cU as StorefrontBootstrap, X as ChatWidgetStarter, W as ChatMessage, h as AddressInfo, n as AuthenticatedData, aL as ElementsOptions, bS as PaymentMethodInfo, aJ as ElementsCheckoutResult, b$ as ProcessCheckoutOptions, af as CimplifyElements, b4 as LineItem, cO as Staff, cx as Room } from './client-Bj2apl_y.mjs';
|
|
5
|
+
import { ab as CurrencyCode, aX as Product, aO as Pagination, T as CimplifyError, b9 as ProductWithDetails, Q as Category, aM as Money, C as BundleSelectionInput, $ as ComponentSelectionInput, z as BundleSelectionData, a8 as CompositeSelectionData, U as Collection, b4 as ProductTaxonomy, bt as TaxonomyWithChildren, b5 as ProductTimeProfile, ah as Deal, b0 as ProductDealInfo, an as DiscountValidation, E as BundleSummary, a6 as CompositePriceResult, bo as SubscriptionWithDetails, bn as SubscriptionStatus, bk as Subscription, ac as CustomAttributeDefinition, ba as PropertyFacet, a$ as ProductBillingPlan, bL as VariantView, bF as VariantAxisWithValues, f as AddOnWithOptions, w as BundleComponentView, x as BundlePriceType, a4 as CompositeGroupView, aq as DisplayCart, b1 as ProductInputField, bg as SchedulingMode, at as DurationUnit, ad as CustomAttributeValue, b2 as ProductProperty, bc as QuantityPricingTier } from './product-B_kS4Oxa.mjs';
|
|
6
|
+
import { P as ProductWithPrice } from './price-Cm0tU0V5.mjs';
|
|
7
7
|
import { ClassValue } from 'clsx';
|
|
8
8
|
import { Matcher } from 'react-day-picker';
|
|
9
9
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
10
|
-
import './payment-
|
|
10
|
+
import './payment-DVS7ZUEp.mjs';
|
|
11
11
|
|
|
12
12
|
interface UserIdentity {
|
|
13
13
|
uid: string;
|
package/dist/react.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React$1, { ReactNode } from 'react';
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { P as ProductWithPrice } from './price-
|
|
2
|
+
import { d as AdSlot, c as AdPosition, a as AdContextValue } from './ads-C2c2Aald.js';
|
|
3
|
+
export { A as AdConfig, g as getVariantDisplayName } from './ads-C2c2Aald.js';
|
|
4
|
+
import { ac as CimplifyClient, c0 as ProcessCheckoutResult, a9 as CheckoutStatus, aa as CheckoutStatusContext, w as Business, bd as Location, ch as ReorderResult, bK as OrderStatus, bt as Order, c2 as QuoteBundleSelectionInput, c3 as QuoteCompositeSelectionInput, bY as PriceQuote, c6 as QuoteUiMessage, cC as Service, r as AvailableSlot, au as DayAvailability, am as CustomerBooking, L as CancelBookingResult, f as ActivityStateResponse, cL as SessionMessage, c as ActivityRecommendation, aw as DeliveryFeeResponse, aX as FxRateResponse, cU as StorefrontBootstrap, X as ChatWidgetStarter, W as ChatMessage, h as AddressInfo, n as AuthenticatedData, aL as ElementsOptions, bS as PaymentMethodInfo, aJ as ElementsCheckoutResult, b$ as ProcessCheckoutOptions, af as CimplifyElements, b4 as LineItem, cO as Staff, cx as Room } from './client-306peWZ0.js';
|
|
5
|
+
import { ab as CurrencyCode, aX as Product, aO as Pagination, T as CimplifyError, b9 as ProductWithDetails, Q as Category, aM as Money, C as BundleSelectionInput, $ as ComponentSelectionInput, z as BundleSelectionData, a8 as CompositeSelectionData, U as Collection, b4 as ProductTaxonomy, bt as TaxonomyWithChildren, b5 as ProductTimeProfile, ah as Deal, b0 as ProductDealInfo, an as DiscountValidation, E as BundleSummary, a6 as CompositePriceResult, bo as SubscriptionWithDetails, bn as SubscriptionStatus, bk as Subscription, ac as CustomAttributeDefinition, ba as PropertyFacet, a$ as ProductBillingPlan, bL as VariantView, bF as VariantAxisWithValues, f as AddOnWithOptions, w as BundleComponentView, x as BundlePriceType, a4 as CompositeGroupView, aq as DisplayCart, b1 as ProductInputField, bg as SchedulingMode, at as DurationUnit, ad as CustomAttributeValue, b2 as ProductProperty, bc as QuantityPricingTier } from './product-B_kS4Oxa.js';
|
|
6
|
+
import { P as ProductWithPrice } from './price-9T1Y47oS.js';
|
|
7
7
|
import { ClassValue } from 'clsx';
|
|
8
8
|
import { Matcher } from 'react-day-picker';
|
|
9
9
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
10
|
-
import './payment-
|
|
10
|
+
import './payment-sn-yGL7v.js';
|
|
11
11
|
|
|
12
12
|
interface UserIdentity {
|
|
13
13
|
uid: string;
|