@thisisagile/easy 17.13.9 → 17.13.10
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/{chunk-5GUH2TWD.mjs → chunk-64S6C743.mjs} +4 -4
- package/dist/{chunk-CGJMWR6W.mjs → chunk-DNWG66S7.mjs} +4 -4
- package/dist/{chunk-TEXZKJTD.mjs → chunk-FFK2E2QL.mjs} +3 -3
- package/dist/{chunk-6BSO7J6Y.mjs → chunk-IMREIDHQ.mjs} +2 -2
- package/dist/{chunk-SIP23YMK.mjs → chunk-L4A73A2T.mjs} +6 -6
- package/dist/chunk-L4A73A2T.mjs.map +1 -0
- package/dist/{chunk-MFNNNHRP.mjs → chunk-O75J6WWI.mjs} +4 -4
- package/dist/{chunk-72HZXS4Z.mjs → chunk-OCJ4IL63.mjs} +3 -3
- package/dist/{chunk-4VU7CJBG.mjs → chunk-S43CTNIK.mjs} +4 -4
- package/dist/{chunk-L4KW5JS4.mjs → chunk-ZHAVV2E5.mjs} +2 -2
- package/dist/domain/Audit.mjs +2 -2
- package/dist/domain/Child.mjs +2 -2
- package/dist/domain/Entity.mjs +7 -7
- package/dist/http/RequestOptions.mjs +2 -2
- package/dist/http/RestResult.mjs +2 -2
- package/dist/http/toResponse.mjs +3 -3
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/services/Api.mjs +8 -8
- package/dist/services/ApiGateway.mjs +10 -10
- package/dist/services/AxiosProvider.mjs +7 -7
- package/dist/services/MappedRouteGateway.mjs +12 -12
- package/dist/services/RouteGateway.mjs +11 -11
- package/dist/services/ViewRouteGateway.mjs +13 -13
- package/dist/utils/View.mjs +2 -2
- package/package.json +1 -1
- package/src/utils/View.ts +1 -1
- package/dist/chunk-SIP23YMK.mjs.map +0 -1
- /package/dist/{chunk-5GUH2TWD.mjs.map → chunk-64S6C743.mjs.map} +0 -0
- /package/dist/{chunk-CGJMWR6W.mjs.map → chunk-DNWG66S7.mjs.map} +0 -0
- /package/dist/{chunk-TEXZKJTD.mjs.map → chunk-FFK2E2QL.mjs.map} +0 -0
- /package/dist/{chunk-6BSO7J6Y.mjs.map → chunk-IMREIDHQ.mjs.map} +0 -0
- /package/dist/{chunk-MFNNNHRP.mjs.map → chunk-O75J6WWI.mjs.map} +0 -0
- /package/dist/{chunk-72HZXS4Z.mjs.map → chunk-OCJ4IL63.mjs.map} +0 -0
- /package/dist/{chunk-4VU7CJBG.mjs.map → chunk-S43CTNIK.mjs.map} +0 -0
- /package/dist/{chunk-L4KW5JS4.mjs.map → chunk-ZHAVV2E5.mjs.map} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
isResponse
|
|
3
|
-
} from "./chunk-UYDZZAEK.mjs";
|
|
4
1
|
import {
|
|
5
2
|
HttpStatus,
|
|
6
3
|
isHttpStatus
|
|
7
4
|
} from "./chunk-UGUAZFM4.mjs";
|
|
5
|
+
import {
|
|
6
|
+
isResponse
|
|
7
|
+
} from "./chunk-UYDZZAEK.mjs";
|
|
8
8
|
import {
|
|
9
9
|
choose
|
|
10
10
|
} from "./chunk-2KZ5UP6A.mjs";
|
|
@@ -52,4 +52,4 @@ export {
|
|
|
52
52
|
rest,
|
|
53
53
|
isRestResult
|
|
54
54
|
};
|
|
55
|
-
//# sourceMappingURL=chunk-
|
|
55
|
+
//# sourceMappingURL=chunk-64S6C743.mjs.map
|
|
@@ -2,12 +2,12 @@ import {
|
|
|
2
2
|
required,
|
|
3
3
|
valid
|
|
4
4
|
} from "./chunk-RBQOVMPC.mjs";
|
|
5
|
-
import {
|
|
6
|
-
Struct
|
|
7
|
-
} from "./chunk-TZYSQJ2N.mjs";
|
|
8
5
|
import {
|
|
9
6
|
DateTime
|
|
10
7
|
} from "./chunk-BISRC54F.mjs";
|
|
8
|
+
import {
|
|
9
|
+
Struct
|
|
10
|
+
} from "./chunk-TZYSQJ2N.mjs";
|
|
11
11
|
import {
|
|
12
12
|
choose
|
|
13
13
|
} from "./chunk-2KZ5UP6A.mjs";
|
|
@@ -47,4 +47,4 @@ __decorateClass([
|
|
|
47
47
|
export {
|
|
48
48
|
Audit
|
|
49
49
|
};
|
|
50
|
-
//# sourceMappingURL=chunk-
|
|
50
|
+
//# sourceMappingURL=chunk-DNWG66S7.mjs.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AxiosProvider
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-S43CTNIK.mjs";
|
|
4
4
|
import {
|
|
5
5
|
HttpVerb
|
|
6
6
|
} from "./chunk-YMTOGXYB.mjs";
|
|
7
7
|
import {
|
|
8
8
|
RequestOptions,
|
|
9
9
|
toPageOptions
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-O75J6WWI.mjs";
|
|
11
11
|
|
|
12
12
|
// src/services/Api.ts
|
|
13
13
|
var Api = class {
|
|
@@ -76,4 +76,4 @@ export {
|
|
|
76
76
|
Api,
|
|
77
77
|
api
|
|
78
78
|
};
|
|
79
|
-
//# sourceMappingURL=chunk-
|
|
79
|
+
//# sourceMappingURL=chunk-FFK2E2QL.mjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
rest
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-64S6C743.mjs";
|
|
4
4
|
import {
|
|
5
5
|
toHttpStatus
|
|
6
6
|
} from "./chunk-UGUAZFM4.mjs";
|
|
@@ -17,4 +17,4 @@ function toResponse(status, body, headers) {
|
|
|
17
17
|
export {
|
|
18
18
|
toResponse
|
|
19
19
|
};
|
|
20
|
-
//# sourceMappingURL=chunk-
|
|
20
|
+
//# sourceMappingURL=chunk-IMREIDHQ.mjs.map
|
|
@@ -4,14 +4,14 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
isEqual
|
|
6
6
|
} from "./chunk-WD4PRE6L.mjs";
|
|
7
|
-
import {
|
|
8
|
-
asJson,
|
|
9
|
-
json
|
|
10
|
-
} from "./chunk-6NJ65PSU.mjs";
|
|
11
7
|
import {
|
|
12
8
|
isPageList,
|
|
13
9
|
toPageList
|
|
14
10
|
} from "./chunk-CRSP7OQT.mjs";
|
|
11
|
+
import {
|
|
12
|
+
asJson,
|
|
13
|
+
json
|
|
14
|
+
} from "./chunk-6NJ65PSU.mjs";
|
|
15
15
|
import {
|
|
16
16
|
choose
|
|
17
17
|
} from "./chunk-2KZ5UP6A.mjs";
|
|
@@ -58,7 +58,7 @@ var View = class _View {
|
|
|
58
58
|
if (isPageList(source))
|
|
59
59
|
return toPageList(
|
|
60
60
|
source.map((s) => this.reduce(s)),
|
|
61
|
-
source
|
|
61
|
+
source.options
|
|
62
62
|
);
|
|
63
63
|
if (isArray(source))
|
|
64
64
|
return source.map((s) => this.reduce(s));
|
|
@@ -88,4 +88,4 @@ export {
|
|
|
88
88
|
view,
|
|
89
89
|
views
|
|
90
90
|
};
|
|
91
|
-
//# sourceMappingURL=chunk-
|
|
91
|
+
//# sourceMappingURL=chunk-L4A73A2T.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/utils/View.ts"],"sourcesContent":["import { traverse } from './Traverse';\nimport { ifDefined } from './If';\nimport { Primitive } from '../types/Primitive';\nimport { Constructor, isConstructor, use } from '../types/Constructor';\nimport { asJson, json } from '../types/Json';\nimport { choose } from '../types/Case';\nimport { isArray, isBoolean, isFunction, isString } from '../types/Is';\nimport { meta } from '../types/Meta';\nimport { isPageList, PageList, toPageList } from '../types/PageList';\nimport { List } from '../types/List';\nimport { isEqual } from '../types/IsEqual';\nimport { DontInfer } from '../types/Types';\n\ntype Func<T = unknown> = (a: any, key?: string) => T;\ntype Viewer = { key: string; f: Func };\n\ntype ViewType<V = any> = Primitive | Constructor | Func | View<V> | undefined;\ntype ViewRecord<V = any> = Partial<Record<keyof V, ViewType>>;\n\nconst ignore = Symbol('view.ignore');\nconst keep = Symbol('view.keep');\n\nexport const toViewer = (key: string, value: ViewType): Viewer =>\n choose(value)\n .is.not.defined(v => v, { key, f: () => undefined } as Viewer)\n .type(isBoolean, b => ({ key, f: () => b }))\n .equals(ignore, { key, f: () => undefined })\n .equals(keep, { key, f: (a: any) => traverse(a, key) })\n .type(isString, s => ({ key, f: (a: any) => traverse(a, s) }))\n .type(isConstructor, c => ({\n key,\n f: (a, key) => use(traverse(a, key), v => (isArray(v) ? v.map(i => optional(c, i)) : optional(c, v))),\n }))\n .type(isSimpleView, f => ({ key, f: (a: any) => f.from(traverse(a, key)) }))\n .type(isFunction, f => ({ key, f }))\n .else(v => ({ key, f: () => v }));\n\nconst optional = (c: Constructor, v: any) =>\n ifDefined(\n v,\n i => new c(i),\n () => v\n );\n\nconst toViewers = (views: ViewRecord): Viewer[] =>\n meta(views)\n .entries<ViewType>()\n .map(([k, v]) => toViewer(k, v));\n\nexport class View<V = any> {\n constructor(\n private views = {} as ViewRecord<V>,\n readonly startsFrom: 'scratch' | 'source' = 'scratch',\n readonly viewers: Viewer[] = toViewers(views)\n ) {}\n\n get fromSource(): View<V> {\n return new View(this.views, 'source', this.viewers);\n }\n\n from<T = unknown>(source: PageList<T>): PageList<V>;\n from<T = unknown>(source: List<T>): List<V>;\n from<T = unknown>(source: T[]): V[];\n from<T = unknown>(source: T): V;\n from<T = unknown>(source: PageList<T> | List<T> | T[] | T): PageList<V> | List<V> | V[] | V {\n if (isPageList(source))\n return toPageList(\n source.map(s => this.reduce(s)),\n source.options\n );\n if (isArray(source)) return source.map(s => this.reduce(s));\n return this.reduce(source);\n }\n\n same = (one?: unknown, another?: unknown): boolean => isEqual(this.from(one), this.from(another));\n\n private reduce = (source: any): any =>\n use(asJson(source), src => this.viewers.reduce((acc, v) => json.set(acc, v.key, v.f(src, v.key)), this.startsFrom === 'scratch' ? {} : src));\n}\n\nexport const isSimpleView = (a: unknown): a is View => a instanceof View;\n\nexport const view = <V = any>(views: ViewRecord<DontInfer<V>>): View<V> => new View<V>(views);\n\nexport const views = {\n ignore,\n keep,\n skip: ignore,\n value: (value: unknown) => () => value,\n or: {\n key: (altKey: string) => (a: unknown, key?: string) => traverse(a, key) ?? traverse(a, altKey),\n value: (altValue: unknown) => (a: unknown, key?: string) => traverse(a, key) ?? altValue,\n func: (altFunc: Func) => (a: unknown, key?: string) => traverse(a, key) ?? altFunc(a, key),\n },\n};\n\n// spread: (a: any, key: string) => ({...a, ...(use(traverse(a, key), v => isObject(v) ? v : ({[key]: v})))}),\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmBA,IAAM,SAAS,OAAO,aAAa;AACnC,IAAM,OAAO,OAAO,WAAW;AAExB,IAAM,WAAW,CAAC,KAAa,UACpC,OAAO,KAAK,EACT,GAAG,IAAI,QAAQ,OAAK,GAAG,EAAE,KAAK,GAAG,MAAM,OAAU,CAAW,EAC5D,KAAK,WAAW,QAAM,EAAE,KAAK,GAAG,MAAM,EAAE,EAAE,EAC1C,OAAO,QAAQ,EAAE,KAAK,GAAG,MAAM,OAAU,CAAC,EAC1C,OAAO,MAAM,EAAE,KAAK,GAAG,CAAC,MAAW,SAAS,GAAG,GAAG,EAAE,CAAC,EACrD,KAAK,UAAU,QAAM,EAAE,KAAK,GAAG,CAAC,MAAW,SAAS,GAAG,CAAC,EAAE,EAAE,EAC5D,KAAK,eAAe,QAAM;AAAA,EACzB;AAAA,EACA,GAAG,CAAC,GAAGA,SAAQ,IAAI,SAAS,GAAGA,IAAG,GAAG,OAAM,QAAQ,CAAC,IAAI,EAAE,IAAI,OAAK,SAAS,GAAG,CAAC,CAAC,IAAI,SAAS,GAAG,CAAC,CAAE;AACtG,EAAE,EACD,KAAK,cAAc,QAAM,EAAE,KAAK,GAAG,CAAC,MAAW,EAAE,KAAK,SAAS,GAAG,GAAG,CAAC,EAAE,EAAE,EAC1E,KAAK,YAAY,QAAM,EAAE,KAAK,EAAE,EAAE,EAClC,KAAK,QAAM,EAAE,KAAK,GAAG,MAAM,EAAE,EAAE;AAEpC,IAAM,WAAW,CAAC,GAAgB,MAChC;AAAA,EACE;AAAA,EACA,OAAK,IAAI,EAAE,CAAC;AAAA,EACZ,MAAM;AACR;AAEF,IAAM,YAAY,CAACC,WACjB,KAAKA,MAAK,EACP,QAAkB,EAClB,IAAI,CAAC,CAAC,GAAG,CAAC,MAAM,SAAS,GAAG,CAAC,CAAC;AAE5B,IAAM,OAAN,MAAM,MAAc;AAAA,EACzB,YACUA,SAAQ,CAAC,GACR,aAAmC,WACnC,UAAoB,UAAUA,MAAK,GAC5C;AAHQ,iBAAAA;AACC;AACA;AAAA,EACR;AAAA,EAEH,IAAI,aAAsB;AACxB,WAAO,IAAI,MAAK,KAAK,OAAO,UAAU,KAAK,OAAO;AAAA,EACpD;AAAA,EAMA,KAAkB,QAA0E;AAC1F,QAAI,WAAW,MAAM;AACnB,aAAO;AAAA,QACL,OAAO,IAAI,OAAK,KAAK,OAAO,CAAC,CAAC;AAAA,QAC9B,OAAO;AAAA,MACT;AACF,QAAI,QAAQ,MAAM;AAAG,aAAO,OAAO,IAAI,OAAK,KAAK,OAAO,CAAC,CAAC;AAC1D,WAAO,KAAK,OAAO,MAAM;AAAA,EAC3B;AAAA,EAEA,OAAO,CAAC,KAAe,YAA+B,QAAQ,KAAK,KAAK,GAAG,GAAG,KAAK,KAAK,OAAO,CAAC;AAAA,EAExF,SAAS,CAAC,WAChB,IAAI,OAAO,MAAM,GAAG,SAAO,KAAK,QAAQ,OAAO,CAAC,KAAK,MAAM,KAAK,IAAI,KAAK,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,GAAG,CAAC,GAAG,KAAK,eAAe,YAAY,CAAC,IAAI,GAAG,CAAC;AAC/I;AAEO,IAAM,eAAe,CAAC,MAA0B,aAAa;AAE7D,IAAM,OAAO,CAAUA,WAA6C,IAAI,KAAQA,MAAK;AAErF,IAAM,QAAQ;AAAA,EACnB;AAAA,EACA;AAAA,EACA,MAAM;AAAA,EACN,OAAO,CAAC,UAAmB,MAAM;AAAA,EACjC,IAAI;AAAA,IACF,KAAK,CAAC,WAAmB,CAAC,GAAY,QAAiB,SAAS,GAAG,GAAG,KAAK,SAAS,GAAG,MAAM;AAAA,IAC7F,OAAO,CAAC,aAAsB,CAAC,GAAY,QAAiB,SAAS,GAAG,GAAG,KAAK;AAAA,IAChF,MAAM,CAAC,YAAkB,CAAC,GAAY,QAAiB,SAAS,GAAG,GAAG,KAAK,QAAQ,GAAG,GAAG;AAAA,EAC3F;AACF;","names":["key","views"]}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HttpHeader
|
|
3
|
+
} from "./chunk-SW2OCUH3.mjs";
|
|
1
4
|
import {
|
|
2
5
|
toUuid
|
|
3
6
|
} from "./chunk-LXQQ5N6S.mjs";
|
|
4
7
|
import {
|
|
5
8
|
ContentType
|
|
6
9
|
} from "./chunk-RDLH6MXX.mjs";
|
|
7
|
-
import {
|
|
8
|
-
HttpHeader
|
|
9
|
-
} from "./chunk-SW2OCUH3.mjs";
|
|
10
10
|
import {
|
|
11
11
|
ctx
|
|
12
12
|
} from "./chunk-NDCIZJXB.mjs";
|
|
@@ -87,4 +87,4 @@ export {
|
|
|
87
87
|
RequestOptions,
|
|
88
88
|
isRequestOptions
|
|
89
89
|
};
|
|
90
|
-
//# sourceMappingURL=chunk-
|
|
90
|
+
//# sourceMappingURL=chunk-O75J6WWI.mjs.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ApiGateway
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-ZHAVV2E5.mjs";
|
|
4
4
|
import {
|
|
5
5
|
Api
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-FFK2E2QL.mjs";
|
|
7
7
|
import {
|
|
8
8
|
HttpStatus
|
|
9
9
|
} from "./chunk-UGUAZFM4.mjs";
|
|
@@ -54,4 +54,4 @@ var RouteGateway = class extends ApiGateway {
|
|
|
54
54
|
export {
|
|
55
55
|
RouteGateway
|
|
56
56
|
};
|
|
57
|
-
//# sourceMappingURL=chunk-
|
|
57
|
+
//# sourceMappingURL=chunk-OCJ4IL63.mjs.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
toResponse
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-IMREIDHQ.mjs";
|
|
4
4
|
import {
|
|
5
5
|
isRestResult
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-64S6C743.mjs";
|
|
7
7
|
import {
|
|
8
8
|
HttpStatus
|
|
9
9
|
} from "./chunk-UGUAZFM4.mjs";
|
|
10
10
|
import {
|
|
11
11
|
RequestOptions
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-O75J6WWI.mjs";
|
|
13
13
|
import {
|
|
14
14
|
cacheAge
|
|
15
15
|
} from "./chunk-6UFIQJVC.mjs";
|
|
@@ -53,4 +53,4 @@ var AxiosProvider = class {
|
|
|
53
53
|
export {
|
|
54
54
|
AxiosProvider
|
|
55
55
|
};
|
|
56
|
-
//# sourceMappingURL=chunk-
|
|
56
|
+
//# sourceMappingURL=chunk-S43CTNIK.mjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Api
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-FFK2E2QL.mjs";
|
|
4
4
|
import {
|
|
5
5
|
Gateway
|
|
6
6
|
} from "./chunk-CSKOVGAP.mjs";
|
|
@@ -43,4 +43,4 @@ var ApiGateway = class extends Gateway {
|
|
|
43
43
|
export {
|
|
44
44
|
ApiGateway
|
|
45
45
|
};
|
|
46
|
-
//# sourceMappingURL=chunk-
|
|
46
|
+
//# sourceMappingURL=chunk-ZHAVV2E5.mjs.map
|
package/dist/domain/Audit.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Audit
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-DNWG66S7.mjs";
|
|
4
4
|
import "../chunk-RBQOVMPC.mjs";
|
|
5
|
-
import "../chunk-TZYSQJ2N.mjs";
|
|
6
5
|
import "../chunk-BISRC54F.mjs";
|
|
7
6
|
import "../chunk-JQQGQCYH.mjs";
|
|
8
7
|
import "../chunk-ADJAEGCT.mjs";
|
|
8
|
+
import "../chunk-TZYSQJ2N.mjs";
|
|
9
9
|
import "../chunk-6NJ65PSU.mjs";
|
|
10
10
|
import "../chunk-2KZ5UP6A.mjs";
|
|
11
11
|
import "../chunk-OFGI5FLG.mjs";
|
package/dist/domain/Child.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
toId
|
|
3
3
|
} from "../chunk-5YM5CLOG.mjs";
|
|
4
|
+
import "../chunk-LXQQ5N6S.mjs";
|
|
4
5
|
import {
|
|
5
6
|
required
|
|
6
7
|
} from "../chunk-RBQOVMPC.mjs";
|
|
8
|
+
import "../chunk-ADJAEGCT.mjs";
|
|
7
9
|
import {
|
|
8
10
|
Struct
|
|
9
11
|
} from "../chunk-TZYSQJ2N.mjs";
|
|
10
|
-
import "../chunk-ADJAEGCT.mjs";
|
|
11
|
-
import "../chunk-LXQQ5N6S.mjs";
|
|
12
12
|
import {
|
|
13
13
|
json
|
|
14
14
|
} from "../chunk-6NJ65PSU.mjs";
|
package/dist/domain/Entity.mjs
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Audit
|
|
3
|
-
} from "../chunk-CGJMWR6W.mjs";
|
|
4
1
|
import {
|
|
5
2
|
toId
|
|
6
3
|
} from "../chunk-5YM5CLOG.mjs";
|
|
4
|
+
import "../chunk-LXQQ5N6S.mjs";
|
|
5
|
+
import {
|
|
6
|
+
Audit
|
|
7
|
+
} from "../chunk-DNWG66S7.mjs";
|
|
7
8
|
import {
|
|
8
9
|
required
|
|
9
10
|
} from "../chunk-RBQOVMPC.mjs";
|
|
10
|
-
import {
|
|
11
|
-
Struct
|
|
12
|
-
} from "../chunk-TZYSQJ2N.mjs";
|
|
13
11
|
import "../chunk-BISRC54F.mjs";
|
|
14
12
|
import "../chunk-JQQGQCYH.mjs";
|
|
15
13
|
import "../chunk-ADJAEGCT.mjs";
|
|
16
|
-
import
|
|
14
|
+
import {
|
|
15
|
+
Struct
|
|
16
|
+
} from "../chunk-TZYSQJ2N.mjs";
|
|
17
17
|
import {
|
|
18
18
|
json
|
|
19
19
|
} from "../chunk-6NJ65PSU.mjs";
|
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
RequestOptions,
|
|
3
3
|
isRequestOptions,
|
|
4
4
|
toPageOptions
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-O75J6WWI.mjs";
|
|
6
|
+
import "../chunk-SW2OCUH3.mjs";
|
|
6
7
|
import "../chunk-LXQQ5N6S.mjs";
|
|
7
8
|
import "../chunk-RDLH6MXX.mjs";
|
|
8
|
-
import "../chunk-SW2OCUH3.mjs";
|
|
9
9
|
import "../chunk-NDCIZJXB.mjs";
|
|
10
10
|
import "../chunk-MCCIBDEH.mjs";
|
|
11
11
|
import "../chunk-JVDKV5HE.mjs";
|
package/dist/http/RestResult.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
isRestResult,
|
|
3
3
|
rest
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-UYDZZAEK.mjs";
|
|
4
|
+
} from "../chunk-64S6C743.mjs";
|
|
6
5
|
import "../chunk-UGUAZFM4.mjs";
|
|
6
|
+
import "../chunk-UYDZZAEK.mjs";
|
|
7
7
|
import "../chunk-2KZ5UP6A.mjs";
|
|
8
8
|
import "../chunk-OFGI5FLG.mjs";
|
|
9
9
|
import "../chunk-NCEWAKOZ.mjs";
|
package/dist/http/toResponse.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
toResponse
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-UYDZZAEK.mjs";
|
|
3
|
+
} from "../chunk-IMREIDHQ.mjs";
|
|
4
|
+
import "../chunk-64S6C743.mjs";
|
|
6
5
|
import "../chunk-UGUAZFM4.mjs";
|
|
6
|
+
import "../chunk-UYDZZAEK.mjs";
|
|
7
7
|
import "../chunk-2KZ5UP6A.mjs";
|
|
8
8
|
import "../chunk-OFGI5FLG.mjs";
|
|
9
9
|
import "../chunk-NCEWAKOZ.mjs";
|
package/dist/index.js
CHANGED