New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@code-pushup/models

Package Overview
Dependencies
Maintainers
3
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code-pushup/models - npm Package Compare versions

Comparing version
0.121.0
to
0.122.0
+1
-1
package.json
{
"name": "@code-pushup/models",
"version": "0.121.0",
"version": "0.122.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Model definitions and validators for the Code PushUp CLI",

@@ -61,10 +61,2 @@ import { z } from 'zod';

}, z.core.$strip>;
/**
* Type Definition: `AuditDetails`
*
* This type is derived from a Zod schema and represents
* the validated structure of `AuditDetails` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#auditdetails}
*/
export type AuditDetails = z.infer<typeof auditDetailsSchema>;

@@ -135,10 +127,2 @@ export declare const auditOutputSchema: z.ZodObject<{

}, z.core.$strip>;
/**
* Type Definition: `AuditOutput`
*
* This type is derived from a Zod schema and represents
* the validated structure of `AuditOutput` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#auditoutput}
*/
export type AuditOutput = z.infer<typeof auditOutputSchema>;

@@ -209,10 +193,2 @@ export declare const auditOutputsSchema: z.ZodArray<z.ZodObject<{

}, z.core.$strip>>;
/**
* Type Definition: `AuditOutputs`
*
* This type is derived from a Zod schema and represents
* the validated structure of `AuditOutputs` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#auditoutputs}
*/
export type AuditOutputs = z.infer<typeof auditOutputsSchema>;

@@ -9,10 +9,2 @@ import { z } from 'zod';

}, z.core.$strip>;
/**
* Type Definition: `Audit`
*
* This type is derived from a Zod schema and represents
* the validated structure of `Audit` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#audit}
*/
export type Audit = z.infer<typeof auditSchema>;

@@ -19,0 +11,0 @@ export declare const pluginAuditsSchema: z.ZodArray<z.ZodObject<{

@@ -6,20 +6,4 @@ import { z } from 'zod';

}, z.core.$strip>;
/**
* Type Definition: `CacheConfigObject`
*
* This type is derived from a Zod schema and represents
* the validated structure of `CacheConfigObject` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#cacheconfigobject}
*/
export type CacheConfigObject = z.infer<typeof cacheConfigObjectSchema>;
export declare const cacheConfigShorthandSchema: z.ZodBoolean;
/**
* Type Definition: `CacheConfigShorthand`
*
* This type is derived from a Zod schema and represents
* the validated structure of `CacheConfigShorthand` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#cacheconfigshorthand}
*/
export type CacheConfigShorthand = z.infer<typeof cacheConfigShorthandSchema>;

@@ -30,10 +14,2 @@ export declare const cacheConfigSchema: z.ZodDefault<z.ZodUnion<readonly [z.ZodBoolean, z.ZodObject<{

}, z.core.$strip>]>>;
/**
* Type Definition: `CacheConfig`
*
* This type is derived from a Zod schema and represents
* the validated structure of `CacheConfig` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#cacheconfig}
*/
export type CacheConfig = z.infer<typeof cacheConfigSchema>;

@@ -11,10 +11,2 @@ import { z } from 'zod';

}, z.core.$strip>;
/**
* Type Definition: `CategoryRef`
*
* This type is derived from a Zod schema and represents
* the validated structure of `CategoryRef` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#categoryref}
*/
export type CategoryRef = z.infer<typeof categoryRefSchema>;

@@ -38,10 +30,2 @@ export declare const categoryConfigSchema: z.ZodObject<{

}, z.core.$strip>;
/**
* Type Definition: `CategoryConfig`
*
* This type is derived from a Zod schema and represents
* the validated structure of `CategoryConfig` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#categoryconfig}
*/
export type CategoryConfig = z.infer<typeof categoryConfigSchema>;

