@aeriajs/builtins 0.0.271 → 0.0.273

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.
@@ -20,7 +20,7 @@ declare const Payload: Partial<{} & Omit<Readonly<import("@aeriajs/types").Filte
20
20
  readonly router: {
21
21
  readonly type: "boolean";
22
22
  };
23
- }>> & {
23
+ }, {}>> & {
24
24
  roles: boolean;
25
25
  revalidate: boolean;
26
26
  collections: string[];
@@ -51,7 +51,7 @@ export declare const describe: (contextOrPayload: RouteContext | typeof Payload)
51
51
  readonly type: "object";
52
52
  readonly additionalProperties: true;
53
53
  };
54
- }>> & {
54
+ }, {}>> & {
55
55
  code: "AUTHORIZATION_ERROR" | "INVALID_CREDENTIALS" | "INACTIVE_USER";
56
56
  httpStatus: 401;
57
57
  message: string;
@@ -70,7 +70,7 @@ export declare const describe: (contextOrPayload: RouteContext | typeof Payload)
70
70
  readonly type: "object";
71
71
  readonly additionalProperties: true;
72
72
  };
73
- }>> & {
73
+ }, {}>> & {
74
74
  code: "AUTHORIZATION_ERROR" | "INVALID_CREDENTIALS" | "INACTIVE_USER";
75
75
  httpStatus: 401;
76
76
  message: string;