@supernova-studio/client 1.4.6 → 1.4.7
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/index.d.mts +30 -29
- package/dist/index.d.ts +30 -29
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -51391,35 +51391,6 @@ declare const PropertyDefinitionBase: z.ZodObject<{
|
|
|
51391
51391
|
dependsOn?: Record<string, boolean> | undefined;
|
|
51392
51392
|
}>;
|
|
51393
51393
|
type DTOPropertyDefinitionBase = z.infer<typeof PropertyDefinitionBase>;
|
|
51394
|
-
declare const DTOExporterPropertyDefinitionCode: z.ZodObject<z.objectUtil.extendShape<{
|
|
51395
|
-
key: z.ZodString;
|
|
51396
|
-
title: z.ZodString;
|
|
51397
|
-
description: z.ZodString;
|
|
51398
|
-
category: z.ZodOptional<z.ZodString>;
|
|
51399
|
-
dependsOn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
51400
|
-
}, {
|
|
51401
|
-
type: z.ZodLiteral<"Code">;
|
|
51402
|
-
language: z.ZodString;
|
|
51403
|
-
default: z.ZodString;
|
|
51404
|
-
}>, "strip", z.ZodTypeAny, {
|
|
51405
|
-
type: "Code";
|
|
51406
|
-
description: string;
|
|
51407
|
-
title: string;
|
|
51408
|
-
key: string;
|
|
51409
|
-
default: string;
|
|
51410
|
-
language: string;
|
|
51411
|
-
category?: string | undefined;
|
|
51412
|
-
dependsOn?: Record<string, boolean> | undefined;
|
|
51413
|
-
}, {
|
|
51414
|
-
type: "Code";
|
|
51415
|
-
description: string;
|
|
51416
|
-
title: string;
|
|
51417
|
-
key: string;
|
|
51418
|
-
default: string;
|
|
51419
|
-
language: string;
|
|
51420
|
-
category?: string | undefined;
|
|
51421
|
-
dependsOn?: Record<string, boolean> | undefined;
|
|
51422
|
-
}>;
|
|
51423
51394
|
declare const DTOExporterPropertyDefinitionEnum: z.ZodObject<z.objectUtil.extendShape<{
|
|
51424
51395
|
key: z.ZodString;
|
|
51425
51396
|
title: z.ZodString;
|
|
@@ -51634,6 +51605,36 @@ declare const DTOExporterPropertyDefinitionObject: z.ZodObject<z.objectUtil.exte
|
|
|
51634
51605
|
} | undefined;
|
|
51635
51606
|
}>;
|
|
51636
51607
|
type DTOExporterPropertyDefinitionObject = z.infer<typeof DTOExporterPropertyDefinitionObject>;
|
|
51608
|
+
declare const DTOExporterPropertyDefinitionCode: z.ZodObject<z.objectUtil.extendShape<{
|
|
51609
|
+
key: z.ZodString;
|
|
51610
|
+
title: z.ZodString;
|
|
51611
|
+
description: z.ZodString;
|
|
51612
|
+
category: z.ZodOptional<z.ZodString>;
|
|
51613
|
+
dependsOn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
51614
|
+
}, {
|
|
51615
|
+
type: z.ZodLiteral<"Code">;
|
|
51616
|
+
language: z.ZodString;
|
|
51617
|
+
default: z.ZodString;
|
|
51618
|
+
}>, "strip", z.ZodTypeAny, {
|
|
51619
|
+
type: "Code";
|
|
51620
|
+
description: string;
|
|
51621
|
+
title: string;
|
|
51622
|
+
key: string;
|
|
51623
|
+
default: string;
|
|
51624
|
+
language: string;
|
|
51625
|
+
category?: string | undefined;
|
|
51626
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
51627
|
+
}, {
|
|
51628
|
+
type: "Code";
|
|
51629
|
+
description: string;
|
|
51630
|
+
title: string;
|
|
51631
|
+
key: string;
|
|
51632
|
+
default: string;
|
|
51633
|
+
language: string;
|
|
51634
|
+
category?: string | undefined;
|
|
51635
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
51636
|
+
}>;
|
|
51637
|
+
type DTOExporterPropertyDefinitionCode = z.infer<typeof DTOExporterPropertyDefinitionCode>;
|
|
51637
51638
|
declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
|
|
51638
51639
|
key: z.ZodString;
|
|
51639
51640
|
title: z.ZodString;
|
package/dist/index.d.ts
CHANGED
|
@@ -51391,35 +51391,6 @@ declare const PropertyDefinitionBase: z.ZodObject<{
|
|
|
51391
51391
|
dependsOn?: Record<string, boolean> | undefined;
|
|
51392
51392
|
}>;
|
|
51393
51393
|
type DTOPropertyDefinitionBase = z.infer<typeof PropertyDefinitionBase>;
|
|
51394
|
-
declare const DTOExporterPropertyDefinitionCode: z.ZodObject<z.objectUtil.extendShape<{
|
|
51395
|
-
key: z.ZodString;
|
|
51396
|
-
title: z.ZodString;
|
|
51397
|
-
description: z.ZodString;
|
|
51398
|
-
category: z.ZodOptional<z.ZodString>;
|
|
51399
|
-
dependsOn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
51400
|
-
}, {
|
|
51401
|
-
type: z.ZodLiteral<"Code">;
|
|
51402
|
-
language: z.ZodString;
|
|
51403
|
-
default: z.ZodString;
|
|
51404
|
-
}>, "strip", z.ZodTypeAny, {
|
|
51405
|
-
type: "Code";
|
|
51406
|
-
description: string;
|
|
51407
|
-
title: string;
|
|
51408
|
-
key: string;
|
|
51409
|
-
default: string;
|
|
51410
|
-
language: string;
|
|
51411
|
-
category?: string | undefined;
|
|
51412
|
-
dependsOn?: Record<string, boolean> | undefined;
|
|
51413
|
-
}, {
|
|
51414
|
-
type: "Code";
|
|
51415
|
-
description: string;
|
|
51416
|
-
title: string;
|
|
51417
|
-
key: string;
|
|
51418
|
-
default: string;
|
|
51419
|
-
language: string;
|
|
51420
|
-
category?: string | undefined;
|
|
51421
|
-
dependsOn?: Record<string, boolean> | undefined;
|
|
51422
|
-
}>;
|
|
51423
51394
|
declare const DTOExporterPropertyDefinitionEnum: z.ZodObject<z.objectUtil.extendShape<{
|
|
51424
51395
|
key: z.ZodString;
|
|
51425
51396
|
title: z.ZodString;
|
|
@@ -51634,6 +51605,36 @@ declare const DTOExporterPropertyDefinitionObject: z.ZodObject<z.objectUtil.exte
|
|
|
51634
51605
|
} | undefined;
|
|
51635
51606
|
}>;
|
|
51636
51607
|
type DTOExporterPropertyDefinitionObject = z.infer<typeof DTOExporterPropertyDefinitionObject>;
|
|
51608
|
+
declare const DTOExporterPropertyDefinitionCode: z.ZodObject<z.objectUtil.extendShape<{
|
|
51609
|
+
key: z.ZodString;
|
|
51610
|
+
title: z.ZodString;
|
|
51611
|
+
description: z.ZodString;
|
|
51612
|
+
category: z.ZodOptional<z.ZodString>;
|
|
51613
|
+
dependsOn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
51614
|
+
}, {
|
|
51615
|
+
type: z.ZodLiteral<"Code">;
|
|
51616
|
+
language: z.ZodString;
|
|
51617
|
+
default: z.ZodString;
|
|
51618
|
+
}>, "strip", z.ZodTypeAny, {
|
|
51619
|
+
type: "Code";
|
|
51620
|
+
description: string;
|
|
51621
|
+
title: string;
|
|
51622
|
+
key: string;
|
|
51623
|
+
default: string;
|
|
51624
|
+
language: string;
|
|
51625
|
+
category?: string | undefined;
|
|
51626
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
51627
|
+
}, {
|
|
51628
|
+
type: "Code";
|
|
51629
|
+
description: string;
|
|
51630
|
+
title: string;
|
|
51631
|
+
key: string;
|
|
51632
|
+
default: string;
|
|
51633
|
+
language: string;
|
|
51634
|
+
category?: string | undefined;
|
|
51635
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
51636
|
+
}>;
|
|
51637
|
+
type DTOExporterPropertyDefinitionCode = z.infer<typeof DTOExporterPropertyDefinitionCode>;
|
|
51637
51638
|
declare const DTOExporterPropertyDefinition: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
|
|
51638
51639
|
key: z.ZodString;
|
|
51639
51640
|
title: z.ZodString;
|