@@ -48,0 +32,0 @@ export declare const categoriesSchema: z.ZodArray<z.ZodObject<{

@@ -8,10 +8,2 @@ import { z } from 'zod';

}, z.core.$strip>;
/**
* Type Definition: `Commit`
*
* This type is derived from a Zod schema and represents
* the validated structure of `Commit` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#commit}
*/
export type Commit = z.infer<typeof commitSchema>;

@@ -16,10 +16,2 @@ import { z } from 'zod';

}, z.core.$strip>;
/**
* Type Definition: `PluginArtifactOptions`
*
* This type is derived from a Zod schema and represents
* the validated structure of `PluginArtifactOptions` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#pluginartifactoptions}
*/
export type PluginArtifactOptions = z.infer<typeof pluginArtifactOptionsSchema>;

@@ -6,10 +6,2 @@ import { z } from 'zod';

}, z.core.$strip>;
/**
* Type Definition: `GroupRef`
*
* This type is derived from a Zod schema and represents
* the validated structure of `GroupRef` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#groupref}
*/
export type GroupRef = z.infer<typeof groupRefSchema>;

@@ -22,10 +14,2 @@ export declare const groupMetaSchema: z.ZodObject<{

}, z.core.$strip>;
/**
* Type Definition: `GroupMeta`
*
* This type is derived from a Zod schema and represents
* the validated structure of `GroupMeta` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#groupmeta}
*/
export type GroupMeta = z.infer<typeof groupMetaSchema>;

@@ -43,10 +27,2 @@ export declare const groupSchema: z.ZodObject<{

}, z.core.$strip>;
/**
* Type Definition: `Group`
*
* This type is derived from a Zod schema and represents
* the validated structure of `Group` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#group}
*/
export type Group = z.infer<typeof groupSchema>;

