@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.
|
@@ -740,14 +740,9 @@ export var InferenceStatus;
|
|
|
740
740
|
export var ArtifactType;
|
|
741
741
|
(function (ArtifactType) {
|
|
742
742
|
ArtifactType["GRAPHQL"] = "GRAPHQL";
|
|
743
|
-
ArtifactType["PRISMA"] = "PRISMA";
|
|
744
|
-
ArtifactType["ROUTES"] = "ROUTES";
|
|
745
743
|
ArtifactType["FRONTEND"] = "FRONTEND";
|
|
746
|
-
ArtifactType["WEBHOOKS"] = "WEBHOOKS";
|
|
747
|
-
ArtifactType["CRON"] = "CRON";
|
|
748
744
|
ArtifactType["E2E"] = "E2E";
|
|
749
|
-
ArtifactType["
|
|
750
|
-
ArtifactType["CUSTOM"] = "CUSTOM";
|
|
745
|
+
ArtifactType["BACKEND"] = "BACKEND";
|
|
751
746
|
})(ArtifactType || (ArtifactType = {}));
|
|
752
747
|
export var ModelApiFormat;
|
|
753
748
|
(function (ModelApiFormat) {
|