@scalar/api-reference 1.34.1 → 1.34.4

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 (113) hide show
  1. package/CHANGELOG.md +99 -0
  2. package/README.md +1 -1
  3. package/dist/browser/standalone.js +13121 -12730
  4. package/dist/browser/webpack-stats.json +1 -1
  5. package/dist/components/Badge/Badge.vue.d.ts +4 -1
  6. package/dist/components/Badge/Badge.vue.d.ts.map +1 -1
  7. package/dist/components/Badge/Badge.vue.js +5 -11
  8. package/dist/components/Badge/Badge.vue2.js +22 -2
  9. package/dist/components/Badge/Badge.vue3.js +4 -0
  10. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts +1 -1
  11. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts.map +1 -1
  12. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +1 -1
  13. package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
  14. package/dist/components/Content/Models/Models.vue.js +30 -31
  15. package/dist/components/Content/Models/ModernLayout.vue.d.ts +2 -0
  16. package/dist/components/Content/Models/ModernLayout.vue.d.ts.map +1 -1
  17. package/dist/components/Content/Models/ModernLayout.vue.js +2 -2
  18. package/dist/components/Content/Models/ModernLayout.vue2.js +39 -37
  19. package/dist/components/Content/Operations/TraversedEntry.vue.js +12 -12
  20. package/dist/components/Content/Tags/TagSection.vue.js +6 -6
  21. package/dist/components/GettingStarted.vue.js +3 -3
  22. package/dist/components/GettingStarted.vue2.js +21 -21
  23. package/dist/components/MobileHeader.vue.d.ts.map +1 -1
  24. package/dist/components/MobileHeader.vue.js +3 -3
  25. package/dist/components/Section/CompactSection.vue.d.ts +2 -0
  26. package/dist/components/Section/CompactSection.vue.d.ts.map +1 -1
  27. package/dist/components/Section/CompactSection.vue.js +1 -1
  28. package/dist/components/Section/CompactSection.vue2.js +30 -29
  29. package/dist/features/Operation/Operation.vue.d.ts +2 -1
  30. package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
  31. package/dist/features/Operation/Operation.vue.js +53 -52
  32. package/dist/features/Operation/components/callbacks/Callback.vue.d.ts +1 -2
  33. package/dist/features/Operation/components/callbacks/Callback.vue.d.ts.map +1 -1
  34. package/dist/features/Operation/components/callbacks/Callback.vue.js +3 -3
  35. package/dist/features/Operation/components/callbacks/Callback.vue3.js +2 -2
  36. package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts.map +1 -1
  37. package/dist/features/Operation/components/callbacks/Callbacks.vue.js +16 -16
  38. package/dist/features/Operation/helpers/combine-params.d.ts +5 -0
  39. package/dist/features/Operation/helpers/combine-params.d.ts.map +1 -0
  40. package/dist/features/Operation/helpers/combine-params.js +13 -0
  41. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +3 -4
  42. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
  43. package/dist/features/Operation/layouts/ClassicLayout.vue.js +2 -2
  44. package/dist/features/Operation/layouts/ClassicLayout.vue2.js +59 -50
  45. package/dist/features/Operation/layouts/ClassicLayout.vue3.js +2 -2
  46. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +3 -4
  47. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
  48. package/dist/features/Operation/layouts/ModernLayout.vue.js +2 -2
  49. package/dist/features/Operation/layouts/ModernLayout.vue2.js +94 -78
  50. package/dist/features/Search/helpers/create-fuse-instance.d.ts.map +1 -1
  51. package/dist/features/Search/helpers/create-fuse-instance.js +0 -3
  52. package/dist/features/api-client-modal/ApiClientModal.vue.d.ts.map +1 -1
  53. package/dist/features/api-client-modal/ApiClientModal.vue.js +51 -48
  54. package/dist/features/api-client-modal/useApiClient.d.ts +100 -100
  55. package/dist/features/api-client-modal/useApiClient.d.ts.map +1 -1
  56. package/dist/features/document-source/hooks/useDocumentFetcher.d.ts.map +1 -1
  57. package/dist/features/document-source/hooks/useDocumentFetcher.js +16 -18
  58. package/dist/features/document-source/hooks/useDocumentSource.d.ts.map +1 -1
  59. package/dist/features/document-source/hooks/useDocumentSource.js +30 -33
  60. package/dist/features/example-responses/ExampleResponse.vue.d.ts +1 -1
  61. package/dist/features/example-responses/ExampleResponse.vue.d.ts.map +1 -1
  62. package/dist/features/example-responses/ExampleResponse.vue.js +2 -2
  63. package/dist/features/example-responses/ExampleResponse.vue2.js +15 -13
  64. package/dist/features/example-responses/ExampleResponses.vue.d.ts +2 -3
  65. package/dist/features/example-responses/ExampleResponses.vue.d.ts.map +1 -1
  66. package/dist/features/example-responses/ExampleResponses.vue.js +2 -2
  67. package/dist/features/example-responses/ExampleResponses.vue2.js +73 -69
  68. package/dist/features/example-responses/helpers/get-resolved-ref-deep.d.ts +26 -0
  69. package/dist/features/example-responses/helpers/get-resolved-ref-deep.d.ts.map +1 -0
  70. package/dist/features/example-responses/helpers/get-resolved-ref-deep.js +29 -0
  71. package/dist/features/sidebar/components/SidebarElement.vue.d.ts.map +1 -1
  72. package/dist/features/sidebar/components/SidebarElement.vue.js +1 -1
  73. package/dist/features/sidebar/components/SidebarElement.vue2.js +6 -6
  74. package/dist/features/sidebar/helpers/create-sidebar.d.ts.map +1 -1
  75. package/dist/features/sidebar/helpers/create-sidebar.js +13 -14
  76. package/dist/features/traverse-schema/helpers/traverse-paths.d.ts +1 -2
  77. package/dist/features/traverse-schema/helpers/traverse-paths.d.ts.map +1 -1
  78. package/dist/features/traverse-schema/helpers/traverse-schemas.d.ts.map +1 -1
  79. package/dist/features/traverse-schema/helpers/traverse-tags.d.ts.map +1 -1
  80. package/dist/features/traverse-schema/helpers/traverse-webhooks.d.ts.map +1 -1
  81. package/dist/features/traverse-schema/types.d.ts +11 -12
  82. package/dist/features/traverse-schema/types.d.ts.map +1 -1
  83. package/dist/features/x-badges/XBadges.vue.d.ts +8 -0
  84. package/dist/features/x-badges/XBadges.vue.d.ts.map +1 -0
  85. package/dist/features/x-badges/XBadges.vue.js +26 -0
  86. package/dist/features/x-badges/XBadges.vue2.js +4 -0
  87. package/dist/features/x-badges/index.d.ts +2 -0
  88. package/dist/features/x-badges/index.d.ts.map +1 -0
  89. package/dist/helpers/test-utils.d.ts +1 -1
  90. package/dist/helpers/test-utils.d.ts.map +1 -1
  91. package/dist/hooks/useNavState.d.ts +1 -2
  92. package/dist/hooks/useNavState.d.ts.map +1 -1
  93. package/dist/index.js +1 -1
  94. package/dist/libs/openapi.d.ts +4 -14
  95. package/dist/libs/openapi.d.ts.map +1 -1
  96. package/dist/libs/openapi.js +55 -36
  97. package/dist/style.css +1 -1
  98. package/dist/v2/ApiReferenceWorkspace.vue.d.ts.map +1 -1
  99. package/dist/v2/ApiReferenceWorkspace.vue.js +64 -64
  100. package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts +1 -2
  101. package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts.map +1 -1
  102. package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.js +2 -2
  103. package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue2.js +97 -100
  104. package/dist/v2/blocks/scalar-request-example-block/helpers/generate-code-snippet.d.ts +1 -2
  105. package/dist/v2/blocks/scalar-request-example-block/helpers/generate-code-snippet.d.ts.map +1 -1
  106. package/dist/v2/blocks/scalar-request-example-block/helpers/generate-code-snippet.js +17 -20
  107. package/dist/v2/blocks/scalar-request-example-block/helpers/get-secrets.d.ts.map +1 -1
  108. package/dist/v2/helpers/map-configuration.d.ts +66 -0
  109. package/dist/v2/helpers/map-configuration.d.ts.map +1 -0
  110. package/dist/v2/helpers/map-configuration.js +53 -0
  111. package/dist/vitest.setup.d.ts +2 -0
  112. package/dist/vitest.setup.d.ts.map +1 -0
  113. package/package.json +24 -20
