@glitch-stack/types 0.1.0
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 +36 -0
- package/dist/index.mjs +1 -0
- package/dist/json-schema.d.mts +2986 -0
- package/dist/json-schema.mjs +1 -0
- package/dist/schemas-BlaXUErN.mjs +1 -0
- package/dist/schemas-CmGKaL-o.d.mts +2194 -0
- package/dist/schemas.d.mts +2 -0
- package/dist/schemas.mjs +1 -0
- package/package.json +52 -0
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { A as PACKAGE_MANAGER_VALUES, B as SkillSelectionSchema, C as GlitchStackConfigSchema, D as McpServerSchema, E as McpAgentSchema, F as ProjectNameSchema, G as TuiTemplateSchema, H as SkillsSourceSchema, I as RUNTIME_VALUES, J as UltraciteHookSchema, K as UltraciteAgentSchema, L as RuntimeSchema, M as PackageManagerSchema, N as PaymentsSchema, O as ORMSchema, P as ProjectConfigSchema, Q as WxtTemplateSchema, R as SERVER_DEPLOY_VALUES, S as GlitchStackConfigFileSchema, T as InstallScopeSchema, U as TEMPLATE_VALUES, V as SkillsAgentSchema, W as TemplateSchema, X as WEB_DEPLOY_VALUES, Y as UltraciteLinterSchema, Z as WebDeploySchema, _ as EXAMPLES_VALUES, a as AddInputSchema, b as FrontendSchema, c as AuthSchema, d as CLIInputSchema, f as CreateInputSchema, g as DirectoryConflictSchema, h as DatabaseSchema, i as AUTH_VALUES, j as PAYMENTS_VALUES, k as ORM_VALUES, l as BACKEND_VALUES, m as DIRECTORY_CONFLICT_VALUES, n as APISchema, o as AddonOptionsSchema, p as DATABASE_VALUES, q as UltraciteEditorSchema, r as API_VALUES, s as AddonsSchema, t as ADDONS_VALUES, u as BackendSchema, v as ExamplesSchema, w as InitResultSchema, x as FumadocsTemplateSchema, y as FRONTEND_VALUES, z as ServerDeploySchema } from "./schemas-CmGKaL-o.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
|
|
4
|
+
//#region src/constants.d.ts
|
|
5
|
+
declare const desktopWebFrontends: readonly ["tanstack-start", "next", "angular", "astro"];
|
|
6
|
+
//#endregion
|
|
7
|
+
//#region src/types.d.ts
|
|
8
|
+
type Database = z.infer<typeof DatabaseSchema>;
|
|
9
|
+
type ORM = z.infer<typeof ORMSchema>;
|
|
10
|
+
type Backend = z.infer<typeof BackendSchema>;
|
|
11
|
+
type Runtime = z.infer<typeof RuntimeSchema>;
|
|
12
|
+
type Frontend = z.infer<typeof FrontendSchema>;
|
|
13
|
+
type Addons = z.infer<typeof AddonsSchema>;
|
|
14
|
+
type Examples = z.infer<typeof ExamplesSchema>;
|
|
15
|
+
type PackageManager = z.infer<typeof PackageManagerSchema>;
|
|
16
|
+
type API = z.infer<typeof APISchema>;
|
|
17
|
+
type Auth = z.infer<typeof AuthSchema>;
|
|
18
|
+
type Payments = z.infer<typeof PaymentsSchema>;
|
|
19
|
+
type WebDeploy = z.infer<typeof WebDeploySchema>;
|
|
20
|
+
type ServerDeploy = z.infer<typeof ServerDeploySchema>;
|
|
21
|
+
type DirectoryConflict = z.infer<typeof DirectoryConflictSchema>;
|
|
22
|
+
type Template = z.infer<typeof TemplateSchema>;
|
|
23
|
+
type AddonOptions = z.infer<typeof AddonOptionsSchema>;
|
|
24
|
+
type ProjectName = z.infer<typeof ProjectNameSchema>;
|
|
25
|
+
type CreateInput = z.infer<typeof CreateInputSchema>;
|
|
26
|
+
type AddInput = z.infer<typeof AddInputSchema>;
|
|
27
|
+
type CLIInput = z.infer<typeof CLIInputSchema>;
|
|
28
|
+
type ProjectConfig = z.infer<typeof ProjectConfigSchema>;
|
|
29
|
+
type GlitchStackConfig = z.infer<typeof GlitchStackConfigSchema>;
|
|
30
|
+
type InitResult = z.infer<typeof InitResultSchema>;
|
|
31
|
+
type WebFrontend = Extract<Frontend, "tanstack-start" | "next" | "angular" | "astro" | "none">;
|
|
32
|
+
type DesktopWebFrontend = Exclude<WebFrontend, "none">;
|
|
33
|
+
type NativeFrontend = Extract<Frontend, "native-uniwind" | "none">;
|
|
34
|
+
//#endregion
|
|
35
|
+
export { ADDONS_VALUES, API, APISchema, API_VALUES, AUTH_VALUES, AddInput, AddInputSchema, AddonOptions, AddonOptionsSchema, Addons, AddonsSchema, Auth, AuthSchema, BACKEND_VALUES, Backend, BackendSchema, CLIInput, CLIInputSchema, CreateInput, CreateInputSchema, DATABASE_VALUES, DIRECTORY_CONFLICT_VALUES, Database, DatabaseSchema, DesktopWebFrontend, DirectoryConflict, DirectoryConflictSchema, EXAMPLES_VALUES, Examples, ExamplesSchema, FRONTEND_VALUES, Frontend, FrontendSchema, FumadocsTemplateSchema, GlitchStackConfig, GlitchStackConfigFileSchema, GlitchStackConfigSchema, InitResult, InitResultSchema, InstallScopeSchema, McpAgentSchema, McpServerSchema, NativeFrontend, ORM, ORMSchema, ORM_VALUES, PACKAGE_MANAGER_VALUES, PAYMENTS_VALUES, PackageManager, PackageManagerSchema, Payments, PaymentsSchema, ProjectConfig, ProjectConfigSchema, ProjectName, ProjectNameSchema, RUNTIME_VALUES, Runtime, RuntimeSchema, SERVER_DEPLOY_VALUES, ServerDeploy, ServerDeploySchema, SkillSelectionSchema, SkillsAgentSchema, SkillsSourceSchema, TEMPLATE_VALUES, Template, TemplateSchema, TuiTemplateSchema, UltraciteAgentSchema, UltraciteEditorSchema, UltraciteHookSchema, UltraciteLinterSchema, WEB_DEPLOY_VALUES, WebDeploy, WebDeploySchema, WebFrontend, WxtTemplateSchema, desktopWebFrontends };
|
|
36
|
+
//# sourceMappingURL=index.d.mts.map
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{A as _0x20efd1,B as _0x593e78,C as _0x37af74,D as _0x49216f,E as _0x48c571,F as _0x43d4b7,G as _0x453565,H as _0x518262,I as _0x8047c2,J as _0x233a27,K as _0xd24877,L as _0x35e2ac,M as _0x2d1668,N as _0x452290,O as _0x4031f6,P as _0x14ef08,Q as _0x17c49f,R as _0x482bec,S as _0xbbf21,T as _0x5914a6,U as _0x99d916,V as _0x25e7ad,W as _0x6cdfa0,X as _0x2822eb,Y as _0x47dd8c,Z as _0x11687a,_ as _0x506845,a as _0x2f7cb2,b as _0x48ebed,c as _0x6b7dbb,d as _0x5ca8b5,f as _0x19f15b,g as _0x1662b8,h as _0x35e012,i as _0x45d1db,j as _0x1a8f4f,k as _0x2f515f,l as _0x4846c4,m as _0x5835fb,n as _0x28e6fc,o as _0x59195a,p as _0x3a979b,q as _0x221454,r as _0x9daf2d,s as _0x4169ef,t as _0x4c0a4f,u as _0x328e23,v as _0x4d8701,w as _0x5c5ed6,x as _0x9db812,y as _0x4829bf,z as _0x1bec86}from'./schemas-BlaXUErN.mjs';const Q=['tanstack-start','next','angular','astro'];export{_0x4c0a4f as ADDONS_VALUES,_0x28e6fc as APISchema,_0x9daf2d as API_VALUES,_0x45d1db as AUTH_VALUES,_0x2f7cb2 as AddInputSchema,_0x59195a as AddonOptionsSchema,_0x4169ef as AddonsSchema,_0x6b7dbb as AuthSchema,_0x4846c4 as BACKEND_VALUES,_0x328e23 as BackendSchema,_0x5ca8b5 as CLIInputSchema,_0x19f15b as CreateInputSchema,_0x3a979b as DATABASE_VALUES,_0x5835fb as DIRECTORY_CONFLICT_VALUES,_0x35e012 as DatabaseSchema,_0x1662b8 as DirectoryConflictSchema,_0x506845 as EXAMPLES_VALUES,_0x4d8701 as ExamplesSchema,_0x4829bf as FRONTEND_VALUES,_0x48ebed as FrontendSchema,_0x9db812 as FumadocsTemplateSchema,_0xbbf21 as GlitchStackConfigFileSchema,_0x37af74 as GlitchStackConfigSchema,_0x5c5ed6 as InitResultSchema,_0x5914a6 as InstallScopeSchema,_0x48c571 as McpAgentSchema,_0x49216f as McpServerSchema,_0x4031f6 as ORMSchema,_0x2f515f as ORM_VALUES,_0x20efd1 as PACKAGE_MANAGER_VALUES,_0x1a8f4f as PAYMENTS_VALUES,_0x2d1668 as PackageManagerSchema,_0x452290 as PaymentsSchema,_0x14ef08 as ProjectConfigSchema,_0x43d4b7 as ProjectNameSchema,_0x8047c2 as RUNTIME_VALUES,_0x35e2ac as RuntimeSchema,_0x482bec as SERVER_DEPLOY_VALUES,_0x1bec86 as ServerDeploySchema,_0x593e78 as SkillSelectionSchema,_0x25e7ad as SkillsAgentSchema,_0x518262 as SkillsSourceSchema,_0x99d916 as TEMPLATE_VALUES,_0x6cdfa0 as TemplateSchema,_0x453565 as TuiTemplateSchema,_0xd24877 as UltraciteAgentSchema,_0x221454 as UltraciteEditorSchema,_0x233a27 as UltraciteHookSchema,_0x47dd8c as UltraciteLinterSchema,_0x2822eb as WEB_DEPLOY_VALUES,_0x11687a as WebDeploySchema,_0x17c49f as WxtTemplateSchema,Q as desktopWebFrontends};
|