@aeriajs/builtins 0.0.133 → 0.0.135
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.
|
@@ -3,6 +3,7 @@ export declare const tempFile: Omit<import("@aeriajs/types").Collection<{
|
|
|
3
3
|
description: {
|
|
4
4
|
readonly $id: "tempFile";
|
|
5
5
|
readonly icon: "file";
|
|
6
|
+
readonly hidden: true;
|
|
6
7
|
readonly temporary: {
|
|
7
8
|
readonly index: "created_at";
|
|
8
9
|
readonly expireAfterSeconds: 3600;
|
|
@@ -33,6 +34,7 @@ export declare const tempFile: Omit<import("@aeriajs/types").Collection<{
|
|
|
33
34
|
item: import("@aeriajs/types").SchemaWithId<{
|
|
34
35
|
readonly $id: "tempFile";
|
|
35
36
|
readonly icon: "file";
|
|
37
|
+
readonly hidden: true;
|
|
36
38
|
readonly temporary: {
|
|
37
39
|
readonly index: "created_at";
|
|
38
40
|
readonly expireAfterSeconds: 3600;
|
|
@@ -62,6 +64,7 @@ export declare const tempFile: Omit<import("@aeriajs/types").Collection<{
|
|
|
62
64
|
description: {
|
|
63
65
|
readonly $id: "tempFile";
|
|
64
66
|
readonly icon: "file";
|
|
67
|
+
readonly hidden: true;
|
|
65
68
|
readonly temporary: {
|
|
66
69
|
readonly index: "created_at";
|
|
67
70
|
readonly expireAfterSeconds: 3600;
|
|
@@ -146,7 +149,7 @@ export declare const file: Omit<import("@aeriajs/types").Collection<{
|
|
|
146
149
|
};
|
|
147
150
|
};
|
|
148
151
|
functions: {
|
|
149
|
-
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<any
|
|
152
|
+
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<import("@aeriajs/types").SchemaWithId<any>>>;
|
|
150
153
|
readonly insert: (payload: {
|
|
151
154
|
what: {
|
|
152
155
|
content: string;
|
|
@@ -341,7 +344,7 @@ export declare const file: Omit<import("@aeriajs/types").Collection<{
|
|
|
341
344
|
};
|
|
342
345
|
};
|
|
343
346
|
functions: {
|
|
344
|
-
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<any
|
|
347
|
+
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<import("@aeriajs/types").SchemaWithId<any>>>;
|
|
345
348
|
readonly insert: (payload: {
|
|
346
349
|
what: {
|
|
347
350
|
content: string;
|
|
@@ -27,7 +27,7 @@ export declare const log: Omit<import("@aeriajs/types").Collection<{
|
|
|
27
27
|
readonly filters: readonly ["context", "message", "owner"];
|
|
28
28
|
};
|
|
29
29
|
functions: {
|
|
30
|
-
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<any
|
|
30
|
+
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<import("@aeriajs/types").SchemaWithId<any>>>;
|
|
31
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) => Promise<{
|
|
32
32
|
readonly _tag: "Result";
|
|
33
33
|
readonly error: undefined;
|
|
@@ -96,7 +96,7 @@ export declare const log: Omit<import("@aeriajs/types").Collection<{
|
|
|
96
96
|
readonly filters: readonly ["context", "message", "owner"];
|
|
97
97
|
};
|
|
98
98
|
functions: {
|
|
99
|
-
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<any
|
|
99
|
+
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<import("@aeriajs/types").SchemaWithId<any>>>;
|
|
100
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) => Promise<{
|
|
101
101
|
readonly _tag: "Result";
|
|
102
102
|
readonly error: undefined;
|
|
@@ -101,7 +101,7 @@ export declare const user: {
|
|
|
101
101
|
};
|
|
102
102
|
};
|
|
103
103
|
functions: {
|
|
104
|
-
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<any
|
|
104
|
+
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<import("@aeriajs/types").SchemaWithId<any>>>;
|
|
105
105
|
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<any>> | undefined, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetAllOptions) => Promise<{
|
|
106
106
|
readonly _tag: "Result";
|
|
107
107
|
readonly error: undefined;
|
|
@@ -670,7 +670,7 @@ export declare const user: {
|
|
|
670
670
|
};
|
|
671
671
|
};
|
|
672
672
|
functions: {
|
|
673
|
-
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<any
|
|
673
|
+
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<import("@aeriajs/types").SchemaWithId<any>>>;
|
|
674
674
|
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<any>> | undefined, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetAllOptions) => Promise<{
|
|
675
675
|
readonly _tag: "Result";
|
|
676
676
|
readonly error: undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -61,7 +61,7 @@ export declare const collections: {
|
|
|
61
61
|
};
|
|
62
62
|
};
|
|
63
63
|
functions: {
|
|
64
|
-
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<any
|
|
64
|
+
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<import("@aeriajs/types").SchemaWithId<any>>>;
|
|
65
65
|
readonly insert: (payload: {
|
|
66
66
|
what: {
|
|
67
67
|
content: string;
|
|
@@ -256,7 +256,7 @@ export declare const collections: {
|
|
|
256
256
|
};
|
|
257
257
|
};
|
|
258
258
|
functions: {
|
|
259
|
-
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<any
|
|
259
|
+
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<import("@aeriajs/types").SchemaWithId<any>>>;
|
|
260
260
|
readonly insert: (payload: {
|
|
261
261
|
what: {
|
|
262
262
|
content: string;
|
|
@@ -352,6 +352,7 @@ export declare const collections: {
|
|
|
352
352
|
description: {
|
|
353
353
|
readonly $id: "tempFile";
|
|
354
354
|
readonly icon: "file";
|
|
355
|
+
readonly hidden: true;
|
|
355
356
|
readonly temporary: {
|
|
356
357
|
readonly index: "created_at";
|
|
357
358
|
readonly expireAfterSeconds: 3600;
|
|
@@ -382,6 +383,7 @@ export declare const collections: {
|
|
|
382
383
|
item: import("@aeriajs/types").SchemaWithId<{
|
|
383
384
|
readonly $id: "tempFile";
|
|
384
385
|
readonly icon: "file";
|
|
386
|
+
readonly hidden: true;
|
|
385
387
|
readonly temporary: {
|
|
386
388
|
readonly index: "created_at";
|
|
387
389
|
readonly expireAfterSeconds: 3600;
|
|
@@ -411,6 +413,7 @@ export declare const collections: {
|
|
|
411
413
|
description: {
|
|
412
414
|
readonly $id: "tempFile";
|
|
413
415
|
readonly icon: "file";
|
|
416
|
+
readonly hidden: true;
|
|
414
417
|
readonly temporary: {
|
|
415
418
|
readonly index: "created_at";
|
|
416
419
|
readonly expireAfterSeconds: 3600;
|
|
@@ -471,7 +474,7 @@ export declare const collections: {
|
|
|
471
474
|
readonly filters: readonly ["context", "message", "owner"];
|
|
472
475
|
};
|
|
473
476
|
functions: {
|
|
474
|
-
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<any
|
|
477
|
+
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<import("@aeriajs/types").SchemaWithId<any>>>;
|
|
475
478
|
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<any>> | undefined, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetAllOptions) => Promise<{
|
|
476
479
|
readonly _tag: "Result";
|
|
477
480
|
readonly error: undefined;
|
|
@@ -540,7 +543,7 @@ export declare const collections: {
|
|
|
540
543
|
readonly filters: readonly ["context", "message", "owner"];
|
|
541
544
|
};
|
|
542
545
|
functions: {
|
|
543
|
-
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<any
|
|
546
|
+
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<import("@aeriajs/types").SchemaWithId<any>>>;
|
|
544
547
|
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<any>> | undefined, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetAllOptions) => Promise<{
|
|
545
548
|
readonly _tag: "Result";
|
|
546
549
|
readonly error: undefined;
|
|
@@ -768,7 +771,7 @@ export declare const collections: {
|
|
|
768
771
|
};
|
|
769
772
|
};
|
|
770
773
|
functions: {
|
|
771
|
-
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<any
|
|
774
|
+
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<import("@aeriajs/types").SchemaWithId<any>>>;
|
|
772
775
|
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<any>> | undefined, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetAllOptions) => Promise<{
|
|
773
776
|
readonly _tag: "Result";
|
|
774
777
|
readonly error: undefined;
|
|
@@ -1337,7 +1340,7 @@ export declare const collections: {
|
|
|
1337
1340
|
};
|
|
1338
1341
|
};
|
|
1339
1342
|
functions: {
|
|
1340
|
-
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<any
|
|
1343
|
+
readonly get: (payload: import("@aeriajs/types").GetPayload<import("@aeriajs/types").SchemaWithId<any>>, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetOptions) => Promise<import("@aeriajs/types").GetReturnType<import("@aeriajs/types").SchemaWithId<any>>>;
|
|
1341
1344
|
readonly getAll: (_payload: import("@aeriajs/types").GetAllPayload<import("@aeriajs/types").SchemaWithId<any>> | undefined, context: import("@aeriajs/types").StrictContext<any>, options?: import("@aeriajs/core").GetAllOptions) => Promise<{
|
|
1342
1345
|
readonly _tag: "Result";
|
|
1343
1346
|
readonly error: undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aeriajs/builtins",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.135",
|
|
4
4
|
"description": "## Installation",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"mongodb": "^6.5.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@aeriajs/core": "^0.0.
|
|
49
|
-
"@aeriajs/common": "^0.0.
|
|
50
|
-
"@aeriajs/entrypoint": "^0.0.
|
|
51
|
-
"@aeriajs/types": "^0.0.
|
|
52
|
-
"@aeriajs/validation": "^0.0.
|
|
48
|
+
"@aeriajs/core": "^0.0.135",
|
|
49
|
+
"@aeriajs/common": "^0.0.85",
|
|
50
|
+
"@aeriajs/entrypoint": "^0.0.87",
|
|
51
|
+
"@aeriajs/types": "^0.0.73",
|
|
52
|
+
"@aeriajs/validation": "^0.0.88"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"test": "echo skipping",
|