@@ -426,8 +426,8 @@ declare const client: import("vue").Ref<{
426
426
  enum?: string[] | undefined;
427
427
  examples?: any[] | undefined;
428
428
  format?: string | undefined;
429
- file?: any;
430
429
  nullable?: boolean | undefined;
430
+ file?: any;
431
431
  }[];
432
432
  headers: {
433
433
  value: string;
@@ -442,8 +442,8 @@ declare const client: import("vue").Ref<{
442
442
  enum?: string[] | undefined;
443
443
  examples?: any[] | undefined;
444
444
  format?: string | undefined;
445
- file?: any;
446
445
  nullable?: boolean | undefined;
446
+ file?: any;
447
447
  }[];
448
448
  query: {
449
449
  value: string;
@@ -458,8 +458,8 @@ declare const client: import("vue").Ref<{
458
458
  enum?: string[] | undefined;
459
459
  examples?: any[] | undefined;
460
460
  format?: string | undefined;
461
- file?: any;
462
461
  nullable?: boolean | undefined;
462
+ file?: any;
463
463
  }[];
464
464
  cookies: {
465
465
  value: string;
@@ -474,8 +474,8 @@ declare const client: import("vue").Ref<{
474
474
  enum?: string[] | undefined;
475
475
  examples?: any[] | undefined;
476
476
  format?: string | undefined;
477
- file?: any;
478
477
  nullable?: boolean | undefined;
478
+ file?: any;
479
479
  }[];
480
480
  };
481
481
  body: {
@@ -495,8 +495,8 @@ declare const client: import("vue").Ref<{
495
495
  enum?: string[] | undefined;
496
496
  examples?: any[] | undefined;
497
497
  format?: string | undefined;
498
- file?: any;
499
498
  nullable?: boolean | undefined;
499
+ file?: any;
500
500
  }[];
501
501
  encoding: "form-data" | "urlencoded";
502
502
  } | undefined;
@@ -1879,8 +1879,8 @@ declare const client: import("vue").Ref<{
1879
1879
  enum?: string[] | undefined;
1880
1880
  examples?: any[] | undefined;
1881
1881
  format?: string | undefined;
1882
- file?: any;
1883
1882
  nullable?: boolean | undefined;
1883
+ file?: any;
1884
1884
  }[];
1885
1885
  headers: {
1886
1886
  value: string;
@@ -1895,8 +1895,8 @@ declare const client: import("vue").Ref<{
1895
1895
  enum?: string[] | undefined;
1896
1896
  examples?: any[] | undefined;
1897
1897
  format?: string | undefined;
1898
- file?: any;
1899
1898
  nullable?: boolean | undefined;
1899
+ file?: any;
1900
1900
  }[];
1901
1901
  query: {
1902
1902
  value: string;
@@ -1911,8 +1911,8 @@ declare const client: import("vue").Ref<{
1911
1911
  enum?: string[] | undefined;
1912
1912
  examples?: any[] | undefined;
1913
1913
  format?: string | undefined;
1914
- file?: any;
1915
1914
  nullable?: boolean | undefined;
1915
+ file?: any;
1916
1916
  }[];
1917
1917
  cookies: {
1918
1918
  value: string;
@@ -1927,8 +1927,8 @@ declare const client: import("vue").Ref<{
1927
1927
  enum?: string[] | undefined;
1928
1928
  examples?: any[] | undefined;
1929
1929
  format?: string | undefined;
1930
- file?: any;
1931
1930
  nullable?: boolean | undefined;
1931
+ file?: any;
1932
1932
  }[];
1933
1933
  };
1934
1934
  body: {
@@ -1948,8 +1948,8 @@ declare const client: import("vue").Ref<{
1948
1948
  enum?: string[] | undefined;
1949
1949
  examples?: any[] | undefined;
1950
1950
  format?: string | undefined;
1951
- file?: any;
1952
1951
  nullable?: boolean | undefined;
1952
+ file?: any;
1953
1953
  }[];
1954
1954
  encoding: "form-data" | "urlencoded";
1955
1955
  } | undefined;
@@ -1980,8 +1980,8 @@ declare const client: import("vue").Ref<{
1980
1980
  enum?: string[] | undefined;
1981
1981
  examples?: any[] | undefined;
1982
1982
  format?: string | undefined;
1983
- file?: any;
1984
1983
  nullable?: boolean | undefined;
1984
+ file?: any;
1985
1985
  }[];
1986
1986
  headers: {
1987
1987
  value: string;
@@ -1996,8 +1996,8 @@ declare const client: import("vue").Ref<{
1996
1996
  enum?: string[] | undefined;
1997
1997
  examples?: any[] | undefined;
1998
1998
  format?: string | undefined;
1999
- file?: any;
2000
1999
  nullable?: boolean | undefined;
2000
+ file?: any;
2001
2001
  }[];
2002
2002
  query: {
2003
2003
  value: string;
@@ -2012,8 +2012,8 @@ declare const client: import("vue").Ref<{
2012
2012
  enum?: string[] | undefined;
2013
2013
  examples?: any[] | undefined;
2014
2014
  format?: string | undefined;
2015
- file?: any;
2016
2015
  nullable?: boolean | undefined;
2016
+ file?: any;
2017
2017
  }[];
2018
2018
  cookies: {
2019
2019
  value: string;
@@ -2028,8 +2028,8 @@ declare const client: import("vue").Ref<{
2028
2028
  enum?: string[] | undefined;
2029
2029
  examples?: any[] | undefined;
2030
2030
  format?: string | undefined;
2031
- file?: any;
2032
2031
  nullable?: boolean | undefined;
2032
+ file?: any;
2033
2033
  }[];
2034
2034
  };
2035
2035
  body: {
@@ -2049,8 +2049,8 @@ declare const client: import("vue").Ref<{
2049
2049
  enum?: string[] | undefined;
2050
2050
  examples?: any[] | undefined;
2051
2051
  format?: string | undefined;
2052
- file?: any;
2053
2052
  nullable?: boolean | undefined;
2053
+ file?: any;
2054
2054
  }[];
2055
2055
  encoding: "form-data" | "urlencoded";
2056
2056
  } | undefined;
@@ -2082,8 +2082,8 @@ declare const client: import("vue").Ref<{
2082
2082
  enum?: string[] | undefined;
2083
2083
  examples?: any[] | undefined;
2084
2084
  format?: string | undefined;
2085
- file?: any;
2086
2085
  nullable?: boolean | undefined;
2086
+ file?: any;
2087
2087
  }[];
2088
2088
  headers: {
2089
2089
  value: string;
@@ -2098,8 +2098,8 @@ declare const client: import("vue").Ref<{
2098
2098
  enum?: string[] | undefined;
2099
2099
  examples?: any[] | undefined;
2100
2100
  format?: string | undefined;
2101
- file?: any;
2102
2101
  nullable?: boolean | undefined;
2102
+ file?: any;
2103
2103
  }[];
2104
2104
  query: {
2105
2105
  value: string;
@@ -2114,8 +2114,8 @@ declare const client: import("vue").Ref<{
2114
2114
  enum?: string[] | undefined;
2115
2115
  examples?: any[] | undefined;
2116
2116
  format?: string | undefined;
2117
- file?: any;
2118
2117
  nullable?: boolean | undefined;
2118
+ file?: any;
2119
2119
  }[];
2120
2120
  cookies: {
2121
2121
  value: string;
@@ -2130,8 +2130,8 @@ declare const client: import("vue").Ref<{
2130
2130
  enum?: string[] | undefined;
2131
2131
  examples?: any[] | undefined;
2132
2132
  format?: string | undefined;
2133
- file?: any;
2134
2133
  nullable?: boolean | undefined;
2134
+ file?: any;
2135
2135
  }[];
2136
2136
  };
2137
2137
  body: {
@@ -2151,8 +2151,8 @@ declare const client: import("vue").Ref<{
2151
2151
  enum?: string[] | undefined;
2152
2152
  examples?: any[] | undefined;
2153
2153
  format?: string | undefined;
2154
- file?: any;
2155
2154
  nullable?: boolean | undefined;
2155
+ file?: any;
2156
2156
  }[];
2157
2157
  encoding: "form-data" | "urlencoded";
2158
2158
  } | undefined;
@@ -2183,8 +2183,8 @@ declare const client: import("vue").Ref<{
2183
2183
  enum?: string[] | undefined;
2184
2184
  examples?: any[] | undefined;
2185
2185
  format?: string | undefined;
2186
- file?: any;
2187
2186
  nullable?: boolean | undefined;
2187
+ file?: any;
2188
2188
  }[];
2189
2189
  headers: {
2190
2190
  value: string;
@@ -2199,8 +2199,8 @@ declare const client: import("vue").Ref<{
2199
2199
  enum?: string[] | undefined;
2200
2200
  examples?: any[] | undefined;
2201
2201
  format?: string | undefined;
2202
- file?: any;
2203
2202
  nullable?: boolean | undefined;
2203
+ file?: any;
2204
2204
  }[];
2205
2205
  query: {
2206
2206
  value: string;
@@ -2215,8 +2215,8 @@ declare const client: import("vue").Ref<{
2215
2215
  enum?: string[] | undefined;
2216
2216
  examples?: any[] | undefined;
2217
2217
  format?: string | undefined;
2218
- file?: any;
2219
2218
  nullable?: boolean | undefined;
2219
+ file?: any;
2220
2220
  }[];
2221
2221
  cookies: {
2222
2222
  value: string;
@@ -2231,8 +2231,8 @@ declare const client: import("vue").Ref<{
2231
2231
  enum?: string[] | undefined;
2232
2232
  examples?: any[] | undefined;
2233
2233
  format?: string | undefined;
2234
- file?: any;
2235
2234
  nullable?: boolean | undefined;
2235
+ file?: any;
2236
2236
  }[];
2237
2237
  };
2238
2238
  body: {
@@ -2252,8 +2252,8 @@ declare const client: import("vue").Ref<{
2252
2252
  enum?: string[] | undefined;
2253
2253
  examples?: any[] | undefined;
2254
2254
  format?: string | undefined;
2255
- file?: any;
2256
2255
  nullable?: boolean | undefined;
2256
+ file?: any;
2257
2257
  }[];
2258
2258
  encoding: "form-data" | "urlencoded";
2259
2259
  } | undefined;
@@ -2283,8 +2283,8 @@ declare const client: import("vue").Ref<{
2283
2283
  enum?: string[] | undefined;
2284
2284
  examples?: any[] | undefined;
2285
2285
  format?: string | undefined;
2286
- file?: any;
2287
2286
  nullable?: boolean | undefined;
2287
+ file?: any;
2288
2288
  }[];
2289
2289
  headers: {
2290
2290
  value: string;
@@ -2299,8 +2299,8 @@ declare const client: import("vue").Ref<{
2299
2299
  enum?: string[] | undefined;
2300
2300
  examples?: any[] | undefined;
2301
2301
  format?: string | undefined;
2302
- file?: any;
2303
2302
  nullable?: boolean | undefined;
2303
+ file?: any;
2304
2304
  }[];
2305
2305
  query: {
2306
2306
  value: string;
@@ -2315,8 +2315,8 @@ declare const client: import("vue").Ref<{
2315
2315
  enum?: string[] | undefined;
2316
2316
  examples?: any[] | undefined;
2317
2317
  format?: string | undefined;
2318
- file?: any;
2319
2318
  nullable?: boolean | undefined;
2319
+ file?: any;
2320
2320
  }[];
2321
2321
  cookies: {
2322
2322
  value: string;
@@ -2331,8 +2331,8 @@ declare const client: import("vue").Ref<{
2331
2331
  enum?: string[] | undefined;
2332
2332
  examples?: any[] | undefined;
2333
2333
  format?: string | undefined;
2334
- file?: any;
2335
2334
  nullable?: boolean | undefined;
2335
+ file?: any;
2336
2336
  }[];
2337
2337
  };
2338
2338
  body: {
@@ -2352,8 +2352,8 @@ declare const client: import("vue").Ref<{
2352
2352
  enum?: string[] | undefined;
2353
2353
  examples?: any[] | undefined;
2354
2354
  format?: string | undefined;
2355
- file?: any;
2356
2355
  nullable?: boolean | undefined;
2356
+ file?: any;
2357
2357
  }[];
2358
2358
  encoding: "form-data" | "urlencoded";
2359
2359
  } | undefined;
@@ -2383,8 +2383,8 @@ declare const client: import("vue").Ref<{
2383
2383
  enum?: string[] | undefined;
2384
2384
  examples?: any[] | undefined;
2385
2385
  format?: string | undefined;
2386
- file?: any;
2387
2386
  nullable?: boolean | undefined;
2387
+ file?: any;
2388
2388
  }[];
2389
2389
  headers: {
2390
2390
  value: string;
@@ -2399,8 +2399,8 @@ declare const client: import("vue").Ref<{
2399
2399
  enum?: string[] | undefined;
2400
2400
  examples?: any[] | undefined;
2401
2401
  format?: string | undefined;
2402
- file?: any;
2403
2402
  nullable?: boolean | undefined;
2403
+ file?: any;
2404
2404
  }[];
2405
2405
  query: {
2406
2406
  value: string;
@@ -2415,8 +2415,8 @@ declare const client: import("vue").Ref<{
2415
2415
  enum?: string[] | undefined;
2416
2416
  examples?: any[] | undefined;
2417
2417
  format?: string | undefined;
2418
- file?: any;
2419
2418
  nullable?: boolean | undefined;
2419
+ file?: any;
2420
2420
  }[];
2421
2421
  cookies: {
2422
2422
  value: string;
@@ -2431,8 +2431,8 @@ declare const client: import("vue").Ref<{
2431
2431
  enum?: string[] | undefined;
2432
2432
  examples?: any[] | undefined;
2433
2433
  format?: string | undefined;
2434
- file?: any;
2435
2434
  nullable?: boolean | undefined;
2435
+ file?: any;
2436
2436
  }[];
2437
2437
  };
2438
2438
  body: {
@@ -2452,8 +2452,8 @@ declare const client: import("vue").Ref<{
2452
2452
  enum?: string[] | undefined;
2453
2453
  examples?: any[] | undefined;
2454
2454
  format?: string | undefined;
2455
- file?: any;
2456
2455
  nullable?: boolean | undefined;
2456
+ file?: any;
2457
2457
  }[];
2458
2458
  encoding: "form-data" | "urlencoded";
2459
2459
  } | undefined;
@@ -2484,8 +2484,8 @@ declare const client: import("vue").Ref<{
2484
2484
  enum?: string[] | undefined;
2485
2485
  examples?: any[] | undefined;
2486
2486
  format?: string | undefined;
2487
- file?: any;
2488
2487
  nullable?: boolean | undefined;
2488
+ file?: any;
2489
2489
  }[];
2490
2490
  headers: {
2491
2491
  value: string;
@@ -2500,8 +2500,8 @@ declare const client: import("vue").Ref<{
2500
2500
  enum?: string[] | undefined;
2501
2501
  examples?: any[] | undefined;
2502
2502
  format?: string | undefined;
2503
- file?: any;
2504
2503
  nullable?: boolean | undefined;
2504
+ file?: any;
2505
2505
  }[];
2506
2506
  query: {
2507
2507
  value: string;
@@ -2516,8 +2516,8 @@ declare const client: import("vue").Ref<{
2516
2516
  enum?: string[] | undefined;
2517
2517
  examples?: any[] | undefined;
2518
2518
  format?: string | undefined;
2519
- file?: any;
2520
2519
  nullable?: boolean | undefined;
2520
+ file?: any;
2521
2521
  }[];
2522
2522
  cookies: {
2523
2523
  value: string;
@@ -2532,8 +2532,8 @@ declare const client: import("vue").Ref<{
2532
2532
  enum?: string[] | undefined;
2533
2533
  examples?: any[] | undefined;
2534
2534
  format?: string | undefined;
2535
- file?: any;
2536
2535
  nullable?: boolean | undefined;
2536
+ file?: any;
2537
2537
  }[];
2538
2538
  };
2539
2539
  body: {
@@ -2553,8 +2553,8 @@ declare const client: import("vue").Ref<{
2553
2553
  enum?: string[] | undefined;
2554
2554
  examples?: any[] | undefined;
2555
2555
  format?: string | undefined;
2556
- file?: any;
2557
2556
  nullable?: boolean | undefined;
2557
+ file?: any;
2558
2558
  }[];
2559
2559
  encoding: "form-data" | "urlencoded";
2560
2560
  } | undefined;
@@ -2584,8 +2584,8 @@ declare const client: import("vue").Ref<{
2584
2584
  enum?: string[] | undefined;
2585
2585
  examples?: any[] | undefined;
2586
2586
  format?: string | undefined;
2587
- file?: any;
2588
2587
  nullable?: boolean | undefined;
2588
+ file?: any;
2589
2589
  }[];
2590
2590
  headers: {
2591
2591
  value: string;
@@ -2600,8 +2600,8 @@ declare const client: import("vue").Ref<{
2600
2600
  enum?: string[] | undefined;
2601
2601
  examples?: any[] | undefined;
2602
2602
  format?: string | undefined;
2603
- file?: any;
2604
2603
  nullable?: boolean | undefined;
2604
+ file?: any;
2605
2605
  }[];
2606
2606
  query: {
2607
2607
  value: string;
@@ -2616,8 +2616,8 @@ declare const client: import("vue").Ref<{
2616
2616
  enum?: string[] | undefined;
2617
2617
  examples?: any[] | undefined;
2618
2618
  format?: string | undefined;
2619
- file?: any;
2620
2619
  nullable?: boolean | undefined;
2620
+ file?: any;
2621
2621
  }[];
2622
2622
  cookies: {
2623
2623
  value: string;
@@ -2632,8 +2632,8 @@ declare const client: import("vue").Ref<{
2632
2632
  enum?: string[] | undefined;
2633
2633
  examples?: any[] | undefined;
2634
2634
  format?: string | undefined;
2635
- file?: any;
2636
2635
  nullable?: boolean | undefined;
2636
+ file?: any;
2637
2637
  }[];
2638
2638
  };
2639
2639
  body: {
@@ -2653,8 +2653,8 @@ declare const client: import("vue").Ref<{
2653
2653
  enum?: string[] | undefined;
2654
2654
  examples?: any[] | undefined;
2655
2655
  format?: string | undefined;
2656
- file?: any;
2657
2656
  nullable?: boolean | undefined;
2657
+ file?: any;
2658
2658
  }[];
2659
2659
  encoding: "form-data" | "urlencoded";
2660
2660
  } | undefined;
@@ -2684,8 +2684,8 @@ declare const client: import("vue").Ref<{
2684
2684
  enum?: string[] | undefined;
2685
2685
  examples?: any[] | undefined;
2686
2686
  format?: string | undefined;
2687
- file?: any;
2688
2687
  nullable?: boolean | undefined;
2688
+ file?: any;
2689
2689
  }[];
2690
2690
  headers: {
2691
2691
  value: string;
@@ -2700,8 +2700,8 @@ declare const client: import("vue").Ref<{
2700
2700
  enum?: string[] | undefined;
2701
2701
  examples?: any[] | undefined;
2702
2702
  format?: string | undefined;
2703
- file?: any;
2704
2703
  nullable?: boolean | undefined;
2704
+ file?: any;
2705
2705
  }[];
2706
2706
  query: {
2707
2707
  value: string;
@@ -2716,8 +2716,8 @@ declare const client: import("vue").Ref<{
2716
2716
  enum?: string[] | undefined;
2717
2717
  examples?: any[] | undefined;
2718
2718
  format?: string | undefined;
2719
- file?: any;
2720
2719
  nullable?: boolean | undefined;
2720
+ file?: any;
2721
2721
  }[];
2722
2722
  cookies: {
2723
2723
  value: string;
@@ -2732,8 +2732,8 @@ declare const client: import("vue").Ref<{
2732
2732
  enum?: string[] | undefined;
2733
2733
  examples?: any[] | undefined;
2734
2734
  format?: string | undefined;
2735
- file?: any;
2736
2735
  nullable?: boolean | undefined;
2736
+ file?: any;
2737
2737
  }[];
2738
2738
  };
2739
2739
  body: {
@@ -2753,8 +2753,8 @@ declare const client: import("vue").Ref<{
2753
2753
  enum?: string[] | undefined;
2754
2754
  examples?: any[] | undefined;
2755
2755
  format?: string | undefined;
2756
- file?: any;
2757
2756
  nullable?: boolean | undefined;
2757
+ file?: any;
2758
2758
  }[];
2759
2759
  encoding: "form-data" | "urlencoded";
2760
2760
  } | undefined;
@@ -4384,8 +4384,8 @@ declare const client: import("vue").Ref<{
4384
4384
  enum?: string[] | undefined;
4385
4385
  examples?: any[] | undefined;
4386
4386
  format?: string | undefined;
4387
- file?: any;
4388
4387
  nullable?: boolean | undefined;
4388
+ file?: any;
4389
4389
  }[];
4390
4390
  headers: {
4391
4391
  value: string;
@@ -4400,8 +4400,8 @@ declare const client: import("vue").Ref<{
4400
4400
  enum?: string[] | undefined;
4401
4401
  examples?: any[] | undefined;
4402
4402
  format?: string | undefined;
4403
- file?: any;
4404
4403
  nullable?: boolean | undefined;
4404
+ file?: any;
4405
4405
  }[];
4406
4406
  query: {
4407
4407
  value: string;
@@ -4416,8 +4416,8 @@ declare const client: import("vue").Ref<{
4416
4416
  enum?: string[] | undefined;
4417
4417
  examples?: any[] | undefined;
4418
4418
  format?: string | undefined;
4419
- file?: any;
4420
4419
  nullable?: boolean | undefined;
4420
+ file?: any;
4421
4421
  }[];
4422
4422
  cookies: {
4423
4423
  value: string;
@@ -4432,8 +4432,8 @@ declare const client: import("vue").Ref<{
4432
4432
  enum?: string[] | undefined;
4433
4433
  examples?: any[] | undefined;
4434
4434
  format?: string | undefined;
4435
- file?: any;
4436
4435
  nullable?: boolean | undefined;
4436
+ file?: any;
4437
4437
  }[];
4438
4438
  };
4439
4439
  body: {
@@ -4453,8 +4453,8 @@ declare const client: import("vue").Ref<{
4453
4453
  enum?: string[] | undefined;
4454
4454
  examples?: any[] | undefined;
4455
4455
  format?: string | undefined;
4456
- file?: any;
4457
4456
  nullable?: boolean | undefined;
4457
+ file?: any;
4458
4458
  }[];
4459
4459
  encoding: "form-data" | "urlencoded";
4460
4460
  } | undefined;
@@ -5837,8 +5837,8 @@ declare const client: import("vue").Ref<{
5837
5837
  enum?: string[] | undefined;
5838
5838
  examples?: any[] | undefined;
5839
5839
  format?: string | undefined;
5840
- file?: any;
5841
5840
  nullable?: boolean | undefined;
5841
+ file?: any;
5842
5842
  }[];
5843
5843
  headers: {
5844
5844
  value: string;
@@ -5853,8 +5853,8 @@ declare const client: import("vue").Ref<{
5853
5853
  enum?: string[] | undefined;
5854
5854
  examples?: any[] | undefined;
5855
5855
  format?: string | undefined;
5856
- file?: any;
5857
5856
  nullable?: boolean | undefined;
5857
+ file?: any;
5858
5858
  }[];
5859
5859
  query: {
5860
5860
  value: string;
@@ -5869,8 +5869,8 @@ declare const client: import("vue").Ref<{
5869
5869
  enum?: string[] | undefined;
5870
5870
  examples?: any[] | undefined;
5871
5871
  format?: string | undefined;
5872
- file?: any;
5873
5872
  nullable?: boolean | undefined;
5873
+ file?: any;
5874
5874
  }[];
5875
5875
  cookies: {
5876
5876
  value: string;
@@ -5885,8 +5885,8 @@ declare const client: import("vue").Ref<{
5885
5885
  enum?: string[] | undefined;
5886
5886
  examples?: any[] | undefined;
5887
5887
  format?: string | undefined;
5888
- file?: any;
5889
5888
  nullable?: boolean | undefined;
5889
+ file?: any;
5890
5890
  }[];
5891
5891
  };
5892
5892
  body: {
@@ -5906,8 +5906,8 @@ declare const client: import("vue").Ref<{
5906
5906
  enum?: string[] | undefined;
5907
5907
  examples?: any[] | undefined;
5908
5908
  format?: string | undefined;
5909
- file?: any;
5910
5909
  nullable?: boolean | undefined;
5910
+ file?: any;
5911
5911
  }[];
5912
5912
  encoding: "form-data" | "urlencoded";
5913
5913
  } | undefined;
@@ -5938,8 +5938,8 @@ declare const client: import("vue").Ref<{
5938
5938
  enum?: string[] | undefined;
5939
5939
  examples?: any[] | undefined;
5940
5940
  format?: string | undefined;
5941
- file?: any;
5942
5941
  nullable?: boolean | undefined;
5942
+ file?: any;
5943
5943
  }[];
5944
5944
  headers: {
5945
5945
  value: string;
@@ -5954,8 +5954,8 @@ declare const client: import("vue").Ref<{
5954
5954
  enum?: string[] | undefined;
5955
5955
  examples?: any[] | undefined;
5956
5956
  format?: string | undefined;
5957
- file?: any;
5958
5957
  nullable?: boolean | undefined;
5958
+ file?: any;
5959
5959
  }[];
5960
5960
  query: {
5961
5961
  value: string;
@@ -5970,8 +5970,8 @@ declare const client: import("vue").Ref<{
5970
5970
  enum?: string[] | undefined;
5971
5971
  examples?: any[] | undefined;
5972
5972
  format?: string | undefined;
5973
- file?: any;
5974
5973
  nullable?: boolean | undefined;
5974
+ file?: any;
5975
5975
  }[];
5976
5976
  cookies: {
5977
5977
  value: string;
@@ -5986,8 +5986,8 @@ declare const client: import("vue").Ref<{
5986
5986
  enum?: string[] | undefined;
5987
5987
  examples?: any[] | undefined;
5988
5988
  format?: string | undefined;
5989
- file?: any;
5990
5989
  nullable?: boolean | undefined;
5990
+ file?: any;
5991
5991
  }[];
5992
5992
  };
5993
5993
  body: {
@@ -6007,8 +6007,8 @@ declare const client: import("vue").Ref<{
6007
6007
  enum?: string[] | undefined;
6008
6008
  examples?: any[] | undefined;
6009
6009
  format?: string | undefined;
6010
- file?: any;
6011
6010
  nullable?: boolean | undefined;
6011
+ file?: any;
6012
6012
  }[];
6013
6013
  encoding: "form-data" | "urlencoded";
6014
6014
  } | undefined;
@@ -6040,8 +6040,8 @@ declare const client: import("vue").Ref<{
6040
6040
  enum?: string[] | undefined;
6041
6041
  examples?: any[] | undefined;
6042
6042
  format?: string | undefined;
6043
- file?: any;
6044
6043
  nullable?: boolean | undefined;
6044
+ file?: any;
6045
6045
  }[];
6046
6046
  headers: {
6047
6047
  value: string;
@@ -6056,8 +6056,8 @@ declare const client: import("vue").Ref<{
6056
6056
  enum?: string[] | undefined;
6057
6057
  examples?: any[] | undefined;
6058
6058
  format?: string | undefined;
6059
- file?: any;
6060
6059
  nullable?: boolean | undefined;
6060
+ file?: any;
6061
6061
  }[];
6062
6062
  query: {
6063
6063
  value: string;
@@ -6072,8 +6072,8 @@ declare const client: import("vue").Ref<{
6072
6072
  enum?: string[] | undefined;
6073
6073
  examples?: any[] | undefined;
6074
6074
  format?: string | undefined;
6075
- file?: any;
6076
6075
  nullable?: boolean | undefined;
6076
+ file?: any;
6077
6077
  }[];
6078
6078
  cookies: {
6079
6079
  value: string;
@@ -6088,8 +6088,8 @@ declare const client: import("vue").Ref<{
6088
6088
  enum?: string[] | undefined;
6089
6089
  examples?: any[] | undefined;
6090
6090
  format?: string | undefined;
6091
- file?: any;
6092
6091
  nullable?: boolean | undefined;
6092
+ file?: any;
6093
6093
  }[];
6094
6094
  };
6095
6095
  body: {
@@ -6109,8 +6109,8 @@ declare const client: import("vue").Ref<{
6109
6109
  enum?: string[] | undefined;
6110
6110
  examples?: any[] | undefined;
6111
6111
  format?: string | undefined;
6112
- file?: any;
6113
6112
  nullable?: boolean | undefined;
6113
+ file?: any;
6114
6114
  }[];
6115
6115
  encoding: "form-data" | "urlencoded";
6116
6116
  } | undefined;
@@ -6141,8 +6141,8 @@ declare const client: import("vue").Ref<{
6141
6141
  enum?: string[] | undefined;
6142
6142
  examples?: any[] | undefined;
6143
6143
  format?: string | undefined;
6144
- file?: any;
6145
6144
  nullable?: boolean | undefined;
6145
+ file?: any;
6146
6146
  }[];
6147
6147
  headers: {
6148
6148
  value: string;
@@ -6157,8 +6157,8 @@ declare const client: import("vue").Ref<{
6157
6157
  enum?: string[] | undefined;
6158
6158
  examples?: any[] | undefined;
6159
6159
  format?: string | undefined;
6160
- file?: any;
6161
6160
  nullable?: boolean | undefined;
6161
+ file?: any;
6162
6162
  }[];
6163
6163
  query: {
6164
6164
  value: string;
@@ -6173,8 +6173,8 @@ declare const client: import("vue").Ref<{
6173
6173
  enum?: string[] | undefined;
6174
6174
  examples?: any[] | undefined;
6175
6175
  format?: string | undefined;
6176
- file?: any;
6177
6176
  nullable?: boolean | undefined;
6177
+ file?: any;
6178
6178
  }[];
6179
6179
  cookies: {
6180
6180
  value: string;
@@ -6189,8 +6189,8 @@ declare const client: import("vue").Ref<{
6189
6189
  enum?: string[] | undefined;
6190
6190
  examples?: any[] | undefined;
6191
6191
  format?: string | undefined;
6192
- file?: any;
6193
6192
  nullable?: boolean | undefined;
6193
+ file?: any;
6194
6194
  }[];
6195
6195
  };
6196
6196
  body: {
@@ -6210,8 +6210,8 @@ declare const client: import("vue").Ref<{
6210
6210
  enum?: string[] | undefined;
6211
6211
  examples?: any[] | undefined;
6212
6212
  format?: string | undefined;
6213
- file?: any;
6214
6213
  nullable?: boolean | undefined;
6214
+ file?: any;
6215
6215
  }[];
6216
6216
  encoding: "form-data" | "urlencoded";
6217
6217
  } | undefined;
@@ -6241,8 +6241,8 @@ declare const client: import("vue").Ref<{
6241
6241
  enum?: string[] | undefined;
6242
6242
  examples?: any[] | undefined;
6243
6243
  format?: string | undefined;
6244
- file?: any;
6245
6244
  nullable?: boolean | undefined;
6245
+ file?: any;
6246
6246
  }[];
6247
6247
  headers: {
6248
6248
  value: string;
@@ -6257,8 +6257,8 @@ declare const client: import("vue").Ref<{
6257
6257
  enum?: string[] | undefined;
6258
6258
  examples?: any[] | undefined;
6259
6259
  format?: string | undefined;
6260
- file?: any;
6261
6260
  nullable?: boolean | undefined;
6261
+ file?: any;
6262
6262
  }[];
6263
6263
  query: {
6264
6264
  value: string;
@@ -6273,8 +6273,8 @@ declare const client: import("vue").Ref<{
6273
6273
  enum?: string[] | undefined;
6274
6274
  examples?: any[] | undefined;
6275
6275
  format?: string | undefined;
6276
- file?: any;
6277
6276
  nullable?: boolean | undefined;
6277
+ file?: any;
6278
6278
  }[];
6279
6279
  cookies: {
6280
6280
  value: string;
@@ -6289,8 +6289,8 @@ declare const client: import("vue").Ref<{
6289
6289
  enum?: string[] | undefined;
6290
6290
  examples?: any[] | undefined;
6291
6291
  format?: string | undefined;
6292
- file?: any;
6293
6292
  nullable?: boolean | undefined;
6293
+ file?: any;
6294
6294
  }[];
6295
6295
  };
6296
6296
  body: {
@@ -6310,8 +6310,8 @@ declare const client: import("vue").Ref<{
6310
6310
  enum?: string[] | undefined;
6311
6311
  examples?: any[] | undefined;
6312
6312
  format?: string | undefined;
6313
- file?: any;
6314
6313
  nullable?: boolean | undefined;
6314
+ file?: any;
6315
6315
  }[];
6316
6316
  encoding: "form-data" | "urlencoded";
6317
6317
  } | undefined;
@@ -6341,8 +6341,8 @@ declare const client: import("vue").Ref<{
6341
6341
  enum?: string[] | undefined;
6342
6342
  examples?: any[] | undefined;
6343
6343
  format?: string | undefined;
6344
- file?: any;
6345
6344
  nullable?: boolean | undefined;
6345
+ file?: any;
6346
6346
  }[];
6347
6347
  headers: {
6348
6348
  value: string;
@@ -6357,8 +6357,8 @@ declare const client: import("vue").Ref<{
6357
6357
  enum?: string[] | undefined;
6358
6358
  examples?: any[] | undefined;
6359
6359
  format?: string | undefined;
6360
- file?: any;
6361
6360
  nullable?: boolean | undefined;
6361
+ file?: any;
6362
6362
  }[];
6363
6363
  query: {
6364
6364
  value: string;
@@ -6373,8 +6373,8 @@ declare const client: import("vue").Ref<{
6373
6373
  enum?: string[] | undefined;
6374
6374
  examples?: any[] | undefined;
6375
6375
  format?: string | undefined;
6376
- file?: any;
6377
6376
  nullable?: boolean | undefined;
6377
+ file?: any;
6378
6378
  }[];
6379
6379
  cookies: {
6380
6380
  value: string;
@@ -6389,8 +6389,8 @@ declare const client: import("vue").Ref<{
6389
6389
  enum?: string[] | undefined;
6390
6390
  examples?: any[] | undefined;
6391
6391
  format?: string | undefined;
6392
- file?: any;
6393
6392
  nullable?: boolean | undefined;
6393
+ file?: any;
6394
6394
  }[];
6395
6395
  };
6396
6396
  body: {
@@ -6410,8 +6410,8 @@ declare const client: import("vue").Ref<{
6410
6410
  enum?: string[] | undefined;
6411
6411
  examples?: any[] | undefined;
6412
6412
  format?: string | undefined;
6413
- file?: any;
6414
6413
  nullable?: boolean | undefined;
6414
+ file?: any;
6415
6415
  }[];
6416
6416
  encoding: "form-data" | "urlencoded";
6417
6417
  } | undefined;
@@ -6442,8 +6442,8 @@ declare const client: import("vue").Ref<{
6442
6442
  enum?: string[] | undefined;
6443
6443
  examples?: any[] | undefined;
6444
6444
  format?: string | undefined;
6445
- file?: any;
6446
6445
  nullable?: boolean | undefined;
6446
+ file?: any;
6447
6447
  }[];
6448
6448
  headers: {
6449
6449
  value: string;
@@ -6458,8 +6458,8 @@ declare const client: import("vue").Ref<{
6458
6458
  enum?: string[] | undefined;
6459
6459
  examples?: any[] | undefined;
6460
6460
  format?: string | undefined;
6461
- file?: any;
6462
6461
  nullable?: boolean | undefined;
6462
+ file?: any;
6463
6463
  }[];
6464
6464
  query: {
6465
6465
  value: string;
@@ -6474,8 +6474,8 @@ declare const client: import("vue").Ref<{
6474
6474
  enum?: string[] | undefined;
6475
6475
  examples?: any[] | undefined;
6476
6476
  format?: string | undefined;
6477
- file?: any;
6478
6477
  nullable?: boolean | undefined;
6478
+ file?: any;
6479
6479
  }[];
6480
6480
  cookies: {
6481
6481
  value: string;
@@ -6490,8 +6490,8 @@ declare const client: import("vue").Ref<{
6490
6490
  enum?: string[] | undefined;
6491
6491
  examples?: any[] | undefined;
6492
6492
  format?: string | undefined;
6493
- file?: any;
6494
6493
  nullable?: boolean | undefined;
6494
+ file?: any;
6495
6495
  }[];
6496
6496
  };
6497
6497
  body: {
@@ -6511,8 +6511,8 @@ declare const client: import("vue").Ref<{
6511
6511
  enum?: string[] | undefined;
6512
6512
  examples?: any[] | undefined;
6513
6513
  format?: string | undefined;
6514
- file?: any;
6515
6514
  nullable?: boolean | undefined;
6515
+ file?: any;
6516
6516
  }[];
6517
6517
  encoding: "form-data" | "urlencoded";
6518
6518
  } | undefined;
@@ -6542,8 +6542,8 @@ declare const client: import("vue").Ref<{
6542
6542
  enum?: string[] | undefined;
6543
6543
  examples?: any[] | undefined;
6544
6544
  format?: string | undefined;
6545
- file?: any;
6546
6545
  nullable?: boolean | undefined;
6546
+ file?: any;
6547
6547
  }[];
6548
6548
  headers: {
6549
6549
  value: string;
@@ -6558,8 +6558,8 @@ declare const client: import("vue").Ref<{
6558
6558
  enum?: string[] | undefined;
6559
6559
  examples?: any[] | undefined;
6560
6560
  format?: string | undefined;
6561
- file?: any;
6562
6561
  nullable?: boolean | undefined;
6562
+ file?: any;
6563
6563
  }[];
6564
6564
  query: {
6565
6565
  value: string;
@@ -6574,8 +6574,8 @@ declare const client: import("vue").Ref<{
6574
6574
  enum?: string[] | undefined;
6575
6575
  examples?: any[] | undefined;
6576
6576
  format?: string | undefined;
6577
- file?: any;
6578
6577
  nullable?: boolean | undefined;
6578
+ file?: any;
6579
6579
  }[];
6580
6580
  cookies: {
6581
6581
  value: string;
@@ -6590,8 +6590,8 @@ declare const client: import("vue").Ref<{
6590
6590
  enum?: string[] | undefined;
6591
6591
  examples?: any[] | undefined;
6592
6592
  format?: string | undefined;
6593
- file?: any;
6594
6593
  nullable?: boolean | undefined;
6594
+ file?: any;
6595
6595
  }[];
6596
6596
  };
6597
6597
  body: {
@@ -6611,8 +6611,8 @@ declare const client: import("vue").Ref<{
6611
6611
  enum?: string[] | undefined;
6612
6612
  examples?: any[] | undefined;
6613
6613
  format?: string | undefined;
6614
- file?: any;
6615
6614
  nullable?: boolean | undefined;
6615
+ file?: any;
6616
6616
  }[];
6617
6617
  encoding: "form-data" | "urlencoded";
6618
6618
  } | undefined;
@@ -6642,8 +6642,8 @@ declare const client: import("vue").Ref<{
6642
6642
  enum?: string[] | undefined;
6643
6643
  examples?: any[] | undefined;
6644
6644
  format?: string | undefined;
6645
- file?: any;
6646
6645
  nullable?: boolean | undefined;
6646
+ file?: any;
6647
6647
  }[];
6648
6648
  headers: {
6649
6649
  value: string;
@@ -6658,8 +6658,8 @@ declare const client: import("vue").Ref<{
6658
6658
  enum?: string[] | undefined;
6659
6659
  examples?: any[] | undefined;
6660
6660
  format?: string | undefined;
6661
- file?: any;
6662
6661
  nullable?: boolean | undefined;
6662
+ file?: any;
6663
6663
  }[];
6664
6664
  query: {
6665
6665
  value: string;
@@ -6674,8 +6674,8 @@ declare const client: import("vue").Ref<{
6674
6674
  enum?: string[] | undefined;
6675
6675
  examples?: any[] | undefined;
6676
6676
  format?: string | undefined;
6677
- file?: any;
6678
6677
  nullable?: boolean | undefined;
6678
+ file?: any;
6679
6679
  }[];
6680
6680
  cookies: {
6681
6681
  value: string;
@@ -6690,8 +6690,8 @@ declare const client: import("vue").Ref<{
6690
6690
  enum?: string[] | undefined;
6691
6691
  examples?: any[] | undefined;
6692
6692
  format?: string | undefined;
6693
- file?: any;
6694
6693
  nullable?: boolean | undefined;
6694
+ file?: any;
6695
6695
  }[];
6696
6696
  };
6697
6697
  body: {
@@ -6711,8 +6711,8 @@ declare const client: import("vue").Ref<{
6711
6711
  enum?: string[] | undefined;
6712
6712
  examples?: any[] | undefined;
6713
6713
  format?: string | undefined;
6714
- file?: any;
6715
6714
  nullable?: boolean | undefined;
6715
+ file?: any;
6716
6716
  }[];
6717
6717
  encoding: "form-data" | "urlencoded";
6718
6718
  } | undefined;