@mintlify/validation 0.1.47 → 0.1.49

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.
@@ -4,15 +4,15 @@ export type OpenApiType = z.infer<typeof openApiSchema>;
4
4
  export declare const apiSchema: z.ZodObject<{
5
5
  baseUrl: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
6
6
  auth: z.ZodOptional<z.ZodObject<{
7
- method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key"]>>;
7
+ method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
8
8
  name: z.ZodOptional<z.ZodString>;
9
9
  inputPrefix: z.ZodOptional<z.ZodString>;
10
10
  }, "strict", z.ZodTypeAny, {
11
- method?: "bearer" | "basic" | "key" | undefined;
11
+ method?: "bearer" | "basic" | "key" | "cobo" | undefined;
12
12
  name?: string | undefined;
13
13
  inputPrefix?: string | undefined;
14
14
  }, {
15
- method?: "bearer" | "basic" | "key" | undefined;
15
+ method?: "bearer" | "basic" | "key" | "cobo" | undefined;
16
16
  name?: string | undefined;
17
17
  inputPrefix?: string | undefined;
18
18
  }>>;
@@ -44,7 +44,7 @@ export declare const apiSchema: z.ZodObject<{
44
44
  }, "strict", z.ZodTypeAny, {
45
45
  baseUrl?: string | string[] | undefined;
46
46
  auth?: {
47
- method?: "bearer" | "basic" | "key" | undefined;
47
+ method?: "bearer" | "basic" | "key" | "cobo" | undefined;
48
48
  name?: string | undefined;
49
49
  inputPrefix?: string | undefined;
50
50
  } | undefined;
@@ -60,7 +60,7 @@ export declare const apiSchema: z.ZodObject<{
60
60
  }, {
61
61
  baseUrl?: string | string[] | undefined;
62
62
  auth?: {
63
- method?: "bearer" | "basic" | "key" | undefined;
63
+ method?: "bearer" | "basic" | "key" | "cobo" | undefined;
64
64
  name?: string | undefined;
65
65
  inputPrefix?: string | undefined;
66
66
  } | undefined;
@@ -21,15 +21,15 @@ export declare const configSchema: z.ZodObject<{
21
21
  api: z.ZodOptional<z.ZodObject<{
22
22
  baseUrl: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
23
23
  auth: z.ZodOptional<z.ZodObject<{
24
- method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key"]>>;
24
+ method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
25
25
  name: z.ZodOptional<z.ZodString>;
26
26
  inputPrefix: z.ZodOptional<z.ZodString>;
27
27
  }, "strict", z.ZodTypeAny, {
28
- method?: "bearer" | "basic" | "key" | undefined;
28
+ method?: "bearer" | "basic" | "key" | "cobo" | undefined;
29
29
  name?: string | undefined;
30
30
  inputPrefix?: string | undefined;
31
31
  }, {
32
- method?: "bearer" | "basic" | "key" | undefined;
32
+ method?: "bearer" | "basic" | "key" | "cobo" | undefined;
33
33
  name?: string | undefined;
34
34
  inputPrefix?: string | undefined;
35
35
  }>>;
@@ -61,7 +61,7 @@ export declare const configSchema: z.ZodObject<{
61
61
  }, "strict", z.ZodTypeAny, {
62
62
  baseUrl?: string | string[] | undefined;
63
63
  auth?: {
64
- method?: "bearer" | "basic" | "key" | undefined;
64
+ method?: "bearer" | "basic" | "key" | "cobo" | undefined;
65
65
  name?: string | undefined;
66
66
  inputPrefix?: string | undefined;
67
67
  } | undefined;
@@ -77,7 +77,7 @@ export declare const configSchema: z.ZodObject<{
77
77
  }, {
78
78
  baseUrl?: string | string[] | undefined;
79
79
  auth?: {
80
- method?: "bearer" | "basic" | "key" | undefined;
80
+ method?: "bearer" | "basic" | "key" | "cobo" | undefined;
81
81
  name?: string | undefined;
82
82
  inputPrefix?: string | undefined;
83
83
  } | undefined;
@@ -538,7 +538,7 @@ export declare const configSchema: z.ZodObject<{
538
538
  api?: {
539
539
  baseUrl?: string | string[] | undefined;
540
540
  auth?: {
541
- method?: "bearer" | "basic" | "key" | undefined;
541
+ method?: "bearer" | "basic" | "key" | "cobo" | undefined;
542
542
  name?: string | undefined;
543
543
  inputPrefix?: string | undefined;
544
544
  } | undefined;
@@ -690,7 +690,7 @@ export declare const configSchema: z.ZodObject<{
690
690
  api?: {
691
691
  baseUrl?: string | string[] | undefined;
692
692
  auth?: {
693
- method?: "bearer" | "basic" | "key" | undefined;
693
+ method?: "bearer" | "basic" | "key" | "cobo" | undefined;
694
694
  name?: string | undefined;
695
695
  inputPrefix?: string | undefined;
696
696
  } | undefined;
package/package.json CHANGED
@@ -1,15 +1,10 @@
1
1
  {
2
2
  "name": "@mintlify/validation",
3
- "version": "0.1.47",
3
+ "version": "0.1.49",
4
4
  "description": "Validates mint.json files",
5
5
  "author": "Mintlify, Inc.",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/mintlify/mint",
9
- "directory": "packages/mintlify-validation"
10
- },
11
6
  "bugs": {
12
- "url": "https://github.com/mintlify/mint/issues"
7
+ "url": "https://github.com/mintlify/docs/issues"
13
8
  },
14
9
  "license": "Elastic-2.0",
15
10
  "keywords": [
@@ -72,5 +67,5 @@
72
67
  "webpack": "^5.75.0",
73
68
  "webpack-cli": "^5.0.1"
74
69
  },
75
- "gitHead": "fbd9d3db1899d7acfbff961012afbaefa731a25a"
70
+ "gitHead": "d470561e9abd9ef22eb1a275e121bd4940ffd2ad"
76
71
  }