@nhtio/lucid-resourceful 1.20251224.1 → 1.20251224.2
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/{decorator_utils-C8Ey-j9s.cjs → decorator_utils-Cid9z4BU.cjs} +7 -7
- package/{decorator_utils-C8Ey-j9s.cjs.map → decorator_utils-Cid9z4BU.cjs.map} +1 -1
- package/{decorator_utils-DaUPeX74.js → decorator_utils-DYU-G6Gj.js} +2 -2
- package/{decorator_utils-DaUPeX74.js.map → decorator_utils-DYU-G6Gj.js.map} +1 -1
- package/{index-CubdE8Rd.cjs → index-Bs-raR1m.cjs} +16 -16
- package/{index-CubdE8Rd.cjs.map → index-Bs-raR1m.cjs.map} +1 -1
- package/{index-BB1Xofcv.js → index-DhoOIhjc.js} +4 -4
- package/{index-BB1Xofcv.js.map → index-DhoOIhjc.js.map} +1 -1
- package/index.cjs +1 -1
- package/index.mjs +1 -1
- package/integration/provider.cjs +1 -1
- package/integration/provider.mjs +1 -1
- package/package.json +1 -1
- package/router/utils.cjs +1 -1
- package/router/utils.mjs +1 -1
- package/router.cjs +1 -1
- package/router.mjs +1 -1
- package/utils.cjs +1 -1
- package/utils.mjs +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { I as isResourcefulModel, J as isResourcefulArrayType, K as isResourcefulObjectType, L as isResourcefulBooleanType, M as isResourcefulNumberType, N as isResourcefulUnsignedIntegerType, O as isResourcefulBigintType, P as isResourcefulIntegerType, Q as isResourcefulStringType, R as isResourcefulBinaryType, S as isResourcefulDateTimeType, T as isResourcefulDateType, U as isString$1, F as consumeString, u as prepareString, A as consumeDate, o as prepareDate, B as consumeDateTime, q as prepareDateTime, y as consumeBinary, m as prepareBinary, D as consumeNumber, s as prepareNumber, C as consumeInteger, r as prepareInteger, x as consumeBigint, l as prepareBigint, G as consumeUnsignedint, v as prepareUnsignedint, z as consumeBoolean, n as prepareBoolean, E as consumeObject, t as prepareObject, w as consumeArray, p as prepareArray, V as isNonArraySchemaObject } from "./decorator_utils-
|
|
1
|
+
import { I as isResourcefulModel, J as isResourcefulArrayType, K as isResourcefulObjectType, L as isResourcefulBooleanType, M as isResourcefulNumberType, N as isResourcefulUnsignedIntegerType, O as isResourcefulBigintType, P as isResourcefulIntegerType, Q as isResourcefulStringType, R as isResourcefulBinaryType, S as isResourcefulDateTimeType, T as isResourcefulDateType, U as isString$1, F as consumeString, u as prepareString, A as consumeDate, o as prepareDate, B as consumeDateTime, q as prepareDateTime, y as consumeBinary, m as prepareBinary, D as consumeNumber, s as prepareNumber, C as consumeInteger, r as prepareInteger, x as consumeBigint, l as prepareBigint, G as consumeUnsignedint, v as prepareUnsignedint, z as consumeBoolean, n as prepareBoolean, E as consumeObject, t as prepareObject, w as consumeArray, p as prepareArray, V as isNonArraySchemaObject } from "./decorator_utils-DYU-G6Gj.js";
|
|
2
2
|
import { HttpContext } from "@adonisjs/core/http";
|
|
3
3
|
import { joi as validator, encode as encode$1 } from "./joi.mjs";
|
|
4
4
|
import { SimplePaginator } from "@adonisjs/lucid/database";
|
|
@@ -10,10 +10,10 @@ import { d as deepmerge } from "./index-DGAy0amb.js";
|
|
|
10
10
|
import { encode, decode } from "./encoding.mjs";
|
|
11
11
|
import { i as isObject$1, a as isArray, e as isInstanceOf } from "./type_guards-BbzVmysZ-CKtIxFUA.js";
|
|
12
12
|
import string from "@poppinss/string";
|
|
13
|
+
import { DateTime } from "luxon";
|
|
13
14
|
import { R as ResourcefulStringType, a as ResourcefulDateType, b as ResourcefulDateTimeType, c as ResourcefulBinaryType, d as ResourcefulNumberType, e as ResourcefulIntegerType, f as ResourcefulBigintType, g as ResourcefulUnsignedIntegerType, h as ResourcefulBooleanType, i as ResourcefulObjectType, j as ResourcefulArrayType } from "./definitions-CZt0YmvY.js";
|
|
14
15
|
import { n as negotiateContent, Y as YAML, a as ResourcefulRouterVerb, b as ResourcefulRouterOperation, R as ResourcefulErrorMiddleware, c as ResourcefulHttpVerb, g as getPossibleHttpErrorCodes, d as describeHttpError } from "./resourceful_error_middleware-Bi7W01Qh.js";
|
|
15
16
|
import { R as ResourcefulHttpContext } from "./resourceful_router_context_service-NZQXcWAU.js";
|
|
16
|
-
import { DateTime } from "/builds/nht4944308/libraries/lucid-resourceful/node_modules/.pnpm/luxon@3.7.2/node_modules/luxon/build/es6/luxon.mjs";
|
|
17
17
|
import qs from "qs";
|
|
18
18
|
import { u as useODataContext, O as ODataContext } from "./context-BazhhrmN.js";
|
|
19
19
|
import { n as negotiateContent$1, a as negotiateMetadata, b as negotiatePreference, O as ODataErrorMiddleware } from "./odata_error_middleware-CET_395U.js";
|
|
@@ -15577,7 +15577,7 @@ async function configure(command) {
|
|
|
15577
15577
|
}
|
|
15578
15578
|
]);
|
|
15579
15579
|
}
|
|
15580
|
-
const version = "1.20251224.
|
|
15580
|
+
const version = "1.20251224.2";
|
|
15581
15581
|
export {
|
|
15582
15582
|
resourcefulColumn as a,
|
|
15583
15583
|
resourcefulComputed as b,
|
|
@@ -15593,4 +15593,4 @@ export {
|
|
|
15593
15593
|
version as v,
|
|
15594
15594
|
withResourceful as w
|
|
15595
15595
|
};
|
|
15596
|
-
//# sourceMappingURL=index-
|
|
15596
|
+
//# sourceMappingURL=index-DhoOIhjc.js.map
|