@@ -53,0 +29,0 @@ export declare const groupsSchema: z.ZodOptional<z.ZodArray<z.ZodObject<{

import { type ZodObject, type ZodOptional, type ZodString, z } from 'zod';
export declare const tableCellValueSchema: z.ZodDefault<z.ZodUnion<readonly [ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>>;
/**
* Type Definition: `TableCellValue`
*
* This type is derived from a Zod schema and represents
* the validated structure of `TableCellValue` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#tablecellvalue}
*/
export type TableCellValue = z.infer<typeof tableCellValueSchema>;

@@ -74,10 +66,2 @@ /**

}, z.core.$strip>;
/**
* Type Definition: `WeightedRef`
*
* This type is derived from a Zod schema and represents
* the validated structure of `WeightedRef` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#weightedref}
*/
export type WeightedRef = z.infer<ReturnType<typeof weightedRefSchema>>;

@@ -948,10 +932,2 @@ export declare function scorableSchema<T extends ReturnType<typeof weightedRefSchema>>(description: string, refSchema: T, duplicateCheckFn: z.core.CheckFn<z.infer<T>[]>): ZodObject<{

}>;
/**
* Type Definition: `MaterialIcon`
*
* This type is derived from a Zod schema and represents
* the validated structure of `MaterialIcon` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#materialicon}
*/
export type MaterialIcon = z.infer<typeof materialIconSchema>;

@@ -958,0 +934,0 @@ export declare const filePositionSchema: ZodObject<{

import { ZodError, type ZodType, z } from 'zod';
/**
* Type Definition: `SchemaValidationContext`
*
* This type is derived from a Zod schema and represents
* the validated structure of `SchemaValidationContext` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#schemavalidationcontext}
*/
type SchemaValidationContext = {

@@ -16,10 +8,2 @@ filePath?: string;

*/
/**
* Type Definition: `ZodInputLooseAutocomplete`
*
* This type is derived from a Zod schema and represents
* the validated structure of `ZodInputLooseAutocomplete` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#zodinputlooseautocomplete}
*/
type ZodInputLooseAutocomplete<T extends ZodType> = z.input<T> | {} | null | undefined;

@@ -26,0 +10,0 @@ export declare class SchemaValidationError extends Error {

@@ -7,10 +7,2 @@ import { z } from 'zod';

}>;
/**
* Type Definition: `IssueSeverity`
*
* This type is derived from a Zod schema and represents
* the validated structure of `IssueSeverity` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#issueseverity}
*/
export type IssueSeverity = z.infer<typeof issueSeveritySchema>;

@@ -38,10 +30,2 @@ export declare const issueSchema: z.ZodObject<{

}, z.core.$strip>;
/**
* Type Definition: `Issue`
*
* This type is derived from a Zod schema and represents
* the validated structure of `Issue` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#issue}
*/
export type Issue = z.infer<typeof issueSchema>;

@@ -65,10 +49,2 @@ export declare const fileIssueSchema: z.ZodObject<{

}, z.core.$strip>;
/**
* Type Definition: `FileIssue`
*
* This type is derived from a Zod schema and represents
* the validated structure of `FileIssue` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#fileissue}
*/
export type FileIssue = z.infer<typeof fileIssueSchema>;

@@ -88,10 +64,2 @@ export declare const urlIssueSchema: z.ZodObject<{

}, z.core.$strip>;
/**
* Type Definition: `UrlIssue`
*
* This type is derived from a Zod schema and represents
* the validated structure of `UrlIssue` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#urlissue}
*/
export type UrlIssue = z.infer<typeof urlIssueSchema>;

@@ -6,10 +6,2 @@ import { z } from 'zod';

}>;
/**
* Type Definition: `Format`
*
* This type is derived from a Zod schema and represents
* the validated structure of `Format` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#format}
*/
export type Format = z.infer<typeof formatSchema>;

@@ -25,10 +17,2 @@ export declare const persistConfigSchema: z.ZodObject<{

}, z.core.$strip>;
/**
* Type Definition: `PersistConfig`
*
* This type is derived from a Zod schema and represents
* the validated structure of `PersistConfig` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#persistconfig}
*/
export type PersistConfig = z.infer<typeof persistConfigSchema>;
import type { CategoryConfig } from './category-config.js';
import type { PluginMeta } from './plugin-config.js';
/**
* Type Definition: `PromptBase`
*
* This type is derived from a Zod schema and represents
* the validated structure of `PromptBase` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#promptbase}
*/
type PromptBase = {

@@ -15,10 +7,2 @@ key: string;

};
/**
* Type Definition: `PromptChoice`
*
* This type is derived from a Zod schema and represents
* the validated structure of `PromptChoice` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#promptchoice}
*/
type PromptChoice<T extends string> = {

@@ -28,10 +12,2 @@ name: string;

};
/**
* Type Definition: `InputPrompt`
*
* This type is derived from a Zod schema and represents
* the validated structure of `InputPrompt` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#inputprompt}
*/
type InputPrompt = PromptBase & {

@@ -41,10 +17,2 @@ type: 'input';

};
/**
* Type Definition: `SelectPrompt`
*
* This type is derived from a Zod schema and represents
* the validated structure of `SelectPrompt` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#selectprompt}
*/
type SelectPrompt<T extends string = string> = PromptBase & {

@@ -55,10 +23,2 @@ type: 'select';

};
/**
* Type Definition: `CheckboxPrompt`
*
* This type is derived from a Zod schema and represents
* the validated structure of `CheckboxPrompt` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#checkboxprompt}
*/
type CheckboxPrompt<T extends string = string> = PromptBase & {

@@ -69,10 +29,2 @@ type: 'checkbox';

};
/**
* Type Definition: `ConfirmPrompt`
*
* This type is derived from a Zod schema and represents
* the validated structure of `ConfirmPrompt` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#confirmprompt}
*/
type ConfirmPrompt = PromptBase & {

@@ -83,19 +35,3 @@ type: 'confirm';

/** Declarative prompt definition used to collect plugin-specific options. */
/**
* Type Definition: `PluginPromptDescriptor`
*
* This type is derived from a Zod schema and represents
* the validated structure of `PluginPromptDescriptor` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#pluginpromptdescriptor}
*/
export type PluginPromptDescriptor = InputPrompt | SelectPrompt | CheckboxPrompt | ConfirmPrompt;
/**
* Type Definition: `ImportDeclarationStructure`
*
* This type is derived from a Zod schema and represents
* the validated structure of `ImportDeclarationStructure` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#importdeclarationstructure}
*/
export type ImportDeclarationStructure = {

@@ -108,34 +44,10 @@ moduleSpecifier: string;

/** A single value in the answers record produced by plugin prompts. */
/**
* Type Definition: `PluginAnswer`
*
* This type is derived from a Zod schema and represents
* the validated structure of `PluginAnswer` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#pluginanswer}
*/
export type PluginAnswer = string | string[] | boolean;
/** Code a plugin binding contributes to the generated config. */
/**
* Type Definition: `PluginCodegenResult`
*
* This type is derived from a Zod schema and represents
* the validated structure of `PluginCodegenResult` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#plugincodegenresult}
*/
export type PluginCodegenResult = {
imports: ImportDeclarationStructure[];
pluginInit: string;
pluginInit: string[];
categories?: CategoryConfig[];
};
/** Minimal file system abstraction passed to plugin bindings. */
/**
* Type Definition: `PluginSetupTree`
*
* This type is derived from a Zod schema and represents
* the validated structure of `PluginSetupTree` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#pluginsetuptree}
*/
export type PluginSetupTree = {

@@ -153,10 +65,2 @@ read: (path: string) => Promise<string | null>;

*/
/**
* Type Definition: `PluginSetupBinding`
*
* This type is derived from a Zod schema and represents
* the validated structure of `PluginSetupBinding` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#pluginsetupbinding}
*/
export type PluginSetupBinding = {

@@ -163,0 +67,0 @@ slug: PluginMeta['slug'];

@@ -81,55 +81,7 @@ import { z } from 'zod';

}, z.core.$strip>;
/**
* Type Definition: `CategoryDiff`
*
* This type is derived from a Zod schema and represents
* the validated structure of `CategoryDiff` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#categorydiff}
*/
export type CategoryDiff = z.infer<typeof categoryDiffSchema>;
/**
* Type Definition: `GroupDiff`
*
* This type is derived from a Zod schema and represents
* the validated structure of `GroupDiff` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#groupdiff}
*/
export type GroupDiff = z.infer<typeof groupDiffSchema>;
/**
* Type Definition: `AuditDiff`
*
* This type is derived from a Zod schema and represents
* the validated structure of `AuditDiff` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#auditdiff}
*/
export type AuditDiff = z.infer<typeof auditDiffSchema>;
/**
* Type Definition: `CategoryResult`
*
* This type is derived from a Zod schema and represents
* the validated structure of `CategoryResult` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#categoryresult}
*/
export type CategoryResult = z.infer<typeof categoryResultSchema>;
/**
* Type Definition: `GroupResult`
*
* This type is derived from a Zod schema and represents
* the validated structure of `GroupResult` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#groupresult}
*/
export type GroupResult = z.infer<typeof groupResultSchema>;
/**
* Type Definition: `AuditResult`
*
* This type is derived from a Zod schema and represents
* the validated structure of `AuditResult` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#auditresult}
*/
export type AuditResult = z.infer<typeof auditResultSchema>;

@@ -303,10 +255,2 @@ export declare const reportsDiffSchema: z.ZodObject<{

}, z.core.$strip>;
/**
* Type Definition: `ReportsDiff`
*
* This type is derived from a Zod schema and represents
* the validated structure of `ReportsDiff` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#reportsdiff}
*/
export type ReportsDiff = z.infer<typeof reportsDiffSchema>;

@@ -129,10 +129,2 @@ import { z } from 'zod/v4';

}, z.core.$strip>>>]>>, unknown>>;
/**
* Type Definition: `OutputTransform`
*
* This type is derived from a Zod schema and represents
* the validated structure of `OutputTransform` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#outputtransform}
*/
export type OutputTransform = z.infer<typeof outputTransformSchema>;

@@ -150,10 +142,2 @@ export declare const runnerArgsSchema: z.ZodObject<{

}, z.core.$strip>;
/**
* Type Definition: `RunnerArgs`
*
* This type is derived from a Zod schema and represents
* the validated structure of `RunnerArgs` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#runnerargs}
*/
export type RunnerArgs = z.infer<typeof runnerArgsSchema>;

@@ -293,10 +277,2 @@ export declare const runnerConfigSchema: z.ZodObject<{

}, z.core.$strip>;
/**
* Type Definition: `RunnerConfig`
*
* This type is derived from a Zod schema and represents
* the validated structure of `RunnerConfig` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#runnerconfig}
*/
export type RunnerConfig = z.infer<typeof runnerConfigSchema>;

@@ -440,10 +416,2 @@ export declare const runnerFunctionSchema: z.ZodPipe<z.ZodCustom<unknown, unknown>, z.ZodTransform<z.core.$InferInnerFunctionTypeAsync<z.ZodTuple<readonly [z.ZodObject<{

}, z.core.$strip>>>]>>, unknown>>;
/**
* Type Definition: `RunnerFunction`
*
* This type is derived from a Zod schema and represents
* the validated structure of `RunnerFunction` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#runnerfunction}
*/
export type RunnerFunction = z.infer<typeof runnerFunctionSchema>;

@@ -454,10 +422,2 @@ export declare const runnerFilesPathsSchema: z.ZodObject<{

}, z.core.$strip>;
/**
* Type Definition: `RunnerFilesPaths`
*
* This type is derived from a Zod schema and represents
* the validated structure of `RunnerFilesPaths` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#runnerfilespaths}
*/
export type RunnerFilesPaths = z.infer<typeof runnerFilesPathsSchema>;

@@ -11,10 +11,2 @@ import { z } from 'zod';

}, z.core.$strip>;
/**
* Type Definition: `SourceFileLocation`
*
* This type is derived from a Zod schema and represents
* the validated structure of `SourceFileLocation` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#sourcefilelocation}
*/
export type SourceFileLocation = z.infer<typeof sourceFileLocationSchema>;

@@ -26,10 +18,2 @@ export declare const sourceUrlLocationSchema: z.ZodObject<{

}, z.core.$strip>;
/**
* Type Definition: `SourceUrlLocation`
*
* This type is derived from a Zod schema and represents
* the validated structure of `SourceUrlLocation` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#sourceurllocation}
*/
export type SourceUrlLocation = z.infer<typeof sourceUrlLocationSchema>;

@@ -49,10 +33,2 @@ export declare const issueSourceSchema: z.ZodUnion<readonly [z.ZodObject<{

}, z.core.$strip>]>;
/**
* Type Definition: `IssueSource`
*
* This type is derived from a Zod schema and represents
* the validated structure of `IssueSource` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#issuesource}
*/
export type IssueSource = z.infer<typeof issueSourceSchema>;

@@ -7,10 +7,2 @@ import { z } from 'zod';

}>;
/**
* Type Definition: `TableAlignment`
*
* This type is derived from a Zod schema and represents
* the validated structure of `TableAlignment` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#tablealignment}
*/
export type TableAlignment = z.infer<typeof tableAlignmentSchema>;

@@ -22,10 +14,2 @@ export declare const tableColumnPrimitiveSchema: z.ZodEnum<{

}>;
/**
* Type Definition: `TableColumnPrimitive`
*
* This type is derived from a Zod schema and represents
* the validated structure of `TableColumnPrimitive` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#tablecolumnprimitive}
*/
export type TableColumnPrimitive = z.infer<typeof tableColumnPrimitiveSchema>;

@@ -41,30 +25,6 @@ export declare const tableColumnObjectSchema: z.ZodObject<{

}, z.core.$strip>;
/**
* Type Definition: `TableColumnObject`
*
* This type is derived from a Zod schema and represents
* the validated structure of `TableColumnObject` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#tablecolumnobject}
*/
export type TableColumnObject = z.infer<typeof tableColumnObjectSchema>;
export declare const tableRowObjectSchema: z.ZodRecord<z.ZodString, z.ZodDefault<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>>>;
/**
* Type Definition: `TableRowObject`
*
* This type is derived from a Zod schema and represents
* the validated structure of `TableRowObject` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#tablerowobject}
*/
export type TableRowObject = z.infer<typeof tableRowObjectSchema>;
export declare const tableRowPrimitiveSchema: z.ZodArray<z.ZodDefault<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>>>;
/**
* Type Definition: `TableRowPrimitive`
*
* This type is derived from a Zod schema and represents
* the validated structure of `TableRowPrimitive` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#tablerowprimitive}
*/
export type TableRowPrimitive = z.infer<typeof tableRowPrimitiveSchema>;

@@ -96,10 +56,2 @@ export declare const tableSchema: (description?: string) => z.ZodUnion<readonly [z.ZodObject<{

}, z.core.$strip>]>;
/**
* Type Definition: `Table`
*
* This type is derived from a Zod schema and represents
* the validated structure of `Table` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#table}
*/
export type Table = z.infer<ReturnType<typeof tableSchema>>;

@@ -7,10 +7,2 @@ import { z } from 'zod';

export declare const basicTreeNodeSchema: z.ZodType<BasicTreeNode>;
/**
* Type Definition: `BasicTreeNode`
*
* This type is derived from a Zod schema and represents
* the validated structure of `BasicTreeNode` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#basictreenode}
*/
export type BasicTreeNode = z.infer<typeof basicTreeNodeDataSchema> & {

@@ -27,10 +19,2 @@ children?: BasicTreeNode[];

}, z.core.$strip>;
/**
* Type Definition: `CoverageTreeMissingLOC`
*
* This type is derived from a Zod schema and represents
* the validated structure of `CoverageTreeMissingLOC` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#coveragetreemissingloc}
*/
export type CoverageTreeMissingLOC = z.infer<typeof coverageTreeMissingLOCSchema>;

@@ -52,10 +36,2 @@ declare const coverageTreeNodeDataSchema: z.ZodObject<{

export declare const coverageTreeNodeSchema: z.ZodType<CoverageTreeNode>;
/**
* Type Definition: `CoverageTreeNode`
*
* This type is derived from a Zod schema and represents
* the validated structure of `CoverageTreeNode` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#coveragetreenode}
*/
export type CoverageTreeNode = z.infer<typeof coverageTreeNodeDataSchema> & {

@@ -69,10 +45,2 @@ children?: CoverageTreeNode[];

}, z.core.$strip>;
/**
* Type Definition: `BasicTree`
*
* This type is derived from a Zod schema and represents
* the validated structure of `BasicTree` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#basictree}
*/
export type BasicTree = z.infer<typeof basicTreeSchema>;

@@ -84,10 +52,2 @@ export declare const coverageTreeSchema: z.ZodObject<{

}, z.core.$strip>;
/**
* Type Definition: `CoverageTree`
*
* This type is derived from a Zod schema and represents
* the validated structure of `CoverageTree` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#coveragetree}
*/
export type CoverageTree = z.infer<typeof coverageTreeSchema>;

@@ -103,11 +63,3 @@ export declare const treeSchema: z.ZodUnion<readonly [z.ZodObject<{

}, z.core.$strip>]>;
/**
* Type Definition: `Tree`
*
* This type is derived from a Zod schema and represents
* the validated structure of `Tree` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#tree}
*/
export type Tree = z.infer<typeof treeSchema>;
export {};

@@ -9,10 +9,2 @@ import { z } from 'zod';

}, z.core.$strip>;
/**
* Type Definition: `UploadConfig`
*
* This type is derived from a Zod schema and represents
* the validated structure of `UploadConfig` used within the application.
*
* @see {@link https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md#uploadconfig}
*/
export type UploadConfig = z.infer<typeof uploadConfigSchema>;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display