@aeriajs/builtins 0.0.184 → 0.0.185

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.
@@ -1,5 +1,5 @@
1
1
  import { description } from './description.js';
2
- export declare const tempFile: Omit<import("@aeriajs/types").Collection<never>, "functions" | "description" | "middlewares" | "item" | "exposedFunctions" | "security"> & {
2
+ export declare const tempFile: Omit<import("@aeriajs/types").Collection<never>, "functions" | "description" | "item" | "exposedFunctions" | "security" | "middlewares"> & {
3
3
  item: import("@aeriajs/types").SchemaWithId<{
4
4
  readonly $id: "tempFile";
5
5
  readonly icon: "file";
@@ -65,7 +65,7 @@ export declare const tempFile: Omit<import("@aeriajs/types").Collection<never>,
65
65
  [x: string]: import("@aeriajs/types").Contract | undefined;
66
66
  } | undefined;
67
67
  };
68
- export declare const file: Omit<import("@aeriajs/types").Collection<never>, "functions" | "description" | "middlewares" | "item" | "exposedFunctions" | "security"> & {
68
+ export declare const file: Omit<import("@aeriajs/types").Collection<never>, "functions" | "description" | "item" | "exposedFunctions" | "security" | "middlewares"> & {
69
69
  item: import("@aeriajs/types").SchemaWithId<{
70
70
  readonly $id: "file";
71
71
  readonly icon: "paperclip";
@@ -1,4 +1,4 @@
1
- export declare const log: Omit<import("@aeriajs/types").Collection<never>, "functions" | "description" | "middlewares" | "item" | "exposedFunctions" | "security"> & {
1
+ export declare const log: Omit<import("@aeriajs/types").Collection<never>, "functions" | "description" | "item" | "exposedFunctions" | "security" | "middlewares"> & {
2
2
  item: import("@aeriajs/types").SchemaWithId<{
3
3
  readonly $id: "log";
4
4
  readonly icon: "magnifying-glass";
@@ -1,4 +1,4 @@
1
- export declare const resourceUsage: Omit<import("@aeriajs/types").Collection<never>, "functions" | "description" | "middlewares" | "item" | "exposedFunctions" | "security"> & {
1
+ export declare const resourceUsage: Omit<import("@aeriajs/types").Collection<never>, "functions" | "description" | "item" | "exposedFunctions" | "security" | "middlewares"> & {
2
2
  item: import("@aeriajs/types").SchemaWithId<{
3
3
  readonly $id: "resourceUsage";
4
4
  readonly icon: "wrench";
@@ -1,6 +1,6 @@
1
1
  import type { Collection } from '@aeriajs/types';
2
2
  import { description } from './description.js';
3
- export declare const user: Omit<Collection<never>, "functions" | "description" | "middlewares" | "item" | "exposedFunctions" | "security"> & {
3
+ export declare const user: Omit<Collection<never>, "functions" | "description" | "item" | "exposedFunctions" | "security" | "middlewares"> & {
4
4
  item: import("@aeriajs/types").SchemaWithId<{
5
5
  readonly $id: "user";
6
6
  readonly icon: "users";
package/dist/index.d.ts CHANGED
@@ -9,7 +9,7 @@ type Log = typeof log.item;
9
9
  type ResourceUsage = typeof resourceUsage.item;
10
10
  type User = typeof user.item;
11
11
  export declare const collections: {
12
- file: Omit<import("@aeriajs/types").Collection<never>, "functions" | "description" | "middlewares" | "item" | "exposedFunctions" | "security"> & {
12
+ file: Omit<import("@aeriajs/types").Collection<never>, "functions" | "description" | "item" | "exposedFunctions" | "security" | "middlewares"> & {
13
13
  item: import("@aeriajs/types").SchemaWithId<{
14
14
  readonly $id: "file";
15
15
  readonly icon: "paperclip";
@@ -221,7 +221,7 @@ export declare const collections: {
221
221
  removeAll?: import("@aeriajs/types").Contract | undefined;
222
222
  };
223
223
  };
224
- tempFile: Omit<import("@aeriajs/types").Collection<never>, "functions" | "description" | "middlewares" | "item" | "exposedFunctions" | "security"> & {
224
+ tempFile: Omit<import("@aeriajs/types").Collection<never>, "functions" | "description" | "item" | "exposedFunctions" | "security" | "middlewares"> & {
225
225
  item: import("@aeriajs/types").SchemaWithId<{
226
226
  readonly $id: "tempFile";
227
227
  readonly icon: "file";
@@ -287,7 +287,7 @@ export declare const collections: {
287
287
  [x: string]: import("@aeriajs/types").Contract | undefined;
288
288
  } | undefined;
289
289
  };
290
- log: Omit<import("@aeriajs/types").Collection<never>, "functions" | "description" | "middlewares" | "item" | "exposedFunctions" | "security"> & {
290
+ log: Omit<import("@aeriajs/types").Collection<never>, "functions" | "description" | "item" | "exposedFunctions" | "security" | "middlewares"> & {
291
291
  item: import("@aeriajs/types").SchemaWithId<{
292
292
  readonly $id: "log";
293
293
  readonly icon: "magnifying-glass";
@@ -353,7 +353,7 @@ export declare const collections: {
353
353
  insert?: import("@aeriajs/types").Contract | undefined;
354
354
  };
355
355
  };
356
- resourceUsage: Omit<import("@aeriajs/types").Collection<never>, "functions" | "description" | "middlewares" | "item" | "exposedFunctions" | "security"> & {
356
+ resourceUsage: Omit<import("@aeriajs/types").Collection<never>, "functions" | "description" | "item" | "exposedFunctions" | "security" | "middlewares"> & {
357
357
  item: import("@aeriajs/types").SchemaWithId<{
358
358
  readonly $id: "resourceUsage";
359
359
  readonly icon: "wrench";
@@ -429,7 +429,7 @@ export declare const collections: {
429
429
  [x: string]: import("@aeriajs/types").Contract | undefined;
430
430
  } | undefined;
431
431
  };
432
- user: Omit<import("@aeriajs/types").Collection<never>, "functions" | "description" | "middlewares" | "item" | "exposedFunctions" | "security"> & {
432
+ user: Omit<import("@aeriajs/types").Collection<never>, "functions" | "description" | "item" | "exposedFunctions" | "security" | "middlewares"> & {
433
433
  item: import("@aeriajs/types").SchemaWithId<{
434
434
  readonly $id: "user";
435
435
  readonly icon: "users";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aeriajs/builtins",
3
- "version": "0.0.184",
3
+ "version": "0.0.185",
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.184",
49
- "@aeriajs/common": "^0.0.112",
50
- "@aeriajs/entrypoint": "^0.0.115",
51
- "@aeriajs/types": "^0.0.95",
52
- "@aeriajs/validation": "^0.0.115"
48
+ "@aeriajs/core": "^0.0.185",
49
+ "@aeriajs/common": "^0.0.113",
50
+ "@aeriajs/entrypoint": "^0.0.116",
51
+ "@aeriajs/types": "^0.0.96",
52
+ "@aeriajs/validation": "^0.0.116"
53
53
  },
54
54
  "scripts": {
55
55
  "test": "echo skipping",