@aeriajs/builtins 0.0.117 → 0.0.119
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/collections/file/description.d.ts +1 -1
- package/dist/collections/file/description.js +1 -1
- package/dist/collections/file/description.mjs +1 -1
- package/dist/collections/file/index.d.ts +5 -5
- package/dist/collections/file/insert.d.ts +1 -1
- package/dist/index.d.ts +5 -5
- package/package.json +6 -6
|
@@ -8,7 +8,7 @@ const link = async (_id) => {
|
|
|
8
8
|
const timestamp = (lastModified) => lastModified ? new Date(lastModified).getTime() : "fresh";
|
|
9
9
|
export const description = defineDescription({
|
|
10
10
|
$id: "file",
|
|
11
|
-
icon: "
|
|
11
|
+
icon: "paperclip",
|
|
12
12
|
owned: "always",
|
|
13
13
|
presets: ["owned"],
|
|
14
14
|
indexes: [
|
|
@@ -96,7 +96,7 @@ export declare const tempFile: Omit<import("@aeriajs/types").Collection<{
|
|
|
96
96
|
export declare const file: Omit<import("@aeriajs/types").Collection<{
|
|
97
97
|
description: {
|
|
98
98
|
readonly $id: "file";
|
|
99
|
-
readonly icon: "
|
|
99
|
+
readonly icon: "paperclip";
|
|
100
100
|
readonly owned: "always";
|
|
101
101
|
readonly presets: readonly ["owned"];
|
|
102
102
|
readonly indexes: readonly ["name", "link", "type"];
|
|
@@ -153,7 +153,7 @@ export declare const file: Omit<import("@aeriajs/types").Collection<{
|
|
|
153
153
|
} & Pick<import("@aeriajs/types").PackReferences<import("@aeriajs/types").SchemaWithId<typeof description>>, "_id" | "name" | "owner" | "absolute_path">;
|
|
154
154
|
}, context: import("@aeriajs/types").Context<typeof description>) => Promise<import("@aeriajs/types").InsertReturnType<import("@aeriajs/types").SchemaWithId<{
|
|
155
155
|
readonly $id: "file";
|
|
156
|
-
readonly icon: "
|
|
156
|
+
readonly icon: "paperclip";
|
|
157
157
|
readonly owned: "always";
|
|
158
158
|
readonly presets: readonly ["owned"];
|
|
159
159
|
readonly indexes: readonly ["name", "link", "type"];
|
|
@@ -240,7 +240,7 @@ export declare const file: Omit<import("@aeriajs/types").Collection<{
|
|
|
240
240
|
}>, "description" | "functions" | "item" | "exposedFunctions" | "security"> & {
|
|
241
241
|
item: import("@aeriajs/types").SchemaWithId<{
|
|
242
242
|
readonly $id: "file";
|
|
243
|
-
readonly icon: "
|
|
243
|
+
readonly icon: "paperclip";
|
|
244
244
|
readonly owned: "always";
|
|
245
245
|
readonly presets: readonly ["owned"];
|
|
246
246
|
readonly indexes: readonly ["name", "link", "type"];
|
|
@@ -291,7 +291,7 @@ export declare const file: Omit<import("@aeriajs/types").Collection<{
|
|
|
291
291
|
}>;
|
|
292
292
|
description: {
|
|
293
293
|
readonly $id: "file";
|
|
294
|
-
readonly icon: "
|
|
294
|
+
readonly icon: "paperclip";
|
|
295
295
|
readonly owned: "always";
|
|
296
296
|
readonly presets: readonly ["owned"];
|
|
297
297
|
readonly indexes: readonly ["name", "link", "type"];
|
|
@@ -348,7 +348,7 @@ export declare const file: Omit<import("@aeriajs/types").Collection<{
|
|
|
348
348
|
} & Pick<import("@aeriajs/types").PackReferences<import("@aeriajs/types").SchemaWithId<typeof description>>, "_id" | "name" | "owner" | "absolute_path">;
|
|
349
349
|
}, context: import("@aeriajs/types").Context<typeof description>) => Promise<import("@aeriajs/types").InsertReturnType<import("@aeriajs/types").SchemaWithId<{
|
|
350
350
|
readonly $id: "file";
|
|
351
|
-
readonly icon: "
|
|
351
|
+
readonly icon: "paperclip";
|
|
352
352
|
readonly owned: "always";
|
|
353
353
|
readonly presets: readonly ["owned"];
|
|
354
354
|
readonly indexes: readonly ["name", "link", "type"];
|
|
@@ -6,7 +6,7 @@ export declare const insert: (payload: {
|
|
|
6
6
|
} & Pick<PackReferences<SchemaWithId<typeof description>>, "_id" | "name" | "owner" | "absolute_path">;
|
|
7
7
|
}, context: Context<typeof description>) => Promise<import("@aeriajs/types").InsertReturnType<SchemaWithId<{
|
|
8
8
|
readonly $id: "file";
|
|
9
|
-
readonly icon: "
|
|
9
|
+
readonly icon: "paperclip";
|
|
10
10
|
readonly owned: "always";
|
|
11
11
|
readonly presets: readonly ["owned"];
|
|
12
12
|
readonly indexes: readonly ["name", "link", "type"];
|
package/dist/index.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export declare const collections: {
|
|
|
10
10
|
file: Omit<import("@aeriajs/types").Collection<{
|
|
11
11
|
description: {
|
|
12
12
|
readonly $id: "file";
|
|
13
|
-
readonly icon: "
|
|
13
|
+
readonly icon: "paperclip";
|
|
14
14
|
readonly owned: "always";
|
|
15
15
|
readonly presets: readonly ["owned"];
|
|
16
16
|
readonly indexes: readonly ["name", "link", "type"];
|
|
@@ -67,7 +67,7 @@ export declare const collections: {
|
|
|
67
67
|
} & Pick<import("@aeriajs/types").PackReferences<import("@aeriajs/types").SchemaWithId<typeof import("./collections/file/description.js").description>>, "_id" | "name" | "owner" | "absolute_path">;
|
|
68
68
|
}, context: import("@aeriajs/types").Context<typeof import("./collections/file/description.js").description>) => Promise<import("@aeriajs/types").InsertReturnType<import("@aeriajs/types").SchemaWithId<{
|
|
69
69
|
readonly $id: "file";
|
|
70
|
-
readonly icon: "
|
|
70
|
+
readonly icon: "paperclip";
|
|
71
71
|
readonly owned: "always";
|
|
72
72
|
readonly presets: readonly ["owned"];
|
|
73
73
|
readonly indexes: readonly ["name", "link", "type"];
|
|
@@ -154,7 +154,7 @@ export declare const collections: {
|
|
|
154
154
|
}>, "description" | "functions" | "item" | "exposedFunctions" | "security"> & {
|
|
155
155
|
item: import("@aeriajs/types").SchemaWithId<{
|
|
156
156
|
readonly $id: "file";
|
|
157
|
-
readonly icon: "
|
|
157
|
+
readonly icon: "paperclip";
|
|
158
158
|
readonly owned: "always";
|
|
159
159
|
readonly presets: readonly ["owned"];
|
|
160
160
|
readonly indexes: readonly ["name", "link", "type"];
|
|
@@ -205,7 +205,7 @@ export declare const collections: {
|
|
|
205
205
|
}>;
|
|
206
206
|
description: {
|
|
207
207
|
readonly $id: "file";
|
|
208
|
-
readonly icon: "
|
|
208
|
+
readonly icon: "paperclip";
|
|
209
209
|
readonly owned: "always";
|
|
210
210
|
readonly presets: readonly ["owned"];
|
|
211
211
|
readonly indexes: readonly ["name", "link", "type"];
|
|
@@ -262,7 +262,7 @@ export declare const collections: {
|
|
|
262
262
|
} & Pick<import("@aeriajs/types").PackReferences<import("@aeriajs/types").SchemaWithId<typeof import("./collections/file/description.js").description>>, "_id" | "name" | "owner" | "absolute_path">;
|
|
263
263
|
}, context: import("@aeriajs/types").Context<typeof import("./collections/file/description.js").description>) => Promise<import("@aeriajs/types").InsertReturnType<import("@aeriajs/types").SchemaWithId<{
|
|
264
264
|
readonly $id: "file";
|
|
265
|
-
readonly icon: "
|
|
265
|
+
readonly icon: "paperclip";
|
|
266
266
|
readonly owned: "always";
|
|
267
267
|
readonly presets: readonly ["owned"];
|
|
268
268
|
readonly indexes: readonly ["name", "link", "type"];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aeriajs/builtins",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.119",
|
|
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.119",
|
|
49
|
+
"@aeriajs/common": "^0.0.76",
|
|
50
|
+
"@aeriajs/entrypoint": "^0.0.78",
|
|
51
|
+
"@aeriajs/types": "^0.0.66",
|
|
52
|
+
"@aeriajs/validation": "^0.0.79"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"test": "echo skipping",
|