@scalar/api-reference 1.30.0 → 1.31.1
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/CHANGELOG.md +50 -0
- package/dist/browser/standalone.js +6690 -6569
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +1 -1
- package/dist/components/ApiReferenceLayout.vue2.js +164 -181
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts.map +1 -1
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +2 -2
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue2.js +56 -51
- package/dist/components/Content/Content.vue.d.ts.map +1 -1
- package/dist/components/Content/Content.vue.js +1 -1
- package/dist/components/Content/Content.vue2.js +5 -5
- package/dist/components/Content/Introduction/Introduction.vue.d.ts +2 -2
- package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
- package/dist/components/Content/Introduction/Introduction.vue.js +2 -2
- package/dist/components/Content/Introduction/Introduction.vue2.js +57 -63
- package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -1
- package/dist/components/Content/Lazy/Loading.vue.js +46 -46
- package/dist/components/Content/Models/Models.vue.d.ts +2 -2
- package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
- package/dist/components/Content/Models/Models.vue.js +2 -2
- package/dist/components/Content/Models/Models.vue2.js +9 -7
- package/dist/components/Content/Models/ModelsAccordion.vue.d.ts +2 -2
- package/dist/components/Content/Models/ModelsAccordion.vue.d.ts.map +1 -1
- package/dist/components/Content/Models/ModelsAccordion.vue.js +2 -2
- package/dist/components/Content/Schema/Schema.preview.d.ts +294 -84
- package/dist/components/Content/Schema/Schema.preview.d.ts.map +1 -1
- package/dist/components/Content/Schema/Schema.vue.d.ts +21 -4
- package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/Schema.vue.js +2 -2
- package/dist/components/Content/Schema/Schema.vue2.js +158 -131
- package/dist/components/Content/Schema/SchemaComposition.vue.d.ts +2 -2
- package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaComposition.vue.js +57 -53
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts +2 -3
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.js +29 -29
- package/dist/components/Content/Schema/SchemaHeading.vue.d.ts +2 -2
- package/dist/components/Content/Schema/SchemaHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaHeading.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +12 -3
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue2.js +133 -103
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts +3 -2
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +2 -2
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +133 -126
- package/dist/components/Content/Schema/helpers/merge-all-of-schemas.d.ts +2 -2
- package/dist/components/Content/Schema/helpers/merge-all-of-schemas.d.ts.map +1 -1
- package/dist/components/Content/Tag/TagList.vue.d.ts +2 -2
- package/dist/components/Content/Tag/TagList.vue.d.ts.map +1 -1
- package/dist/components/DocumentSelector/DocumentSelector.vue.js +3 -3
- package/dist/components/Layouts/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/components/Layouts/ClassicLayout.vue.js +19 -17
- package/dist/components/Layouts/Layouts.vue.js +11 -9
- package/dist/components/Layouts/ModernLayout.vue2.js +22 -20
- package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionAccordion.vue.js +2 -2
- package/dist/components/Section/SectionAccordion.vue2.js +1 -1
- package/dist/components/Section/SectionContainerAccordion.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionContainerAccordion.vue.js +2 -2
- package/dist/components/Section/SectionContainerAccordion.vue2.js +4 -4
- package/dist/components/Section/SectionHeader.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionHeader.vue.js +2 -2
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Sidebar.vue.js +2 -2
- package/dist/components/Sidebar/Sidebar.vue2.js +56 -56
- package/dist/components/SingleApiReference.vue.d.ts.map +1 -1
- package/dist/components/SingleApiReference.vue.js +27 -33
- package/dist/esm.d.ts.map +1 -1
- package/dist/features/ApiClientModal/ApiClientModal.vue.d.ts +2 -2
- package/dist/features/ApiClientModal/ApiClientModal.vue.d.ts.map +1 -1
- package/dist/features/ApiClientModal/ApiClientModal.vue.js +49 -50
- package/dist/features/ApiClientModal/useApiClient.d.ts +196 -196
- package/dist/features/ApiClientModal/useApiClient.d.ts.map +1 -1
- package/dist/features/DocumentSource/hooks/useDocumentFetcher.d.ts +11 -0
- package/dist/features/DocumentSource/hooks/useDocumentFetcher.d.ts.map +1 -0
- package/dist/features/DocumentSource/hooks/useDocumentFetcher.js +38 -0
- package/dist/features/DocumentSource/hooks/useDocumentSource.d.ts +21 -0
- package/dist/features/DocumentSource/hooks/useDocumentSource.d.ts.map +1 -0
- package/dist/features/DocumentSource/hooks/useDocumentSource.js +94 -0
- package/dist/features/DocumentSource/index.d.ts +2 -0
- package/dist/features/DocumentSource/index.d.ts.map +1 -0
- package/dist/features/DownloadLink/DownloadLink.vue.d.ts +1 -1
- package/dist/features/DownloadLink/DownloadLink.vue.d.ts.map +1 -1
- package/dist/features/DownloadLink/DownloadLink.vue.js +1 -1
- package/dist/features/DownloadLink/DownloadLink.vue2.js +18 -17
- package/dist/features/DownloadLink/index.d.ts +1 -0
- package/dist/features/DownloadLink/index.d.ts.map +1 -1
- package/dist/features/DownloadLink/openapi-version-symbol.d.ts +2 -0
- package/dist/features/DownloadLink/openapi-version-symbol.d.ts.map +1 -0
- package/dist/features/DownloadLink/openapi-version-symbol.js +4 -0
- package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts +2 -0
- package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
- package/dist/features/ExampleRequest/ExampleRequest.vue.js +2 -2
- package/dist/features/ExampleRequest/ExampleRequest.vue2.js +178 -127
- package/dist/features/Operation/Operation.vue.d.ts +2 -2
- package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
- package/dist/features/Operation/Operation.vue.js +29 -23
- package/dist/features/Operation/components/OperationParameters.vue.d.ts +7 -3
- package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/OperationParameters.vue.js +28 -24
- package/dist/features/Operation/components/OperationResponses.vue.d.ts +2 -2
- package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterHeaders.vue.d.ts +2 -2
- package/dist/features/Operation/components/ParameterHeaders.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterHeaders.vue.js +2 -2
- package/dist/features/Operation/components/ParameterList.vue.d.ts +2 -2
- package/dist/features/Operation/components/ParameterList.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterList.vue.js +2 -2
- package/dist/features/Operation/components/ParameterListItem.vue.d.ts +2 -2
- package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue.js +3 -3
- package/dist/features/Operation/components/ParameterListItem.vue2.js +6 -6
- package/dist/features/Operation/components/RequestBody.vue.d.ts +7 -3
- package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/RequestBody.vue.js +2 -2
- package/dist/features/Operation/components/RequestBody.vue2.js +41 -36
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +7 -3
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.js +2 -2
- package/dist/features/Operation/layouts/ClassicLayout.vue2.js +84 -79
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +5 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.js +2 -2
- package/dist/features/Operation/layouts/ModernLayout.vue2.js +66 -57
- package/dist/features/Operation/types/schemas.d.ts +2 -2
- package/dist/features/Operation/types/schemas.d.ts.map +1 -1
- package/dist/features/Search/SearchButton.vue.js +2 -2
- package/dist/helpers/local-storage.d.ts +8 -0
- package/dist/helpers/local-storage.d.ts.map +1 -0
- package/dist/helpers/local-storage.js +6 -0
- package/dist/helpers/measure.d.ts +21 -0
- package/dist/helpers/measure.d.ts.map +1 -0
- package/dist/helpers/measure.js +7 -0
- package/dist/helpers/parse.d.ts +3 -5
- package/dist/helpers/parse.d.ts.map +1 -1
- package/dist/helpers/parse.js +64 -86
- package/dist/helpers/scroll-to-id.d.ts.map +1 -1
- package/dist/helpers/scroll-to-id.js +18 -4
- package/dist/hooks/useDiscriminator.d.ts +53 -0
- package/dist/hooks/useDiscriminator.d.ts.map +1 -0
- package/dist/hooks/useDiscriminator.js +149 -0
- package/dist/hooks/useOperationDiscriminator.d.ts +8 -0
- package/dist/hooks/useOperationDiscriminator.d.ts.map +1 -0
- package/dist/hooks/useOperationDiscriminator.js +57 -0
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +33 -35
- package/dist/libs/openapi.d.ts +3 -3
- package/dist/libs/openapi.d.ts.map +1 -1
- package/dist/libs/openapi.js +35 -42
- package/dist/standalone/lib/html-api.d.ts.map +1 -1
- package/dist/standalone/lib/html-api.js +15 -15
- package/dist/stores/useHttpClientStore.d.ts.map +1 -1
- package/dist/stores/useHttpClientStore.js +19 -18
- package/dist/style.css +1 -1
- package/dist/types.d.ts +27 -3
- package/dist/types.d.ts.map +1 -1
- package/package.json +15 -16
- package/dist/components/Content/Schema/helpers/schema-discriminator.d.ts +0 -12
- package/dist/components/Content/Schema/helpers/schema-discriminator.d.ts.map +0 -1
- package/dist/components/Content/Schema/helpers/schema-discriminator.js +0 -45
- package/dist/hooks/useReactiveSpec.d.ts +0 -448
- package/dist/hooks/useReactiveSpec.d.ts.map +0 -1
- package/dist/hooks/useReactiveSpec.js +0 -59
|
@@ -1,25 +1,40 @@
|
|
|
1
1
|
export declare const stringSchema: {
|
|
2
2
|
component: import("vue").DefineComponent<{
|
|
3
|
-
value?: import("@scalar/openapi-types").
|
|
3
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
4
4
|
level?: number;
|
|
5
5
|
name?: string;
|
|
6
6
|
compact?: boolean;
|
|
7
7
|
noncollapsible?: boolean;
|
|
8
8
|
hideHeading?: boolean;
|
|
9
9
|
additionalProperties?: boolean;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
hideModelNames?: boolean;
|
|
11
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
12
|
+
discriminator?: string;
|
|
13
|
+
discriminatorMapping?: Record<string, string>;
|
|
14
|
+
discriminatorPropertyName?: string;
|
|
15
|
+
hasDiscriminator?: boolean;
|
|
16
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
17
|
+
"update:modelValue": (value: string) => any;
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
19
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
13
20
|
level?: number;
|
|
14
21
|
name?: string;
|
|
15
22
|
compact?: boolean;
|
|
16
23
|
noncollapsible?: boolean;
|
|
17
24
|
hideHeading?: boolean;
|
|
18
25
|
additionalProperties?: boolean;
|
|
19
|
-
|
|
20
|
-
|
|
26
|
+
hideModelNames?: boolean;
|
|
27
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
28
|
+
discriminator?: string;
|
|
29
|
+
discriminatorMapping?: Record<string, string>;
|
|
30
|
+
discriminatorPropertyName?: string;
|
|
31
|
+
hasDiscriminator?: boolean;
|
|
32
|
+
}> & Readonly<{
|
|
33
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
34
|
+
}>, {
|
|
21
35
|
level: number;
|
|
22
36
|
noncollapsible: boolean;
|
|
37
|
+
hideModelNames: boolean;
|
|
23
38
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
39
|
noncollapsible: boolean;
|
|
25
40
|
props: {
|
|
@@ -33,26 +48,41 @@ export declare const stringSchema: {
|
|
|
33
48
|
};
|
|
34
49
|
export declare const objectSchema: {
|
|
35
50
|
component: import("vue").DefineComponent<{
|
|
36
|
-
value?: import("@scalar/openapi-types").
|
|
51
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
37
52
|
level?: number;
|
|
38
53
|
name?: string;
|
|
39
54
|
compact?: boolean;
|
|
40
55
|
noncollapsible?: boolean;
|
|
41
56
|
hideHeading?: boolean;
|
|
42
57
|
additionalProperties?: boolean;
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
58
|
+
hideModelNames?: boolean;
|
|
59
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
60
|
+
discriminator?: string;
|
|
61
|
+
discriminatorMapping?: Record<string, string>;
|
|
62
|
+
discriminatorPropertyName?: string;
|
|
63
|
+
hasDiscriminator?: boolean;
|
|
64
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
65
|
+
"update:modelValue": (value: string) => any;
|
|
66
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
67
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
46
68
|
level?: number;
|
|
47
69
|
name?: string;
|
|
48
70
|
compact?: boolean;
|
|
49
71
|
noncollapsible?: boolean;
|
|
50
72
|
hideHeading?: boolean;
|
|
51
73
|
additionalProperties?: boolean;
|
|
52
|
-
|
|
53
|
-
|
|
74
|
+
hideModelNames?: boolean;
|
|
75
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
76
|
+
discriminator?: string;
|
|
77
|
+
discriminatorMapping?: Record<string, string>;
|
|
78
|
+
discriminatorPropertyName?: string;
|
|
79
|
+
hasDiscriminator?: boolean;
|
|
80
|
+
}> & Readonly<{
|
|
81
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
82
|
+
}>, {
|
|
54
83
|
level: number;
|
|
55
84
|
noncollapsible: boolean;
|
|
85
|
+
hideModelNames: boolean;
|
|
56
86
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
57
87
|
noncollapsible: boolean;
|
|
58
88
|
props: {
|
|
@@ -75,26 +105,41 @@ export declare const objectSchema: {
|
|
|
75
105
|
};
|
|
76
106
|
export declare const recursiveSchema: {
|
|
77
107
|
component: import("vue").DefineComponent<{
|
|
78
|
-
value?: import("@scalar/openapi-types").
|
|
108
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
79
109
|
level?: number;
|
|
80
110
|
name?: string;
|
|
81
111
|
compact?: boolean;
|
|
82
112
|
noncollapsible?: boolean;
|
|
83
113
|
hideHeading?: boolean;
|
|
84
114
|
additionalProperties?: boolean;
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
115
|
+
hideModelNames?: boolean;
|
|
116
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
117
|
+
discriminator?: string;
|
|
118
|
+
discriminatorMapping?: Record<string, string>;
|
|
119
|
+
discriminatorPropertyName?: string;
|
|
120
|
+
hasDiscriminator?: boolean;
|
|
121
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
122
|
+
"update:modelValue": (value: string) => any;
|
|
123
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
124
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
88
125
|
level?: number;
|
|
89
126
|
name?: string;
|
|
90
127
|
compact?: boolean;
|
|
91
128
|
noncollapsible?: boolean;
|
|
92
129
|
hideHeading?: boolean;
|
|
93
130
|
additionalProperties?: boolean;
|
|
94
|
-
|
|
95
|
-
|
|
131
|
+
hideModelNames?: boolean;
|
|
132
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
133
|
+
discriminator?: string;
|
|
134
|
+
discriminatorMapping?: Record<string, string>;
|
|
135
|
+
discriminatorPropertyName?: string;
|
|
136
|
+
hasDiscriminator?: boolean;
|
|
137
|
+
}> & Readonly<{
|
|
138
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
139
|
+
}>, {
|
|
96
140
|
level: number;
|
|
97
141
|
noncollapsible: boolean;
|
|
142
|
+
hideModelNames: boolean;
|
|
98
143
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
99
144
|
props: {
|
|
100
145
|
name: string;
|
|
@@ -109,26 +154,41 @@ export declare const recursiveSchema: {
|
|
|
109
154
|
};
|
|
110
155
|
export declare const enumSchema: {
|
|
111
156
|
component: import("vue").DefineComponent<{
|
|
112
|
-
value?: import("@scalar/openapi-types").
|
|
157
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
113
158
|
level?: number;
|
|
114
159
|
name?: string;
|
|
115
160
|
compact?: boolean;
|
|
116
161
|
noncollapsible?: boolean;
|
|
117
162
|
hideHeading?: boolean;
|
|
118
163
|
additionalProperties?: boolean;
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
164
|
+
hideModelNames?: boolean;
|
|
165
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
166
|
+
discriminator?: string;
|
|
167
|
+
discriminatorMapping?: Record<string, string>;
|
|
168
|
+
discriminatorPropertyName?: string;
|
|
169
|
+
hasDiscriminator?: boolean;
|
|
170
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
171
|
+
"update:modelValue": (value: string) => any;
|
|
172
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
173
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
122
174
|
level?: number;
|
|
123
175
|
name?: string;
|
|
124
176
|
compact?: boolean;
|
|
125
177
|
noncollapsible?: boolean;
|
|
126
178
|
hideHeading?: boolean;
|
|
127
179
|
additionalProperties?: boolean;
|
|
128
|
-
|
|
129
|
-
|
|
180
|
+
hideModelNames?: boolean;
|
|
181
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
182
|
+
discriminator?: string;
|
|
183
|
+
discriminatorMapping?: Record<string, string>;
|
|
184
|
+
discriminatorPropertyName?: string;
|
|
185
|
+
hasDiscriminator?: boolean;
|
|
186
|
+
}> & Readonly<{
|
|
187
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
188
|
+
}>, {
|
|
130
189
|
level: number;
|
|
131
190
|
noncollapsible: boolean;
|
|
191
|
+
hideModelNames: boolean;
|
|
132
192
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
133
193
|
props: {
|
|
134
194
|
name: string;
|
|
@@ -142,26 +202,41 @@ export declare const enumSchema: {
|
|
|
142
202
|
};
|
|
143
203
|
export declare const objectWithEnumSchema: {
|
|
144
204
|
component: import("vue").DefineComponent<{
|
|
145
|
-
value?: import("@scalar/openapi-types").
|
|
205
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
146
206
|
level?: number;
|
|
147
207
|
name?: string;
|
|
148
208
|
compact?: boolean;
|
|
149
209
|
noncollapsible?: boolean;
|
|
150
210
|
hideHeading?: boolean;
|
|
151
211
|
additionalProperties?: boolean;
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
212
|
+
hideModelNames?: boolean;
|
|
213
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
214
|
+
discriminator?: string;
|
|
215
|
+
discriminatorMapping?: Record<string, string>;
|
|
216
|
+
discriminatorPropertyName?: string;
|
|
217
|
+
hasDiscriminator?: boolean;
|
|
218
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
219
|
+
"update:modelValue": (value: string) => any;
|
|
220
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
221
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
155
222
|
level?: number;
|
|
156
223
|
name?: string;
|
|
157
224
|
compact?: boolean;
|
|
158
225
|
noncollapsible?: boolean;
|
|
159
226
|
hideHeading?: boolean;
|
|
160
227
|
additionalProperties?: boolean;
|
|
161
|
-
|
|
162
|
-
|
|
228
|
+
hideModelNames?: boolean;
|
|
229
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
230
|
+
discriminator?: string;
|
|
231
|
+
discriminatorMapping?: Record<string, string>;
|
|
232
|
+
discriminatorPropertyName?: string;
|
|
233
|
+
hasDiscriminator?: boolean;
|
|
234
|
+
}> & Readonly<{
|
|
235
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
236
|
+
}>, {
|
|
163
237
|
level: number;
|
|
164
238
|
noncollapsible: boolean;
|
|
239
|
+
hideModelNames: boolean;
|
|
165
240
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
166
241
|
props: {
|
|
167
242
|
name: string;
|
|
@@ -180,26 +255,41 @@ export declare const objectWithEnumSchema: {
|
|
|
180
255
|
};
|
|
181
256
|
export declare const discriminatorsSchema: {
|
|
182
257
|
component: import("vue").DefineComponent<{
|
|
183
|
-
value?: import("@scalar/openapi-types").
|
|
258
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
184
259
|
level?: number;
|
|
185
260
|
name?: string;
|
|
186
261
|
compact?: boolean;
|
|
187
262
|
noncollapsible?: boolean;
|
|
188
263
|
hideHeading?: boolean;
|
|
189
264
|
additionalProperties?: boolean;
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
265
|
+
hideModelNames?: boolean;
|
|
266
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
267
|
+
discriminator?: string;
|
|
268
|
+
discriminatorMapping?: Record<string, string>;
|
|
269
|
+
discriminatorPropertyName?: string;
|
|
270
|
+
hasDiscriminator?: boolean;
|
|
271
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
272
|
+
"update:modelValue": (value: string) => any;
|
|
273
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
274
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
193
275
|
level?: number;
|
|
194
276
|
name?: string;
|
|
195
277
|
compact?: boolean;
|
|
196
278
|
noncollapsible?: boolean;
|
|
197
279
|
hideHeading?: boolean;
|
|
198
280
|
additionalProperties?: boolean;
|
|
199
|
-
|
|
200
|
-
|
|
281
|
+
hideModelNames?: boolean;
|
|
282
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
283
|
+
discriminator?: string;
|
|
284
|
+
discriminatorMapping?: Record<string, string>;
|
|
285
|
+
discriminatorPropertyName?: string;
|
|
286
|
+
hasDiscriminator?: boolean;
|
|
287
|
+
}> & Readonly<{
|
|
288
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
289
|
+
}>, {
|
|
201
290
|
level: number;
|
|
202
291
|
noncollapsible: boolean;
|
|
292
|
+
hideModelNames: boolean;
|
|
203
293
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
204
294
|
props: {
|
|
205
295
|
name: string;
|
|
@@ -243,26 +333,41 @@ export declare const discriminatorsSchema: {
|
|
|
243
333
|
};
|
|
244
334
|
export declare const complexArrayDiscriminatorSchema: {
|
|
245
335
|
component: import("vue").DefineComponent<{
|
|
246
|
-
value?: import("@scalar/openapi-types").
|
|
336
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
247
337
|
level?: number;
|
|
248
338
|
name?: string;
|
|
249
339
|
compact?: boolean;
|
|
250
340
|
noncollapsible?: boolean;
|
|
251
341
|
hideHeading?: boolean;
|
|
252
342
|
additionalProperties?: boolean;
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
343
|
+
hideModelNames?: boolean;
|
|
344
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
345
|
+
discriminator?: string;
|
|
346
|
+
discriminatorMapping?: Record<string, string>;
|
|
347
|
+
discriminatorPropertyName?: string;
|
|
348
|
+
hasDiscriminator?: boolean;
|
|
349
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
350
|
+
"update:modelValue": (value: string) => any;
|
|
351
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
352
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
256
353
|
level?: number;
|
|
257
354
|
name?: string;
|
|
258
355
|
compact?: boolean;
|
|
259
356
|
noncollapsible?: boolean;
|
|
260
357
|
hideHeading?: boolean;
|
|
261
358
|
additionalProperties?: boolean;
|
|
262
|
-
|
|
263
|
-
|
|
359
|
+
hideModelNames?: boolean;
|
|
360
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
361
|
+
discriminator?: string;
|
|
362
|
+
discriminatorMapping?: Record<string, string>;
|
|
363
|
+
discriminatorPropertyName?: string;
|
|
364
|
+
hasDiscriminator?: boolean;
|
|
365
|
+
}> & Readonly<{
|
|
366
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
367
|
+
}>, {
|
|
264
368
|
level: number;
|
|
265
369
|
noncollapsible: boolean;
|
|
370
|
+
hideModelNames: boolean;
|
|
266
371
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
267
372
|
props: {
|
|
268
373
|
name: string;
|
|
@@ -320,26 +425,41 @@ export declare const complexArrayDiscriminatorSchema: {
|
|
|
320
425
|
};
|
|
321
426
|
export declare const complexAllOfSchema: {
|
|
322
427
|
component: import("vue").DefineComponent<{
|
|
323
|
-
value?: import("@scalar/openapi-types").
|
|
428
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
324
429
|
level?: number;
|
|
325
430
|
name?: string;
|
|
326
431
|
compact?: boolean;
|
|
327
432
|
noncollapsible?: boolean;
|
|
328
433
|
hideHeading?: boolean;
|
|
329
434
|
additionalProperties?: boolean;
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
435
|
+
hideModelNames?: boolean;
|
|
436
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
437
|
+
discriminator?: string;
|
|
438
|
+
discriminatorMapping?: Record<string, string>;
|
|
439
|
+
discriminatorPropertyName?: string;
|
|
440
|
+
hasDiscriminator?: boolean;
|
|
441
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
442
|
+
"update:modelValue": (value: string) => any;
|
|
443
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
444
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
333
445
|
level?: number;
|
|
334
446
|
name?: string;
|
|
335
447
|
compact?: boolean;
|
|
336
448
|
noncollapsible?: boolean;
|
|
337
449
|
hideHeading?: boolean;
|
|
338
450
|
additionalProperties?: boolean;
|
|
339
|
-
|
|
340
|
-
|
|
451
|
+
hideModelNames?: boolean;
|
|
452
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
453
|
+
discriminator?: string;
|
|
454
|
+
discriminatorMapping?: Record<string, string>;
|
|
455
|
+
discriminatorPropertyName?: string;
|
|
456
|
+
hasDiscriminator?: boolean;
|
|
457
|
+
}> & Readonly<{
|
|
458
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
459
|
+
}>, {
|
|
341
460
|
level: number;
|
|
342
461
|
noncollapsible: boolean;
|
|
462
|
+
hideModelNames: boolean;
|
|
343
463
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
344
464
|
props: {
|
|
345
465
|
name: string;
|
|
@@ -399,26 +519,41 @@ export declare const complexAllOfSchema: {
|
|
|
399
519
|
};
|
|
400
520
|
export declare const arrayValidationSchema: {
|
|
401
521
|
component: import("vue").DefineComponent<{
|
|
402
|
-
value?: import("@scalar/openapi-types").
|
|
522
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
403
523
|
level?: number;
|
|
404
524
|
name?: string;
|
|
405
525
|
compact?: boolean;
|
|
406
526
|
noncollapsible?: boolean;
|
|
407
527
|
hideHeading?: boolean;
|
|
408
528
|
additionalProperties?: boolean;
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
529
|
+
hideModelNames?: boolean;
|
|
530
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
531
|
+
discriminator?: string;
|
|
532
|
+
discriminatorMapping?: Record<string, string>;
|
|
533
|
+
discriminatorPropertyName?: string;
|
|
534
|
+
hasDiscriminator?: boolean;
|
|
535
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
536
|
+
"update:modelValue": (value: string) => any;
|
|
537
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
538
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
412
539
|
level?: number;
|
|
413
540
|
name?: string;
|
|
414
541
|
compact?: boolean;
|
|
415
542
|
noncollapsible?: boolean;
|
|
416
543
|
hideHeading?: boolean;
|
|
417
544
|
additionalProperties?: boolean;
|
|
418
|
-
|
|
419
|
-
|
|
545
|
+
hideModelNames?: boolean;
|
|
546
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
547
|
+
discriminator?: string;
|
|
548
|
+
discriminatorMapping?: Record<string, string>;
|
|
549
|
+
discriminatorPropertyName?: string;
|
|
550
|
+
hasDiscriminator?: boolean;
|
|
551
|
+
}> & Readonly<{
|
|
552
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
553
|
+
}>, {
|
|
420
554
|
level: number;
|
|
421
555
|
noncollapsible: boolean;
|
|
556
|
+
hideModelNames: boolean;
|
|
422
557
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
423
558
|
props: {
|
|
424
559
|
name: string;
|
|
@@ -454,26 +589,41 @@ export declare const arrayValidationSchema: {
|
|
|
454
589
|
};
|
|
455
590
|
export declare const advancedStringFormatsSchema: {
|
|
456
591
|
component: import("vue").DefineComponent<{
|
|
457
|
-
value?: import("@scalar/openapi-types").
|
|
592
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
458
593
|
level?: number;
|
|
459
594
|
name?: string;
|
|
460
595
|
compact?: boolean;
|
|
461
596
|
noncollapsible?: boolean;
|
|
462
597
|
hideHeading?: boolean;
|
|
463
598
|
additionalProperties?: boolean;
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
599
|
+
hideModelNames?: boolean;
|
|
600
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
601
|
+
discriminator?: string;
|
|
602
|
+
discriminatorMapping?: Record<string, string>;
|
|
603
|
+
discriminatorPropertyName?: string;
|
|
604
|
+
hasDiscriminator?: boolean;
|
|
605
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
606
|
+
"update:modelValue": (value: string) => any;
|
|
607
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
608
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
467
609
|
level?: number;
|
|
468
610
|
name?: string;
|
|
469
611
|
compact?: boolean;
|
|
470
612
|
noncollapsible?: boolean;
|
|
471
613
|
hideHeading?: boolean;
|
|
472
614
|
additionalProperties?: boolean;
|
|
473
|
-
|
|
474
|
-
|
|
615
|
+
hideModelNames?: boolean;
|
|
616
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
617
|
+
discriminator?: string;
|
|
618
|
+
discriminatorMapping?: Record<string, string>;
|
|
619
|
+
discriminatorPropertyName?: string;
|
|
620
|
+
hasDiscriminator?: boolean;
|
|
621
|
+
}> & Readonly<{
|
|
622
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
623
|
+
}>, {
|
|
475
624
|
level: number;
|
|
476
625
|
noncollapsible: boolean;
|
|
626
|
+
hideModelNames: boolean;
|
|
477
627
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
478
628
|
props: {
|
|
479
629
|
name: string;
|
|
@@ -512,26 +662,41 @@ export declare const advancedStringFormatsSchema: {
|
|
|
512
662
|
};
|
|
513
663
|
export declare const oneOfCombinedSchema: {
|
|
514
664
|
component: import("vue").DefineComponent<{
|
|
515
|
-
value?: import("@scalar/openapi-types").
|
|
665
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
516
666
|
level?: number;
|
|
517
667
|
name?: string;
|
|
518
668
|
compact?: boolean;
|
|
519
669
|
noncollapsible?: boolean;
|
|
520
670
|
hideHeading?: boolean;
|
|
521
671
|
additionalProperties?: boolean;
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
672
|
+
hideModelNames?: boolean;
|
|
673
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
674
|
+
discriminator?: string;
|
|
675
|
+
discriminatorMapping?: Record<string, string>;
|
|
676
|
+
discriminatorPropertyName?: string;
|
|
677
|
+
hasDiscriminator?: boolean;
|
|
678
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
679
|
+
"update:modelValue": (value: string) => any;
|
|
680
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
681
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
525
682
|
level?: number;
|
|
526
683
|
name?: string;
|
|
527
684
|
compact?: boolean;
|
|
528
685
|
noncollapsible?: boolean;
|
|
529
686
|
hideHeading?: boolean;
|
|
530
687
|
additionalProperties?: boolean;
|
|
531
|
-
|
|
532
|
-
|
|
688
|
+
hideModelNames?: boolean;
|
|
689
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
690
|
+
discriminator?: string;
|
|
691
|
+
discriminatorMapping?: Record<string, string>;
|
|
692
|
+
discriminatorPropertyName?: string;
|
|
693
|
+
hasDiscriminator?: boolean;
|
|
694
|
+
}> & Readonly<{
|
|
695
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
696
|
+
}>, {
|
|
533
697
|
level: number;
|
|
534
698
|
noncollapsible: boolean;
|
|
699
|
+
hideModelNames: boolean;
|
|
535
700
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
536
701
|
props: {
|
|
537
702
|
name: string;
|
|
@@ -623,26 +788,41 @@ export declare const oneOfCombinedSchema: {
|
|
|
623
788
|
};
|
|
624
789
|
export declare const conditionalFieldsSchema: {
|
|
625
790
|
component: import("vue").DefineComponent<{
|
|
626
|
-
value?: import("@scalar/openapi-types").
|
|
791
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
627
792
|
level?: number;
|
|
628
793
|
name?: string;
|
|
629
794
|
compact?: boolean;
|
|
630
795
|
noncollapsible?: boolean;
|
|
631
796
|
hideHeading?: boolean;
|
|
632
797
|
additionalProperties?: boolean;
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
798
|
+
hideModelNames?: boolean;
|
|
799
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
800
|
+
discriminator?: string;
|
|
801
|
+
discriminatorMapping?: Record<string, string>;
|
|
802
|
+
discriminatorPropertyName?: string;
|
|
803
|
+
hasDiscriminator?: boolean;
|
|
804
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
805
|
+
"update:modelValue": (value: string) => any;
|
|
806
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
807
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
636
808
|
level?: number;
|
|
637
809
|
name?: string;
|
|
638
810
|
compact?: boolean;
|
|
639
811
|
noncollapsible?: boolean;
|
|
640
812
|
hideHeading?: boolean;
|
|
641
813
|
additionalProperties?: boolean;
|
|
642
|
-
|
|
643
|
-
|
|
814
|
+
hideModelNames?: boolean;
|
|
815
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
816
|
+
discriminator?: string;
|
|
817
|
+
discriminatorMapping?: Record<string, string>;
|
|
818
|
+
discriminatorPropertyName?: string;
|
|
819
|
+
hasDiscriminator?: boolean;
|
|
820
|
+
}> & Readonly<{
|
|
821
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
822
|
+
}>, {
|
|
644
823
|
level: number;
|
|
645
824
|
noncollapsible: boolean;
|
|
825
|
+
hideModelNames: boolean;
|
|
646
826
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
647
827
|
props: {
|
|
648
828
|
name: string;
|
|
@@ -699,26 +879,41 @@ export declare const conditionalFieldsSchema: {
|
|
|
699
879
|
};
|
|
700
880
|
export declare const advancedNumberValidationSchema: {
|
|
701
881
|
component: import("vue").DefineComponent<{
|
|
702
|
-
value?: import("@scalar/openapi-types").
|
|
882
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
703
883
|
level?: number;
|
|
704
884
|
name?: string;
|
|
705
885
|
compact?: boolean;
|
|
706
886
|
noncollapsible?: boolean;
|
|
707
887
|
hideHeading?: boolean;
|
|
708
888
|
additionalProperties?: boolean;
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
889
|
+
hideModelNames?: boolean;
|
|
890
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
891
|
+
discriminator?: string;
|
|
892
|
+
discriminatorMapping?: Record<string, string>;
|
|
893
|
+
discriminatorPropertyName?: string;
|
|
894
|
+
hasDiscriminator?: boolean;
|
|
895
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
896
|
+
"update:modelValue": (value: string) => any;
|
|
897
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
898
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
712
899
|
level?: number;
|
|
713
900
|
name?: string;
|
|
714
901
|
compact?: boolean;
|
|
715
902
|
noncollapsible?: boolean;
|
|
716
903
|
hideHeading?: boolean;
|
|
717
904
|
additionalProperties?: boolean;
|
|
718
|
-
|
|
719
|
-
|
|
905
|
+
hideModelNames?: boolean;
|
|
906
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
907
|
+
discriminator?: string;
|
|
908
|
+
discriminatorMapping?: Record<string, string>;
|
|
909
|
+
discriminatorPropertyName?: string;
|
|
910
|
+
hasDiscriminator?: boolean;
|
|
911
|
+
}> & Readonly<{
|
|
912
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
913
|
+
}>, {
|
|
720
914
|
level: number;
|
|
721
915
|
noncollapsible: boolean;
|
|
916
|
+
hideModelNames: boolean;
|
|
722
917
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
723
918
|
props: {
|
|
724
919
|
name: string;
|
|
@@ -771,26 +966,41 @@ export declare const advancedNumberValidationSchema: {
|
|
|
771
966
|
};
|
|
772
967
|
export declare const nestedArrayTupleSchema: {
|
|
773
968
|
component: import("vue").DefineComponent<{
|
|
774
|
-
value?: import("@scalar/openapi-types").
|
|
969
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
775
970
|
level?: number;
|
|
776
971
|
name?: string;
|
|
777
972
|
compact?: boolean;
|
|
778
973
|
noncollapsible?: boolean;
|
|
779
974
|
hideHeading?: boolean;
|
|
780
975
|
additionalProperties?: boolean;
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
976
|
+
hideModelNames?: boolean;
|
|
977
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
978
|
+
discriminator?: string;
|
|
979
|
+
discriminatorMapping?: Record<string, string>;
|
|
980
|
+
discriminatorPropertyName?: string;
|
|
981
|
+
hasDiscriminator?: boolean;
|
|
982
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
983
|
+
"update:modelValue": (value: string) => any;
|
|
984
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
985
|
+
value?: import("@scalar/openapi-types").OpenAPIV3_1.OperationObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
|
|
784
986
|
level?: number;
|
|
785
987
|
name?: string;
|
|
786
988
|
compact?: boolean;
|
|
787
989
|
noncollapsible?: boolean;
|
|
788
990
|
hideHeading?: boolean;
|
|
789
991
|
additionalProperties?: boolean;
|
|
790
|
-
|
|
791
|
-
|
|
992
|
+
hideModelNames?: boolean;
|
|
993
|
+
schemas?: import("../../../features/Operation/types/schemas.js").Schemas;
|
|
994
|
+
discriminator?: string;
|
|
995
|
+
discriminatorMapping?: Record<string, string>;
|
|
996
|
+
discriminatorPropertyName?: string;
|
|
997
|
+
hasDiscriminator?: boolean;
|
|
998
|
+
}> & Readonly<{
|
|
999
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1000
|
+
}>, {
|
|
792
1001
|
level: number;
|
|
793
1002
|
noncollapsible: boolean;
|
|
1003
|
+
hideModelNames: boolean;
|
|
794
1004
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
795
1005
|
props: {
|
|
796
1006
|
name: string;
|