@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.
Files changed (167) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/dist/browser/standalone.js +6690 -6569
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
  5. package/dist/components/ApiReferenceLayout.vue.js +1 -1
  6. package/dist/components/ApiReferenceLayout.vue2.js +164 -181
  7. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts.map +1 -1
  8. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +2 -2
  9. package/dist/components/Content/ClientLibraries/ClientLibraries.vue2.js +56 -51
  10. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  11. package/dist/components/Content/Content.vue.js +1 -1
  12. package/dist/components/Content/Content.vue2.js +5 -5
  13. package/dist/components/Content/Introduction/Introduction.vue.d.ts +2 -2
  14. package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
  15. package/dist/components/Content/Introduction/Introduction.vue.js +2 -2
  16. package/dist/components/Content/Introduction/Introduction.vue2.js +57 -63
  17. package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -1
  18. package/dist/components/Content/Lazy/Loading.vue.js +46 -46
  19. package/dist/components/Content/Models/Models.vue.d.ts +2 -2
  20. package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
  21. package/dist/components/Content/Models/Models.vue.js +2 -2
  22. package/dist/components/Content/Models/Models.vue2.js +9 -7
  23. package/dist/components/Content/Models/ModelsAccordion.vue.d.ts +2 -2
  24. package/dist/components/Content/Models/ModelsAccordion.vue.d.ts.map +1 -1
  25. package/dist/components/Content/Models/ModelsAccordion.vue.js +2 -2
  26. package/dist/components/Content/Schema/Schema.preview.d.ts +294 -84
  27. package/dist/components/Content/Schema/Schema.preview.d.ts.map +1 -1
  28. package/dist/components/Content/Schema/Schema.vue.d.ts +21 -4
  29. package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
  30. package/dist/components/Content/Schema/Schema.vue.js +2 -2
  31. package/dist/components/Content/Schema/Schema.vue2.js +158 -131
  32. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts +2 -2
  33. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
  34. package/dist/components/Content/Schema/SchemaComposition.vue.js +57 -53
  35. package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts +2 -3
  36. package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts.map +1 -1
  37. package/dist/components/Content/Schema/SchemaDiscriminator.vue.js +29 -29
  38. package/dist/components/Content/Schema/SchemaHeading.vue.d.ts +2 -2
  39. package/dist/components/Content/Schema/SchemaHeading.vue.d.ts.map +1 -1
  40. package/dist/components/Content/Schema/SchemaHeading.vue.js +1 -1
  41. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +12 -3
  42. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  43. package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
  44. package/dist/components/Content/Schema/SchemaProperty.vue2.js +133 -103
  45. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts +3 -2
  46. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
  47. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +2 -2
  48. package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +133 -126
  49. package/dist/components/Content/Schema/helpers/merge-all-of-schemas.d.ts +2 -2
  50. package/dist/components/Content/Schema/helpers/merge-all-of-schemas.d.ts.map +1 -1
  51. package/dist/components/Content/Tag/TagList.vue.d.ts +2 -2
  52. package/dist/components/Content/Tag/TagList.vue.d.ts.map +1 -1
  53. package/dist/components/DocumentSelector/DocumentSelector.vue.js +3 -3
  54. package/dist/components/Layouts/ClassicLayout.vue.d.ts.map +1 -1
  55. package/dist/components/Layouts/ClassicLayout.vue.js +19 -17
  56. package/dist/components/Layouts/Layouts.vue.js +11 -9
  57. package/dist/components/Layouts/ModernLayout.vue2.js +22 -20
  58. package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
  59. package/dist/components/Section/SectionAccordion.vue.js +2 -2
  60. package/dist/components/Section/SectionAccordion.vue2.js +1 -1
  61. package/dist/components/Section/SectionContainerAccordion.vue.d.ts.map +1 -1
  62. package/dist/components/Section/SectionContainerAccordion.vue.js +2 -2
  63. package/dist/components/Section/SectionContainerAccordion.vue2.js +4 -4
  64. package/dist/components/Section/SectionHeader.vue.d.ts.map +1 -1
  65. package/dist/components/Section/SectionHeader.vue.js +2 -2
  66. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  67. package/dist/components/Sidebar/Sidebar.vue.js +2 -2
  68. package/dist/components/Sidebar/Sidebar.vue2.js +56 -56
  69. package/dist/components/SingleApiReference.vue.d.ts.map +1 -1
  70. package/dist/components/SingleApiReference.vue.js +27 -33
  71. package/dist/esm.d.ts.map +1 -1
  72. package/dist/features/ApiClientModal/ApiClientModal.vue.d.ts +2 -2
  73. package/dist/features/ApiClientModal/ApiClientModal.vue.d.ts.map +1 -1
  74. package/dist/features/ApiClientModal/ApiClientModal.vue.js +49 -50
  75. package/dist/features/ApiClientModal/useApiClient.d.ts +196 -196
  76. package/dist/features/ApiClientModal/useApiClient.d.ts.map +1 -1
  77. package/dist/features/DocumentSource/hooks/useDocumentFetcher.d.ts +11 -0
  78. package/dist/features/DocumentSource/hooks/useDocumentFetcher.d.ts.map +1 -0
  79. package/dist/features/DocumentSource/hooks/useDocumentFetcher.js +38 -0
  80. package/dist/features/DocumentSource/hooks/useDocumentSource.d.ts +21 -0
  81. package/dist/features/DocumentSource/hooks/useDocumentSource.d.ts.map +1 -0
  82. package/dist/features/DocumentSource/hooks/useDocumentSource.js +94 -0
  83. package/dist/features/DocumentSource/index.d.ts +2 -0
  84. package/dist/features/DocumentSource/index.d.ts.map +1 -0
  85. package/dist/features/DownloadLink/DownloadLink.vue.d.ts +1 -1
  86. package/dist/features/DownloadLink/DownloadLink.vue.d.ts.map +1 -1
  87. package/dist/features/DownloadLink/DownloadLink.vue.js +1 -1
  88. package/dist/features/DownloadLink/DownloadLink.vue2.js +18 -17
  89. package/dist/features/DownloadLink/index.d.ts +1 -0
  90. package/dist/features/DownloadLink/index.d.ts.map +1 -1
  91. package/dist/features/DownloadLink/openapi-version-symbol.d.ts +2 -0
  92. package/dist/features/DownloadLink/openapi-version-symbol.d.ts.map +1 -0
  93. package/dist/features/DownloadLink/openapi-version-symbol.js +4 -0
  94. package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts +2 -0
  95. package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
  96. package/dist/features/ExampleRequest/ExampleRequest.vue.js +2 -2
  97. package/dist/features/ExampleRequest/ExampleRequest.vue2.js +178 -127
  98. package/dist/features/Operation/Operation.vue.d.ts +2 -2
  99. package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
  100. package/dist/features/Operation/Operation.vue.js +29 -23
  101. package/dist/features/Operation/components/OperationParameters.vue.d.ts +7 -3
  102. package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
  103. package/dist/features/Operation/components/OperationParameters.vue.js +28 -24
  104. package/dist/features/Operation/components/OperationResponses.vue.d.ts +2 -2
  105. package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -1
  106. package/dist/features/Operation/components/ParameterHeaders.vue.d.ts +2 -2
  107. package/dist/features/Operation/components/ParameterHeaders.vue.d.ts.map +1 -1
  108. package/dist/features/Operation/components/ParameterHeaders.vue.js +2 -2
  109. package/dist/features/Operation/components/ParameterList.vue.d.ts +2 -2
  110. package/dist/features/Operation/components/ParameterList.vue.d.ts.map +1 -1
  111. package/dist/features/Operation/components/ParameterList.vue.js +2 -2
  112. package/dist/features/Operation/components/ParameterListItem.vue.d.ts +2 -2
  113. package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
  114. package/dist/features/Operation/components/ParameterListItem.vue.js +3 -3
  115. package/dist/features/Operation/components/ParameterListItem.vue2.js +6 -6
  116. package/dist/features/Operation/components/RequestBody.vue.d.ts +7 -3
  117. package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
  118. package/dist/features/Operation/components/RequestBody.vue.js +2 -2
  119. package/dist/features/Operation/components/RequestBody.vue2.js +41 -36
  120. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +7 -3
  121. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
  122. package/dist/features/Operation/layouts/ClassicLayout.vue.js +2 -2
  123. package/dist/features/Operation/layouts/ClassicLayout.vue2.js +84 -79
  124. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +5 -1
  125. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
  126. package/dist/features/Operation/layouts/ModernLayout.vue.js +2 -2
  127. package/dist/features/Operation/layouts/ModernLayout.vue2.js +66 -57
  128. package/dist/features/Operation/types/schemas.d.ts +2 -2
  129. package/dist/features/Operation/types/schemas.d.ts.map +1 -1
  130. package/dist/features/Search/SearchButton.vue.js +2 -2
  131. package/dist/helpers/local-storage.d.ts +8 -0
  132. package/dist/helpers/local-storage.d.ts.map +1 -0
  133. package/dist/helpers/local-storage.js +6 -0
  134. package/dist/helpers/measure.d.ts +21 -0
  135. package/dist/helpers/measure.d.ts.map +1 -0
  136. package/dist/helpers/measure.js +7 -0
  137. package/dist/helpers/parse.d.ts +3 -5
  138. package/dist/helpers/parse.d.ts.map +1 -1
  139. package/dist/helpers/parse.js +64 -86
  140. package/dist/helpers/scroll-to-id.d.ts.map +1 -1
  141. package/dist/helpers/scroll-to-id.js +18 -4
  142. package/dist/hooks/useDiscriminator.d.ts +53 -0
  143. package/dist/hooks/useDiscriminator.d.ts.map +1 -0
  144. package/dist/hooks/useDiscriminator.js +149 -0
  145. package/dist/hooks/useOperationDiscriminator.d.ts +8 -0
  146. package/dist/hooks/useOperationDiscriminator.d.ts.map +1 -0
  147. package/dist/hooks/useOperationDiscriminator.js +57 -0
  148. package/dist/index.d.ts +0 -1
  149. package/dist/index.d.ts.map +1 -1
  150. package/dist/index.js +33 -35
  151. package/dist/libs/openapi.d.ts +3 -3
  152. package/dist/libs/openapi.d.ts.map +1 -1
  153. package/dist/libs/openapi.js +35 -42
  154. package/dist/standalone/lib/html-api.d.ts.map +1 -1
  155. package/dist/standalone/lib/html-api.js +15 -15
  156. package/dist/stores/useHttpClientStore.d.ts.map +1 -1
  157. package/dist/stores/useHttpClientStore.js +19 -18
  158. package/dist/style.css +1 -1
  159. package/dist/types.d.ts +27 -3
  160. package/dist/types.d.ts.map +1 -1
  161. package/package.json +15 -16
  162. package/dist/components/Content/Schema/helpers/schema-discriminator.d.ts +0 -12
  163. package/dist/components/Content/Schema/helpers/schema-discriminator.d.ts.map +0 -1
  164. package/dist/components/Content/Schema/helpers/schema-discriminator.js +0 -45
  165. package/dist/hooks/useReactiveSpec.d.ts +0 -448
  166. package/dist/hooks/useReactiveSpec.d.ts.map +0 -1
  167. 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").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
