@aexol/spectral 0.9.170 → 0.9.171
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.
|
@@ -8433,14 +8433,9 @@ export declare enum InferenceStatus {
|
|
|
8433
8433
|
}
|
|
8434
8434
|
export declare enum ArtifactType {
|
|
8435
8435
|
GRAPHQL = "GRAPHQL",
|
|
8436
|
-
PRISMA = "PRISMA",
|
|
8437
|
-
ROUTES = "ROUTES",
|
|
8438
8436
|
FRONTEND = "FRONTEND",
|
|
8439
|
-
WEBHOOKS = "WEBHOOKS",
|
|
8440
|
-
CRON = "CRON",
|
|
8441
8437
|
E2E = "E2E",
|
|
8442
|
-
|
|
8443
|
-
CUSTOM = "CUSTOM"
|
|
8438
|
+
BACKEND = "BACKEND"
|
|
8444
8439
|
}
|
|
8445
8440
|
export declare enum ModelApiFormat {
|
|
8446
8441
|
AUTO = "AUTO",
|