@altimateai/ui-components 0.0.1-beta.8 → 0.0.1-beta.9
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/CoachForm.js +2947 -2911
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -261,15 +261,15 @@ declare const ProjectGovernorCheckSchema: z.ZodObject<{
|
|
|
261
261
|
name: string;
|
|
262
262
|
description: string;
|
|
263
263
|
alias: string;
|
|
264
|
-
files_required: string[];
|
|
265
264
|
config: Record<string, unknown>;
|
|
265
|
+
files_required: string[];
|
|
266
266
|
}, {
|
|
267
267
|
type: string;
|
|
268
268
|
name: string;
|
|
269
269
|
description: string;
|
|
270
270
|
alias: string;
|
|
271
|
-
files_required: string[];
|
|
272
271
|
config: Record<string, unknown>;
|
|
272
|
+
files_required: string[];
|
|
273
273
|
}>;
|
|
274
274
|
interface ProjectGovernorCheck extends z.infer<typeof ProjectGovernorCheckSchema> {
|
|
275
275
|
id: string;
|