11
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
12
- value?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
20
- }> & Readonly<{}>, {
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").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
44
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
45
- value?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
53
- }> & Readonly<{}>, {
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").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
86
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
87
- value?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
95
- }> & Readonly<{}>, {
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").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
120
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
121
- value?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
129
- }> & Readonly<{}>, {
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").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
153
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
154
- value?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
162
- }> & Readonly<{}>, {
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").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
191
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
192
- value?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
200
- }> & Readonly<{}>, {
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").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
254
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
255
- value?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
263
- }> & Readonly<{}>, {
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").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
331
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
332
- value?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
340
- }> & Readonly<{}>, {
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").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
410
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
411
- value?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
419
- }> & Readonly<{}>, {
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").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
465
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
466
- value?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
474
- }> & Readonly<{}>, {
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").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
523
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
524
- value?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
532
- }> & Readonly<{}>, {
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").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
634
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
635
- value?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
643
- }> & Readonly<{}>, {
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").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
710
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
711
- value?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
719
- }> & Readonly<{}>, {
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").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
782
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
783
- value?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | import("@scalar/openapi-types").OpenAPIV3.SchemaObject | import("@scalar/openapi-types").OpenAPIV3.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3.NonArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.ArraySchemaObject | import("@scalar/openapi-types").OpenAPIV3_1.NonArraySchemaObject;
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
- schemas?: import("@scalar/openapi-types").OpenAPIV2.DefinitionsObject | Record<string, import("@scalar/openapi-types").OpenAPIV3.SchemaObject> | Record<string, import("@scalar/openapi-types").OpenAPIV3_1.SchemaObject> | unknown;
791
- }> & Readonly<{}>, {
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;