@aeriajs/builtins 0.0.115 → 0.0.116
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.
|
@@ -28,7 +28,7 @@ export declare const log: Omit<import("@aeriajs/types").Collection<{
|
|
|
28
28
|
};
|
|
29
29
|
functions: {
|
|
30
30
|
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions | undefined) => Promise<import("@aeriajs/types").GetReturnType<any>>;
|
|
31
|
-
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<
|
|
31
|
+
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<any>> | undefined, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetAllOptions | undefined) => Promise<{
|
|
32
32
|
readonly _tag: "Result";
|
|
33
33
|
readonly error: undefined;
|
|
34
34
|
readonly result: import("@aeriajs/types").SchemaWithId<any>[];
|
|
@@ -97,7 +97,7 @@ export declare const log: Omit<import("@aeriajs/types").Collection<{
|
|
|
97
97
|
};
|
|
98
98
|
functions: {
|
|
99
99
|
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions | undefined) => Promise<import("@aeriajs/types").GetReturnType<any>>;
|
|
100
|
-
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<
|
|
100
|
+
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<any>> | undefined, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetAllOptions | undefined) => Promise<{
|
|
101
101
|
readonly _tag: "Result";
|
|
102
102
|
readonly error: undefined;
|
|
103
103
|
readonly result: import("@aeriajs/types").SchemaWithId<any>[];
|
|
@@ -103,7 +103,7 @@ export declare const user: {
|
|
|
103
103
|
};
|
|
104
104
|
functions: {
|
|
105
105
|
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions | undefined) => Promise<import("@aeriajs/types").GetReturnType<any>>;
|
|
106
|
-
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<
|
|
106
|
+
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<any>> | undefined, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetAllOptions | undefined) => Promise<{
|
|
107
107
|
readonly _tag: "Result";
|
|
108
108
|
readonly error: undefined;
|
|
109
109
|
readonly result: import("@aeriajs/types").SchemaWithId<any>[];
|
|
@@ -1728,7 +1728,7 @@ export declare const user: {
|
|
|
1728
1728
|
};
|
|
1729
1729
|
functions: {
|
|
1730
1730
|
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions | undefined) => Promise<import("@aeriajs/types").GetReturnType<any>>;
|
|
1731
|
-
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<
|
|
1731
|
+
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<any>> | undefined, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetAllOptions | undefined) => Promise<{
|
|
1732
1732
|
readonly _tag: "Result";
|
|
1733
1733
|
readonly error: undefined;
|
|
1734
1734
|
readonly result: import("@aeriajs/types").SchemaWithId<any>[];
|
package/dist/index.d.ts
CHANGED
|
@@ -1052,7 +1052,7 @@ export declare const collections: {
|
|
|
1052
1052
|
};
|
|
1053
1053
|
functions: {
|
|
1054
1054
|
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions | undefined) => Promise<import("@aeriajs/types").GetReturnType<any>>;
|
|
1055
|
-
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<
|
|
1055
|
+
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<any>> | undefined, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetAllOptions | undefined) => Promise<{
|
|
1056
1056
|
readonly _tag: "Result";
|
|
1057
1057
|
readonly error: undefined;
|
|
1058
1058
|
readonly result: import("@aeriajs/types").SchemaWithId<any>[];
|
|
@@ -1121,7 +1121,7 @@ export declare const collections: {
|
|
|
1121
1121
|
};
|
|
1122
1122
|
functions: {
|
|
1123
1123
|
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions | undefined) => Promise<import("@aeriajs/types").GetReturnType<any>>;
|
|
1124
|
-
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<
|
|
1124
|
+
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<any>> | undefined, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetAllOptions | undefined) => Promise<{
|
|
1125
1125
|
readonly _tag: "Result";
|
|
1126
1126
|
readonly error: undefined;
|
|
1127
1127
|
readonly result: import("@aeriajs/types").SchemaWithId<any>[];
|
|
@@ -1348,7 +1348,7 @@ export declare const collections: {
|
|
|
1348
1348
|
};
|
|
1349
1349
|
functions: {
|
|
1350
1350
|
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions | undefined) => Promise<import("@aeriajs/types").GetReturnType<any>>;
|
|
1351
|
-
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<
|
|
1351
|
+
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<any>> | undefined, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetAllOptions | undefined) => Promise<{
|
|
1352
1352
|
readonly _tag: "Result";
|
|
1353
1353
|
readonly error: undefined;
|
|
1354
1354
|
readonly result: import("@aeriajs/types").SchemaWithId<any>[];
|
|
@@ -2973,7 +2973,7 @@ export declare const collections: {
|
|
|
2973
2973
|
};
|
|
2974
2974
|
functions: {
|
|
2975
2975
|
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions | undefined) => Promise<import("@aeriajs/types").GetReturnType<any>>;
|
|
2976
|
-
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<
|
|
2976
|
+
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<any>> | undefined, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetAllOptions | undefined) => Promise<{
|
|
2977
2977
|
readonly _tag: "Result";
|
|
2978
2978
|
readonly error: undefined;
|
|
2979
2979
|
readonly result: import("@aeriajs/types").SchemaWithId<any>[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aeriajs/builtins",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.116",
|
|
4
4
|
"description": "## Installation",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"mongodb": "^6.5.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@aeriajs/core": "^0.0.
|
|
48
|
+
"@aeriajs/core": "^0.0.116",
|
|
49
49
|
"@aeriajs/common": "^0.0.74",
|
|
50
50
|
"@aeriajs/entrypoint": "^0.0.76",
|
|
51
51
|
"@aeriajs/types": "^0.0.64",
|