@scalar/api-client 2.5.22 → 2.5.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +67 -0
- package/README.md +2 -2
- package/dist/components/CodeInput/CodeInput.vue.d.ts +0 -3
- package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
- package/dist/components/CodeInput/CodeInput.vue.js +1 -1
- package/dist/components/CodeInput/CodeInput.vue2.js +86 -106
- package/dist/components/CodeInput/codeVariableWidget.d.ts.map +1 -1
- package/dist/components/CodeInput/codeVariableWidget.js +55 -87
- package/dist/components/DataTable/DataTableInput.vue.d.ts +1 -6
- package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableInput.vue.js +3 -3
- package/dist/components/EmptyState.vue.d.ts.map +1 -1
- package/dist/components/EmptyState.vue.js +1 -1
- package/dist/components/EmptyState.vue2.js +12 -12
- package/dist/components/Server/ServerVariablesTextbox.vue.d.ts.map +1 -1
- package/dist/components/Server/ServerVariablesTextbox.vue.js +1 -1
- package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarButton.vue.js +11 -12
- package/dist/components/TopNav/TopNav.vue.js +50 -51
- package/dist/components/TopNav/TopNavItem.vue.d.ts.map +1 -1
- package/dist/components/TopNav/TopNavItem.vue.js +1 -1
- package/dist/components/TopNav/TopNavItem.vue2.js +19 -20
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.js +8 -8
- package/dist/layouts/App/create-api-client-app.d.ts +50 -50
- package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
- package/dist/layouts/Modal/create-api-client-modal.d.ts +100 -100
- package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
- package/dist/layouts/Web/create-api-client-web.d.ts +50 -50
- package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
- package/dist/libs/create-client.d.ts +50 -50
- package/dist/libs/create-client.d.ts.map +1 -1
- package/dist/libs/send-request/create-request-operation.test.d.ts +5 -5
- package/dist/libs/send-request/create-request-operation.test.d.ts.map +1 -1
- package/dist/store/active-entities.d.ts +5 -5
- package/dist/store/active-entities.d.ts.map +1 -1
- package/dist/store/request-example.d.ts +50 -50
- package/dist/store/request-example.d.ts.map +1 -1
- package/dist/store/store.d.ts +50 -50
- package/dist/store/store.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/views/Collection/components/EnvironmentForm.vue.js +2 -2
- package/dist/views/Environment/Environment.vue.d.ts.map +1 -1
- package/dist/views/Environment/Environment.vue2.js +14 -15
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +71 -65
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +80 -59
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue.js +52 -52
- package/dist/views/Request/RequestSection/RequestBody.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestBody.vue2.js +1 -1
- package/dist/views/Request/RequestSection/RequestCodeExample.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestCodeExample.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestCodeExample.vue2.js +5 -7
- package/dist/views/Request/RequestSection/RequestTable.vue.js +1 -1
- package/dist/views/Request/RequestSection/helpers/filter-security-requirements.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/helpers/filter-security-requirements.js +26 -13
- package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.js +2 -2
- package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue2.js +26 -37
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +9 -9
- package/package.json +16 -17
- package/dist/components/ScalarHotkey.test.d.ts +0 -2
- package/dist/components/ScalarHotkey.test.d.ts.map +0 -1
- package/dist/components/ScalarHotkey.vue.d.ts +0 -8
- package/dist/components/ScalarHotkey.vue.d.ts.map +0 -1
- package/dist/components/ScalarHotkey.vue.js +0 -44
- package/dist/components/ScalarHotkey.vue2.js +0 -4
|
@@ -155,8 +155,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
155
155
|
enum?: string[] | undefined;
|
|
156
156
|
examples?: any[] | undefined;
|
|
157
157
|
format?: string | undefined;
|
|
158
|
-
file?: any;
|
|
159
158
|
nullable?: boolean | undefined;
|
|
159
|
+
file?: any;
|
|
160
160
|
}[];
|
|
161
161
|
headers: {
|
|
162
162
|
value: string;
|
|
@@ -171,8 +171,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
171
171
|
enum?: string[] | undefined;
|
|
172
172
|
examples?: any[] | undefined;
|
|
173
173
|
format?: string | undefined;
|
|
174
|
-
file?: any;
|
|
175
174
|
nullable?: boolean | undefined;
|
|
175
|
+
file?: any;
|
|
176
176
|
}[];
|
|
177
177
|
query: {
|
|
178
178
|
value: string;
|
|
@@ -187,8 +187,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
187
187
|
enum?: string[] | undefined;
|
|
188
188
|
examples?: any[] | undefined;
|
|
189
189
|
format?: string | undefined;
|
|
190
|
-
file?: any;
|
|
191
190
|
nullable?: boolean | undefined;
|
|
191
|
+
file?: any;
|
|
192
192
|
}[];
|
|
193
193
|
cookies: {
|
|
194
194
|
value: string;
|
|
@@ -203,8 +203,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
203
203
|
enum?: string[] | undefined;
|
|
204
204
|
examples?: any[] | undefined;
|
|
205
205
|
format?: string | undefined;
|
|
206
|
-
file?: any;
|
|
207
206
|
nullable?: boolean | undefined;
|
|
207
|
+
file?: any;
|
|
208
208
|
}[];
|
|
209
209
|
};
|
|
210
210
|
body: {
|
|
@@ -224,8 +224,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
224
224
|
enum?: string[] | undefined;
|
|
225
225
|
examples?: any[] | undefined;
|
|
226
226
|
format?: string | undefined;
|
|
227
|
-
file?: any;
|
|
228
227
|
nullable?: boolean | undefined;
|
|
228
|
+
file?: any;
|
|
229
229
|
}[];
|
|
230
230
|
encoding: "form-data" | "urlencoded";
|
|
231
231
|
} | undefined;
|
|
@@ -1790,8 +1790,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1790
1790
|
enum?: string[] | undefined;
|
|
1791
1791
|
examples?: any[] | undefined;
|
|
1792
1792
|
format?: string | undefined;
|
|
1793
|
-
file?: any;
|
|
1794
1793
|
nullable?: boolean | undefined;
|
|
1794
|
+
file?: any;
|
|
1795
1795
|
}[];
|
|
1796
1796
|
headers: {
|
|
1797
1797
|
value: string;
|
|
@@ -1806,8 +1806,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1806
1806
|
enum?: string[] | undefined;
|
|
1807
1807
|
examples?: any[] | undefined;
|
|
1808
1808
|
format?: string | undefined;
|
|
1809
|
-
file?: any;
|
|
1810
1809
|
nullable?: boolean | undefined;
|
|
1810
|
+
file?: any;
|
|
1811
1811
|
}[];
|
|
1812
1812
|
query: {
|
|
1813
1813
|
value: string;
|
|
@@ -1822,8 +1822,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1822
1822
|
enum?: string[] | undefined;
|
|
1823
1823
|
examples?: any[] | undefined;
|
|
1824
1824
|
format?: string | undefined;
|
|
1825
|
-
file?: any;
|
|
1826
1825
|
nullable?: boolean | undefined;
|
|
1826
|
+
file?: any;
|
|
1827
1827
|
}[];
|
|
1828
1828
|
cookies: {
|
|
1829
1829
|
value: string;
|
|
@@ -1838,8 +1838,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1838
1838
|
enum?: string[] | undefined;
|
|
1839
1839
|
examples?: any[] | undefined;
|
|
1840
1840
|
format?: string | undefined;
|
|
1841
|
-
file?: any;
|
|
1842
1841
|
nullable?: boolean | undefined;
|
|
1842
|
+
file?: any;
|
|
1843
1843
|
}[];
|
|
1844
1844
|
};
|
|
1845
1845
|
body: {
|
|
@@ -1859,8 +1859,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1859
1859
|
enum?: string[] | undefined;
|
|
1860
1860
|
examples?: any[] | undefined;
|
|
1861
1861
|
format?: string | undefined;
|
|
1862
|
-
file?: any;
|
|
1863
1862
|
nullable?: boolean | undefined;
|
|
1863
|
+
file?: any;
|
|
1864
1864
|
}[];
|
|
1865
1865
|
encoding: "form-data" | "urlencoded";
|
|
1866
1866
|
} | undefined;
|
|
@@ -1891,8 +1891,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1891
1891
|
enum?: string[] | undefined;
|
|
1892
1892
|
examples?: any[] | undefined;
|
|
1893
1893
|
format?: string | undefined;
|
|
1894
|
-
file?: any;
|
|
1895
1894
|
nullable?: boolean | undefined;
|
|
1895
|
+
file?: any;
|
|
1896
1896
|
}[];
|
|
1897
1897
|
headers: {
|
|
1898
1898
|
value: string;
|
|
@@ -1907,8 +1907,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1907
1907
|
enum?: string[] | undefined;
|
|
1908
1908
|
examples?: any[] | undefined;
|
|
1909
1909
|
format?: string | undefined;
|
|
1910
|
-
file?: any;
|
|
1911
1910
|
nullable?: boolean | undefined;
|
|
1911
|
+
file?: any;
|
|
1912
1912
|
}[];
|
|
1913
1913
|
query: {
|
|
1914
1914
|
value: string;
|
|
@@ -1923,8 +1923,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1923
1923
|
enum?: string[] | undefined;
|
|
1924
1924
|
examples?: any[] | undefined;
|
|
1925
1925
|
format?: string | undefined;
|
|
1926
|
-
file?: any;
|
|
1927
1926
|
nullable?: boolean | undefined;
|
|
1927
|
+
file?: any;
|
|
1928
1928
|
}[];
|
|
1929
1929
|
cookies: {
|
|
1930
1930
|
value: string;
|
|
@@ -1939,8 +1939,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1939
1939
|
enum?: string[] | undefined;
|
|
1940
1940
|
examples?: any[] | undefined;
|
|
1941
1941
|
format?: string | undefined;
|
|
1942
|
-
file?: any;
|
|
1943
1942
|
nullable?: boolean | undefined;
|
|
1943
|
+
file?: any;
|
|
1944
1944
|
}[];
|
|
1945
1945
|
};
|
|
1946
1946
|
body: {
|
|
@@ -1960,8 +1960,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1960
1960
|
enum?: string[] | undefined;
|
|
1961
1961
|
examples?: any[] | undefined;
|
|
1962
1962
|
format?: string | undefined;
|
|
1963
|
-
file?: any;
|
|
1964
1963
|
nullable?: boolean | undefined;
|
|
1964
|
+
file?: any;
|
|
1965
1965
|
}[];
|
|
1966
1966
|
encoding: "form-data" | "urlencoded";
|
|
1967
1967
|
} | undefined;
|
|
@@ -1993,8 +1993,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1993
1993
|
enum?: string[] | undefined;
|
|
1994
1994
|
examples?: any[] | undefined;
|
|
1995
1995
|
format?: string | undefined;
|
|
1996
|
-
file?: any;
|
|
1997
1996
|
nullable?: boolean | undefined;
|
|
1997
|
+
file?: any;
|
|
1998
1998
|
}[];
|
|
1999
1999
|
headers: {
|
|
2000
2000
|
value: string;
|
|
@@ -2009,8 +2009,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2009
2009
|
enum?: string[] | undefined;
|
|
2010
2010
|
examples?: any[] | undefined;
|
|
2011
2011
|
format?: string | undefined;
|
|
2012
|
-
file?: any;
|
|
2013
2012
|
nullable?: boolean | undefined;
|
|
2013
|
+
file?: any;
|
|
2014
2014
|
}[];
|
|
2015
2015
|
query: {
|
|
2016
2016
|
value: string;
|
|
@@ -2025,8 +2025,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2025
2025
|
enum?: string[] | undefined;
|
|
2026
2026
|
examples?: any[] | undefined;
|
|
2027
2027
|
format?: string | undefined;
|
|
2028
|
-
file?: any;
|
|
2029
2028
|
nullable?: boolean | undefined;
|
|
2029
|
+
file?: any;
|
|
2030
2030
|
}[];
|
|
2031
2031
|
cookies: {
|
|
2032
2032
|
value: string;
|
|
@@ -2041,8 +2041,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2041
2041
|
enum?: string[] | undefined;
|
|
2042
2042
|
examples?: any[] | undefined;
|
|
2043
2043
|
format?: string | undefined;
|
|
2044
|
-
file?: any;
|
|
2045
2044
|
nullable?: boolean | undefined;
|
|
2045
|
+
file?: any;
|
|
2046
2046
|
}[];
|
|
2047
2047
|
};
|
|
2048
2048
|
body: {
|
|
@@ -2062,8 +2062,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2062
2062
|
enum?: string[] | undefined;
|
|
2063
2063
|
examples?: any[] | undefined;
|
|
2064
2064
|
format?: string | undefined;
|
|
2065
|
-
file?: any;
|
|
2066
2065
|
nullable?: boolean | undefined;
|
|
2066
|
+
file?: any;
|
|
2067
2067
|
}[];
|
|
2068
2068
|
encoding: "form-data" | "urlencoded";
|
|
2069
2069
|
} | undefined;
|
|
@@ -2094,8 +2094,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2094
2094
|
enum?: string[] | undefined;
|
|
2095
2095
|
examples?: any[] | undefined;
|
|
2096
2096
|
format?: string | undefined;
|
|
2097
|
-
file?: any;
|
|
2098
2097
|
nullable?: boolean | undefined;
|
|
2098
|
+
file?: any;
|
|
2099
2099
|
}[];
|
|
2100
2100
|
headers: {
|
|
2101
2101
|
value: string;
|
|
@@ -2110,8 +2110,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2110
2110
|
enum?: string[] | undefined;
|
|
2111
2111
|
examples?: any[] | undefined;
|
|
2112
2112
|
format?: string | undefined;
|
|
2113
|
-
file?: any;
|
|
2114
2113
|
nullable?: boolean | undefined;
|
|
2114
|
+
file?: any;
|
|
2115
2115
|
}[];
|
|
2116
2116
|
query: {
|
|
2117
2117
|
value: string;
|
|
@@ -2126,8 +2126,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2126
2126
|
enum?: string[] | undefined;
|
|
2127
2127
|
examples?: any[] | undefined;
|
|
2128
2128
|
format?: string | undefined;
|
|
2129
|
-
file?: any;
|
|
2130
2129
|
nullable?: boolean | undefined;
|
|
2130
|
+
file?: any;
|
|
2131
2131
|
}[];
|
|
2132
2132
|
cookies: {
|
|
2133
2133
|
value: string;
|
|
@@ -2142,8 +2142,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2142
2142
|
enum?: string[] | undefined;
|
|
2143
2143
|
examples?: any[] | undefined;
|
|
2144
2144
|
format?: string | undefined;
|
|
2145
|
-
file?: any;
|
|
2146
2145
|
nullable?: boolean | undefined;
|
|
2146
|
+
file?: any;
|
|
2147
2147
|
}[];
|
|
2148
2148
|
};
|
|
2149
2149
|
body: {
|
|
@@ -2163,8 +2163,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2163
2163
|
enum?: string[] | undefined;
|
|
2164
2164
|
examples?: any[] | undefined;
|
|
2165
2165
|
format?: string | undefined;
|
|
2166
|
-
file?: any;
|
|
2167
2166
|
nullable?: boolean | undefined;
|
|
2167
|
+
file?: any;
|
|
2168
2168
|
}[];
|
|
2169
2169
|
encoding: "form-data" | "urlencoded";
|
|
2170
2170
|
} | undefined;
|
|
@@ -2194,8 +2194,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2194
2194
|
enum?: string[] | undefined;
|
|
2195
2195
|
examples?: any[] | undefined;
|
|
2196
2196
|
format?: string | undefined;
|
|
2197
|
-
file?: any;
|
|
2198
2197
|
nullable?: boolean | undefined;
|
|
2198
|
+
file?: any;
|
|
2199
2199
|
}[];
|
|
2200
2200
|
headers: {
|
|
2201
2201
|
value: string;
|
|
@@ -2210,8 +2210,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2210
2210
|
enum?: string[] | undefined;
|
|
2211
2211
|
examples?: any[] | undefined;
|
|
2212
2212
|
format?: string | undefined;
|
|
2213
|
-
file?: any;
|
|
2214
2213
|
nullable?: boolean | undefined;
|
|
2214
|
+
file?: any;
|
|
2215
2215
|
}[];
|
|
2216
2216
|
query: {
|
|
2217
2217
|
value: string;
|
|
@@ -2226,8 +2226,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2226
2226
|
enum?: string[] | undefined;
|
|
2227
2227
|
examples?: any[] | undefined;
|
|
2228
2228
|
format?: string | undefined;
|
|
2229
|
-
file?: any;
|
|
2230
2229
|
nullable?: boolean | undefined;
|
|
2230
|
+
file?: any;
|
|
2231
2231
|
}[];
|
|
2232
2232
|
cookies: {
|
|
2233
2233
|
value: string;
|
|
@@ -2242,8 +2242,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2242
2242
|
enum?: string[] | undefined;
|
|
2243
2243
|
examples?: any[] | undefined;
|
|
2244
2244
|
format?: string | undefined;
|
|
2245
|
-
file?: any;
|
|
2246
2245
|
nullable?: boolean | undefined;
|
|
2246
|
+
file?: any;
|
|
2247
2247
|
}[];
|
|
2248
2248
|
};
|
|
2249
2249
|
body: {
|
|
@@ -2263,8 +2263,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2263
2263
|
enum?: string[] | undefined;
|
|
2264
2264
|
examples?: any[] | undefined;
|
|
2265
2265
|
format?: string | undefined;
|
|
2266
|
-
file?: any;
|
|
2267
2266
|
nullable?: boolean | undefined;
|
|
2267
|
+
file?: any;
|
|
2268
2268
|
}[];
|
|
2269
2269
|
encoding: "form-data" | "urlencoded";
|
|
2270
2270
|
} | undefined;
|
|
@@ -2294,8 +2294,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2294
2294
|
enum?: string[] | undefined;
|
|
2295
2295
|
examples?: any[] | undefined;
|
|
2296
2296
|
format?: string | undefined;
|
|
2297
|
-
file?: any;
|
|
2298
2297
|
nullable?: boolean | undefined;
|
|
2298
|
+
file?: any;
|
|
2299
2299
|
}[];
|
|
2300
2300
|
headers: {
|
|
2301
2301
|
value: string;
|
|
@@ -2310,8 +2310,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2310
2310
|
enum?: string[] | undefined;
|
|
2311
2311
|
examples?: any[] | undefined;
|
|
2312
2312
|
format?: string | undefined;
|
|
2313
|
-
file?: any;
|
|
2314
2313
|
nullable?: boolean | undefined;
|
|
2314
|
+
file?: any;
|
|
2315
2315
|
}[];
|
|
2316
2316
|
query: {
|
|
2317
2317
|
value: string;
|
|
@@ -2326,8 +2326,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2326
2326
|
enum?: string[] | undefined;
|
|
2327
2327
|
examples?: any[] | undefined;
|
|
2328
2328
|
format?: string | undefined;
|
|
2329
|
-
file?: any;
|
|
2330
2329
|
nullable?: boolean | undefined;
|
|
2330
|
+
file?: any;
|
|
2331
2331
|
}[];
|
|
2332
2332
|
cookies: {
|
|
2333
2333
|
value: string;
|
|
@@ -2342,8 +2342,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2342
2342
|
enum?: string[] | undefined;
|
|
2343
2343
|
examples?: any[] | undefined;
|
|
2344
2344
|
format?: string | undefined;
|
|
2345
|
-
file?: any;
|
|
2346
2345
|
nullable?: boolean | undefined;
|
|
2346
|
+
file?: any;
|
|
2347
2347
|
}[];
|
|
2348
2348
|
};
|
|
2349
2349
|
body: {
|
|
@@ -2363,8 +2363,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2363
2363
|
enum?: string[] | undefined;
|
|
2364
2364
|
examples?: any[] | undefined;
|
|
2365
2365
|
format?: string | undefined;
|
|
2366
|
-
file?: any;
|
|
2367
2366
|
nullable?: boolean | undefined;
|
|
2367
|
+
file?: any;
|
|
2368
2368
|
}[];
|
|
2369
2369
|
encoding: "form-data" | "urlencoded";
|
|
2370
2370
|
} | undefined;
|
|
@@ -2395,8 +2395,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2395
2395
|
enum?: string[] | undefined;
|
|
2396
2396
|
examples?: any[] | undefined;
|
|
2397
2397
|
format?: string | undefined;
|
|
2398
|
-
file?: any;
|
|
2399
2398
|
nullable?: boolean | undefined;
|
|
2399
|
+
file?: any;
|
|
2400
2400
|
}[];
|
|
2401
2401
|
headers: {
|
|
2402
2402
|
value: string;
|
|
@@ -2411,8 +2411,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2411
2411
|
enum?: string[] | undefined;
|
|
2412
2412
|
examples?: any[] | undefined;
|
|
2413
2413
|
format?: string | undefined;
|
|
2414
|
-
file?: any;
|
|
2415
2414
|
nullable?: boolean | undefined;
|
|
2415
|
+
file?: any;
|
|
2416
2416
|
}[];
|
|
2417
2417
|
query: {
|
|
2418
2418
|
value: string;
|
|
@@ -2427,8 +2427,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2427
2427
|
enum?: string[] | undefined;
|
|
2428
2428
|
examples?: any[] | undefined;
|
|
2429
2429
|
format?: string | undefined;
|
|
2430
|
-
file?: any;
|
|
2431
2430
|
nullable?: boolean | undefined;
|
|
2431
|
+
file?: any;
|
|
2432
2432
|
}[];
|
|
2433
2433
|
cookies: {
|
|
2434
2434
|
value: string;
|
|
@@ -2443,8 +2443,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2443
2443
|
enum?: string[] | undefined;
|
|
2444
2444
|
examples?: any[] | undefined;
|
|
2445
2445
|
format?: string | undefined;
|
|
2446
|
-
file?: any;
|
|
2447
2446
|
nullable?: boolean | undefined;
|
|
2447
|
+
file?: any;
|
|
2448
2448
|
}[];
|
|
2449
2449
|
};
|
|
2450
2450
|
body: {
|
|
@@ -2464,8 +2464,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2464
2464
|
enum?: string[] | undefined;
|
|
2465
2465
|
examples?: any[] | undefined;
|
|
2466
2466
|
format?: string | undefined;
|
|
2467
|
-
file?: any;
|
|
2468
2467
|
nullable?: boolean | undefined;
|
|
2468
|
+
file?: any;
|
|
2469
2469
|
}[];
|
|
2470
2470
|
encoding: "form-data" | "urlencoded";
|
|
2471
2471
|
} | undefined;
|
|
@@ -2495,8 +2495,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2495
2495
|
enum?: string[] | undefined;
|
|
2496
2496
|
examples?: any[] | undefined;
|
|
2497
2497
|
format?: string | undefined;
|
|
2498
|
-
file?: any;
|
|
2499
2498
|
nullable?: boolean | undefined;
|
|
2499
|
+
file?: any;
|
|
2500
2500
|
}[];
|
|
2501
2501
|
headers: {
|
|
2502
2502
|
value: string;
|
|
@@ -2511,8 +2511,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2511
2511
|
enum?: string[] | undefined;
|
|
2512
2512
|
examples?: any[] | undefined;
|
|
2513
2513
|
format?: string | undefined;
|
|
2514
|
-
file?: any;
|
|
2515
2514
|
nullable?: boolean | undefined;
|
|
2515
|
+
file?: any;
|
|
2516
2516
|
}[];
|
|
2517
2517
|
query: {
|
|
2518
2518
|
value: string;
|
|
@@ -2527,8 +2527,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2527
2527
|
enum?: string[] | undefined;
|
|
2528
2528
|
examples?: any[] | undefined;
|
|
2529
2529
|
format?: string | undefined;
|
|
2530
|
-
file?: any;
|
|
2531
2530
|
nullable?: boolean | undefined;
|
|
2531
|
+
file?: any;
|
|
2532
2532
|
}[];
|
|
2533
2533
|
cookies: {
|
|
2534
2534
|
value: string;
|
|
@@ -2543,8 +2543,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2543
2543
|
enum?: string[] | undefined;
|
|
2544
2544
|
examples?: any[] | undefined;
|
|
2545
2545
|
format?: string | undefined;
|
|
2546
|
-
file?: any;
|
|
2547
2546
|
nullable?: boolean | undefined;
|
|
2547
|
+
file?: any;
|
|
2548
2548
|
}[];
|
|
2549
2549
|
};
|
|
2550
2550
|
body: {
|
|
@@ -2564,8 +2564,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2564
2564
|
enum?: string[] | undefined;
|
|
2565
2565
|
examples?: any[] | undefined;
|
|
2566
2566
|
format?: string | undefined;
|
|
2567
|
-
file?: any;
|
|
2568
2567
|
nullable?: boolean | undefined;
|
|
2568
|
+
file?: any;
|
|
2569
2569
|
}[];
|
|
2570
2570
|
encoding: "form-data" | "urlencoded";
|
|
2571
2571
|
} | undefined;
|
|
@@ -2595,8 +2595,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2595
2595
|
enum?: string[] | undefined;
|
|
2596
2596
|
examples?: any[] | undefined;
|
|
2597
2597
|
format?: string | undefined;
|
|
2598
|
-
file?: any;
|
|
2599
2598
|
nullable?: boolean | undefined;
|
|
2599
|
+
file?: any;
|
|
2600
2600
|
}[];
|
|
2601
2601
|
headers: {
|
|
2602
2602
|
value: string;
|
|
@@ -2611,8 +2611,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2611
2611
|
enum?: string[] | undefined;
|
|
2612
2612
|
examples?: any[] | undefined;
|
|
2613
2613
|
format?: string | undefined;
|
|
2614
|
-
file?: any;
|
|
2615
2614
|
nullable?: boolean | undefined;
|
|
2615
|
+
file?: any;
|
|
2616
2616
|
}[];
|
|
2617
2617
|
query: {
|
|
2618
2618
|
value: string;
|
|
@@ -2627,8 +2627,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2627
2627
|
enum?: string[] | undefined;
|
|
2628
2628
|
examples?: any[] | undefined;
|
|
2629
2629
|
format?: string | undefined;
|
|
2630
|
-
file?: any;
|
|
2631
2630
|
nullable?: boolean | undefined;
|
|
2631
|
+
file?: any;
|
|
2632
2632
|
}[];
|
|
2633
2633
|
cookies: {
|
|
2634
2634
|
value: string;
|
|
@@ -2643,8 +2643,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2643
2643
|
enum?: string[] | undefined;
|
|
2644
2644
|
examples?: any[] | undefined;
|
|
2645
2645
|
format?: string | undefined;
|
|
2646
|
-
file?: any;
|
|
2647
2646
|
nullable?: boolean | undefined;
|
|
2647
|
+
file?: any;
|
|
2648
2648
|
}[];
|
|
2649
2649
|
};
|
|
2650
2650
|
body: {
|
|
@@ -2664,8 +2664,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2664
2664
|
enum?: string[] | undefined;
|
|
2665
2665
|
examples?: any[] | undefined;
|
|
2666
2666
|
format?: string | undefined;
|
|
2667
|
-
file?: any;
|
|
2668
2667
|
nullable?: boolean | undefined;
|
|
2668
|
+
file?: any;
|
|
2669
2669
|
}[];
|
|
2670
2670
|
encoding: "form-data" | "urlencoded";
|
|
2671
2671
|
} | undefined;
|
|
@@ -4130,8 +4130,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4130
4130
|
enum?: string[] | undefined;
|
|
4131
4131
|
examples?: any[] | undefined;
|
|
4132
4132
|
format?: string | undefined;
|
|
4133
|
-
file?: any;
|
|
4134
4133
|
nullable?: boolean | undefined;
|
|
4134
|
+
file?: any;
|
|
4135
4135
|
}[];
|
|
4136
4136
|
headers: {
|
|
4137
4137
|
value: string;
|
|
@@ -4146,8 +4146,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4146
4146
|
enum?: string[] | undefined;
|
|
4147
4147
|
examples?: any[] | undefined;
|
|
4148
4148
|
format?: string | undefined;
|
|
4149
|
-
file?: any;
|
|
4150
4149
|
nullable?: boolean | undefined;
|
|
4150
|
+
file?: any;
|
|
4151
4151
|
}[];
|
|
4152
4152
|
query: {
|
|
4153
4153
|
value: string;
|
|
@@ -4162,8 +4162,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4162
4162
|
enum?: string[] | undefined;
|
|
4163
4163
|
examples?: any[] | undefined;
|
|
4164
4164
|
format?: string | undefined;
|
|
4165
|
-
file?: any;
|
|
4166
4165
|
nullable?: boolean | undefined;
|
|
4166
|
+
file?: any;
|
|
4167
4167
|
}[];
|
|
4168
4168
|
cookies: {
|
|
4169
4169
|
value: string;
|
|
@@ -4178,8 +4178,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4178
4178
|
enum?: string[] | undefined;
|
|
4179
4179
|
examples?: any[] | undefined;
|
|
4180
4180
|
format?: string | undefined;
|
|
4181
|
-
file?: any;
|
|
4182
4181
|
nullable?: boolean | undefined;
|
|
4182
|
+
file?: any;
|
|
4183
4183
|
}[];
|
|
4184
4184
|
};
|
|
4185
4185
|
body: {
|
|
@@ -4199,8 +4199,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4199
4199
|
enum?: string[] | undefined;
|
|
4200
4200
|
examples?: any[] | undefined;
|
|
4201
4201
|
format?: string | undefined;
|
|
4202
|
-
file?: any;
|
|
4203
4202
|
nullable?: boolean | undefined;
|
|
4203
|
+
file?: any;
|
|
4204
4204
|
}[];
|
|
4205
4205
|
encoding: "form-data" | "urlencoded";
|
|
4206
4206
|
} | undefined;
|
|
@@ -5765,8 +5765,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5765
5765
|
enum?: string[] | undefined;
|
|
5766
5766
|
examples?: any[] | undefined;
|
|
5767
5767
|
format?: string | undefined;
|
|
5768
|
-
file?: any;
|
|
5769
5768
|
nullable?: boolean | undefined;
|
|
5769
|
+
file?: any;
|
|
5770
5770
|
}[];
|
|
5771
5771
|
headers: {
|
|
5772
5772
|
value: string;
|
|
@@ -5781,8 +5781,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5781
5781
|
enum?: string[] | undefined;
|
|
5782
5782
|
examples?: any[] | undefined;
|
|
5783
5783
|
format?: string | undefined;
|
|
5784
|
-
file?: any;
|
|
5785
5784
|
nullable?: boolean | undefined;
|
|
5785
|
+
file?: any;
|
|
5786
5786
|
}[];
|
|
5787
5787
|
query: {
|
|
5788
5788
|
value: string;
|
|
@@ -5797,8 +5797,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5797
5797
|
enum?: string[] | undefined;
|
|
5798
5798
|
examples?: any[] | undefined;
|
|
5799
5799
|
format?: string | undefined;
|
|
5800
|
-
file?: any;
|
|
5801
5800
|
nullable?: boolean | undefined;
|
|
5801
|
+
file?: any;
|
|
5802
5802
|
}[];
|
|
5803
5803
|
cookies: {
|
|
5804
5804
|
value: string;
|
|
@@ -5813,8 +5813,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5813
5813
|
enum?: string[] | undefined;
|
|
5814
5814
|
examples?: any[] | undefined;
|
|
5815
5815
|
format?: string | undefined;
|
|
5816
|
-
file?: any;
|
|
5817
5816
|
nullable?: boolean | undefined;
|
|
5817
|
+
file?: any;
|
|
5818
5818
|
}[];
|
|
5819
5819
|
};
|
|
5820
5820
|
body: {
|
|
@@ -5834,8 +5834,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5834
5834
|
enum?: string[] | undefined;
|
|
5835
5835
|
examples?: any[] | undefined;
|
|
5836
5836
|
format?: string | undefined;
|
|
5837
|
-
file?: any;
|
|
5838
5837
|
nullable?: boolean | undefined;
|
|
5838
|
+
file?: any;
|
|
5839
5839
|
}[];
|
|
5840
5840
|
encoding: "form-data" | "urlencoded";
|
|
5841
5841
|
} | undefined;
|
|
@@ -5866,8 +5866,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5866
5866
|
enum?: string[] | undefined;
|
|
5867
5867
|
examples?: any[] | undefined;
|
|
5868
5868
|
format?: string | undefined;
|
|
5869
|
-
file?: any;
|
|
5870
5869
|
nullable?: boolean | undefined;
|
|
5870
|
+
file?: any;
|
|
5871
5871
|
}[];
|
|
5872
5872
|
headers: {
|
|
5873
5873
|
value: string;
|
|
@@ -5882,8 +5882,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5882
5882
|
enum?: string[] | undefined;
|
|
5883
5883
|
examples?: any[] | undefined;
|
|
5884
5884
|
format?: string | undefined;
|
|
5885
|
-
file?: any;
|
|
5886
5885
|
nullable?: boolean | undefined;
|
|
5886
|
+
file?: any;
|
|
5887
5887
|
}[];
|
|
5888
5888
|
query: {
|
|
5889
5889
|
value: string;
|
|
@@ -5898,8 +5898,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5898
5898
|
enum?: string[] | undefined;
|
|
5899
5899
|
examples?: any[] | undefined;
|
|
5900
5900
|
format?: string | undefined;
|
|
5901
|
-
file?: any;
|
|
5902
5901
|
nullable?: boolean | undefined;
|
|
5902
|
+
file?: any;
|
|
5903
5903
|
}[];
|
|
5904
5904
|
cookies: {
|
|
5905
5905
|
value: string;
|
|
@@ -5914,8 +5914,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5914
5914
|
enum?: string[] | undefined;
|
|
5915
5915
|
examples?: any[] | undefined;
|
|
5916
5916
|
format?: string | undefined;
|
|
5917
|
-
file?: any;
|
|
5918
5917
|
nullable?: boolean | undefined;
|
|
5918
|
+
file?: any;
|
|
5919
5919
|
}[];
|
|
5920
5920
|
};
|
|
5921
5921
|
body: {
|
|
@@ -5935,8 +5935,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5935
5935
|
enum?: string[] | undefined;
|
|
5936
5936
|
examples?: any[] | undefined;
|
|
5937
5937
|
format?: string | undefined;
|
|
5938
|
-
file?: any;
|
|
5939
5938
|
nullable?: boolean | undefined;
|
|
5939
|
+
file?: any;
|
|
5940
5940
|
}[];
|
|
5941
5941
|
encoding: "form-data" | "urlencoded";
|
|
5942
5942
|
} | undefined;
|
|
@@ -5968,8 +5968,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5968
5968
|
enum?: string[] | undefined;
|
|
5969
5969
|
examples?: any[] | undefined;
|
|
5970
5970
|
format?: string | undefined;
|
|
5971
|
-
file?: any;
|
|
5972
5971
|
nullable?: boolean | undefined;
|
|
5972
|
+
file?: any;
|
|
5973
5973
|
}[];
|
|
5974
5974
|
headers: {
|
|
5975
5975
|
value: string;
|
|
@@ -5984,8 +5984,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5984
5984
|
enum?: string[] | undefined;
|
|
5985
5985
|
examples?: any[] | undefined;
|
|
5986
5986
|
format?: string | undefined;
|
|
5987
|
-
file?: any;
|
|
5988
5987
|
nullable?: boolean | undefined;
|
|
5988
|
+
file?: any;
|
|
5989
5989
|
}[];
|
|
5990
5990
|
query: {
|
|
5991
5991
|
value: string;
|
|
@@ -6000,8 +6000,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6000
6000
|
enum?: string[] | undefined;
|
|
6001
6001
|
examples?: any[] | undefined;
|
|
6002
6002
|
format?: string | undefined;
|
|
6003
|
-
file?: any;
|
|
6004
6003
|
nullable?: boolean | undefined;
|
|
6004
|
+
file?: any;
|
|
6005
6005
|
}[];
|
|
6006
6006
|
cookies: {
|
|
6007
6007
|
value: string;
|
|
@@ -6016,8 +6016,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6016
6016
|
enum?: string[] | undefined;
|
|
6017
6017
|
examples?: any[] | undefined;
|
|
6018
6018
|
format?: string | undefined;
|
|
6019
|
-
file?: any;
|
|
6020
6019
|
nullable?: boolean | undefined;
|
|
6020
|
+
file?: any;
|
|
6021
6021
|
}[];
|
|
6022
6022
|
};
|
|
6023
6023
|
body: {
|
|
@@ -6037,8 +6037,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6037
6037
|
enum?: string[] | undefined;
|
|
6038
6038
|
examples?: any[] | undefined;
|
|
6039
6039
|
format?: string | undefined;
|
|
6040
|
-
file?: any;
|
|
6041
6040
|
nullable?: boolean | undefined;
|
|
6041
|
+
file?: any;
|
|
6042
6042
|
}[];
|
|
6043
6043
|
encoding: "form-data" | "urlencoded";
|
|
6044
6044
|
} | undefined;
|
|
@@ -6069,8 +6069,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6069
6069
|
enum?: string[] | undefined;
|
|
6070
6070
|
examples?: any[] | undefined;
|
|
6071
6071
|
format?: string | undefined;
|
|
6072
|
-
file?: any;
|
|
6073
6072
|
nullable?: boolean | undefined;
|
|
6073
|
+
file?: any;
|
|
6074
6074
|
}[];
|
|
6075
6075
|
headers: {
|
|
6076
6076
|
value: string;
|
|
@@ -6085,8 +6085,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6085
6085
|
enum?: string[] | undefined;
|
|
6086
6086
|
examples?: any[] | undefined;
|
|
6087
6087
|
format?: string | undefined;
|
|
6088
|
-
file?: any;
|
|
6089
6088
|
nullable?: boolean | undefined;
|
|
6089
|
+
file?: any;
|
|
6090
6090
|
}[];
|
|
6091
6091
|
query: {
|
|
6092
6092
|
value: string;
|
|
@@ -6101,8 +6101,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6101
6101
|
enum?: string[] | undefined;
|
|
6102
6102
|
examples?: any[] | undefined;
|
|
6103
6103
|
format?: string | undefined;
|
|
6104
|
-
file?: any;
|
|
6105
6104
|
nullable?: boolean | undefined;
|
|
6105
|
+
file?: any;
|
|
6106
6106
|
}[];
|
|
6107
6107
|
cookies: {
|
|
6108
6108
|
value: string;
|
|
@@ -6117,8 +6117,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6117
6117
|
enum?: string[] | undefined;
|
|
6118
6118
|
examples?: any[] | undefined;
|
|
6119
6119
|
format?: string | undefined;
|
|
6120
|
-
file?: any;
|
|
6121
6120
|
nullable?: boolean | undefined;
|
|
6121
|
+
file?: any;
|
|
6122
6122
|
}[];
|
|
6123
6123
|
};
|
|
6124
6124
|
body: {
|
|
@@ -6138,8 +6138,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6138
6138
|
enum?: string[] | undefined;
|
|
6139
6139
|
examples?: any[] | undefined;
|
|
6140
6140
|
format?: string | undefined;
|
|
6141
|
-
file?: any;
|
|
6142
6141
|
nullable?: boolean | undefined;
|
|
6142
|
+
file?: any;
|
|
6143
6143
|
}[];
|
|
6144
6144
|
encoding: "form-data" | "urlencoded";
|
|
6145
6145
|
} | undefined;
|
|
@@ -6169,8 +6169,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6169
6169
|
enum?: string[] | undefined;
|
|
6170
6170
|
examples?: any[] | undefined;
|
|
6171
6171
|
format?: string | undefined;
|
|
6172
|
-
file?: any;
|
|
6173
6172
|
nullable?: boolean | undefined;
|
|
6173
|
+
file?: any;
|
|
6174
6174
|
}[];
|
|
6175
6175
|
headers: {
|
|
6176
6176
|
value: string;
|
|
@@ -6185,8 +6185,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6185
6185
|
enum?: string[] | undefined;
|
|
6186
6186
|
examples?: any[] | undefined;
|
|
6187
6187
|
format?: string | undefined;
|
|
6188
|
-
file?: any;
|
|
6189
6188
|
nullable?: boolean | undefined;
|
|
6189
|
+
file?: any;
|
|
6190
6190
|
}[];
|
|
6191
6191
|
query: {
|
|
6192
6192
|
value: string;
|
|
@@ -6201,8 +6201,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6201
6201
|
enum?: string[] | undefined;
|
|
6202
6202
|
examples?: any[] | undefined;
|
|
6203
6203
|
format?: string | undefined;
|
|
6204
|
-
file?: any;
|
|
6205
6204
|
nullable?: boolean | undefined;
|
|
6205
|
+
file?: any;
|
|
6206
6206
|
}[];
|
|
6207
6207
|
cookies: {
|
|
6208
6208
|
value: string;
|
|
@@ -6217,8 +6217,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6217
6217
|
enum?: string[] | undefined;
|
|
6218
6218
|
examples?: any[] | undefined;
|
|
6219
6219
|
format?: string | undefined;
|
|
6220
|
-
file?: any;
|
|
6221
6220
|
nullable?: boolean | undefined;
|
|
6221
|
+
file?: any;
|
|
6222
6222
|
}[];
|
|
6223
6223
|
};
|
|
6224
6224
|
body: {
|
|
@@ -6238,8 +6238,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6238
6238
|
enum?: string[] | undefined;
|
|
6239
6239
|
examples?: any[] | undefined;
|
|
6240
6240
|
format?: string | undefined;
|
|
6241
|
-
file?: any;
|
|
6242
6241
|
nullable?: boolean | undefined;
|
|
6242
|
+
file?: any;
|
|
6243
6243
|
}[];
|
|
6244
6244
|
encoding: "form-data" | "urlencoded";
|
|
6245
6245
|
} | undefined;
|
|
@@ -6269,8 +6269,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6269
6269
|
enum?: string[] | undefined;
|
|
6270
6270
|
examples?: any[] | undefined;
|
|
6271
6271
|
format?: string | undefined;
|
|
6272
|
-
file?: any;
|
|
6273
6272
|
nullable?: boolean | undefined;
|
|
6273
|
+
file?: any;
|
|
6274
6274
|
}[];
|
|
6275
6275
|
headers: {
|
|
6276
6276
|
value: string;
|
|
@@ -6285,8 +6285,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6285
6285
|
enum?: string[] | undefined;
|
|
6286
6286
|
examples?: any[] | undefined;
|
|
6287
6287
|
format?: string | undefined;
|
|
6288
|
-
file?: any;
|
|
6289
6288
|
nullable?: boolean | undefined;
|
|
6289
|
+
file?: any;
|
|
6290
6290
|
}[];
|
|
6291
6291
|
query: {
|
|
6292
6292
|
value: string;
|
|
@@ -6301,8 +6301,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6301
6301
|
enum?: string[] | undefined;
|
|
6302
6302
|
examples?: any[] | undefined;
|
|
6303
6303
|
format?: string | undefined;
|
|
6304
|
-
file?: any;
|
|
6305
6304
|
nullable?: boolean | undefined;
|
|
6305
|
+
file?: any;
|
|
6306
6306
|
}[];
|
|
6307
6307
|
cookies: {
|
|
6308
6308
|
value: string;
|
|
@@ -6317,8 +6317,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6317
6317
|
enum?: string[] | undefined;
|
|
6318
6318
|
examples?: any[] | undefined;
|
|
6319
6319
|
format?: string | undefined;
|
|
6320
|
-
file?: any;
|
|
6321
6320
|
nullable?: boolean | undefined;
|
|
6321
|
+
file?: any;
|
|
6322
6322
|
}[];
|
|
6323
6323
|
};
|
|
6324
6324
|
body: {
|
|
@@ -6338,8 +6338,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6338
6338
|
enum?: string[] | undefined;
|
|
6339
6339
|
examples?: any[] | undefined;
|
|
6340
6340
|
format?: string | undefined;
|
|
6341
|
-
file?: any;
|
|
6342
6341
|
nullable?: boolean | undefined;
|
|
6342
|
+
file?: any;
|
|
6343
6343
|
}[];
|
|
6344
6344
|
encoding: "form-data" | "urlencoded";
|
|
6345
6345
|
} | undefined;
|
|
@@ -6370,8 +6370,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6370
6370
|
enum?: string[] | undefined;
|
|
6371
6371
|
examples?: any[] | undefined;
|
|
6372
6372
|
format?: string | undefined;
|
|
6373
|
-
file?: any;
|
|
6374
6373
|
nullable?: boolean | undefined;
|
|
6374
|
+
file?: any;
|
|
6375
6375
|
}[];
|
|
6376
6376
|
headers: {
|
|
6377
6377
|
value: string;
|
|
@@ -6386,8 +6386,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6386
6386
|
enum?: string[] | undefined;
|
|
6387
6387
|
examples?: any[] | undefined;
|
|
6388
6388
|
format?: string | undefined;
|
|
6389
|
-
file?: any;
|
|
6390
6389
|
nullable?: boolean | undefined;
|
|
6390
|
+
file?: any;
|
|
6391
6391
|
}[];
|
|
6392
6392
|
query: {
|
|
6393
6393
|
value: string;
|
|
@@ -6402,8 +6402,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6402
6402
|
enum?: string[] | undefined;
|
|
6403
6403
|
examples?: any[] | undefined;
|
|
6404
6404
|
format?: string | undefined;
|
|
6405
|
-
file?: any;
|
|
6406
6405
|
nullable?: boolean | undefined;
|
|
6406
|
+
file?: any;
|
|
6407
6407
|
}[];
|
|
6408
6408
|
cookies: {
|
|
6409
6409
|
value: string;
|
|
@@ -6418,8 +6418,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6418
6418
|
enum?: string[] | undefined;
|
|
6419
6419
|
examples?: any[] | undefined;
|
|
6420
6420
|
format?: string | undefined;
|
|
6421
|
-
file?: any;
|
|
6422
6421
|
nullable?: boolean | undefined;
|
|
6422
|
+
file?: any;
|
|
6423
6423
|
}[];
|
|
6424
6424
|
};
|
|
6425
6425
|
body: {
|
|
@@ -6439,8 +6439,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6439
6439
|
enum?: string[] | undefined;
|
|
6440
6440
|
examples?: any[] | undefined;
|
|
6441
6441
|
format?: string | undefined;
|
|
6442
|
-
file?: any;
|
|
6443
6442
|
nullable?: boolean | undefined;
|
|
6443
|
+
file?: any;
|
|
6444
6444
|
}[];
|
|
6445
6445
|
encoding: "form-data" | "urlencoded";
|
|
6446
6446
|
} | undefined;
|
|
@@ -6470,8 +6470,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6470
6470
|
enum?: string[] | undefined;
|
|
6471
6471
|
examples?: any[] | undefined;
|
|
6472
6472
|
format?: string | undefined;
|
|
6473
|
-
file?: any;
|
|
6474
6473
|
nullable?: boolean | undefined;
|
|
6474
|
+
file?: any;
|
|
6475
6475
|
}[];
|
|
6476
6476
|
headers: {
|
|
6477
6477
|
value: string;
|
|
@@ -6486,8 +6486,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6486
6486
|
enum?: string[] | undefined;
|
|
6487
6487
|
examples?: any[] | undefined;
|
|
6488
6488
|
format?: string | undefined;
|
|
6489
|
-
file?: any;
|
|
6490
6489
|
nullable?: boolean | undefined;
|
|
6490
|
+
file?: any;
|
|
6491
6491
|
}[];
|
|
6492
6492
|
query: {
|
|
6493
6493
|
value: string;
|
|
@@ -6502,8 +6502,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6502
6502
|
enum?: string[] | undefined;
|
|
6503
6503
|
examples?: any[] | undefined;
|
|
6504
6504
|
format?: string | undefined;
|
|
6505
|
-
file?: any;
|
|
6506
6505
|
nullable?: boolean | undefined;
|
|
6506
|
+
file?: any;
|
|
6507
6507
|
}[];
|
|
6508
6508
|
cookies: {
|
|
6509
6509
|
value: string;
|
|
@@ -6518,8 +6518,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6518
6518
|
enum?: string[] | undefined;
|
|
6519
6519
|
examples?: any[] | undefined;
|
|
6520
6520
|
format?: string | undefined;
|
|
6521
|
-
file?: any;
|
|
6522
6521
|
nullable?: boolean | undefined;
|
|
6522
|
+
file?: any;
|
|
6523
6523
|
}[];
|
|
6524
6524
|
};
|
|
6525
6525
|
body: {
|
|
@@ -6539,8 +6539,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6539
6539
|
enum?: string[] | undefined;
|
|
6540
6540
|
examples?: any[] | undefined;
|
|
6541
6541
|
format?: string | undefined;
|
|
6542
|
-
file?: any;
|
|
6543
6542
|
nullable?: boolean | undefined;
|
|
6543
|
+
file?: any;
|
|
6544
6544
|
}[];
|
|
6545
6545
|
encoding: "form-data" | "urlencoded";
|
|
6546
6546
|
} | undefined;
|
|
@@ -6570,8 +6570,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6570
6570
|
enum?: string[] | undefined;
|
|
6571
6571
|
examples?: any[] | undefined;
|
|
6572
6572
|
format?: string | undefined;
|
|
6573
|
-
file?: any;
|
|
6574
6573
|
nullable?: boolean | undefined;
|
|
6574
|
+
file?: any;
|
|
6575
6575
|
}[];
|
|
6576
6576
|
headers: {
|
|
6577
6577
|
value: string;
|
|
@@ -6586,8 +6586,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6586
6586
|
enum?: string[] | undefined;
|
|
6587
6587
|
examples?: any[] | undefined;
|
|
6588
6588
|
format?: string | undefined;
|
|
6589
|
-
file?: any;
|
|
6590
6589
|
nullable?: boolean | undefined;
|
|
6590
|
+
file?: any;
|
|
6591
6591
|
}[];
|
|
6592
6592
|
query: {
|
|
6593
6593
|
value: string;
|
|
@@ -6602,8 +6602,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6602
6602
|
enum?: string[] | undefined;
|
|
6603
6603
|
examples?: any[] | undefined;
|
|
6604
6604
|
format?: string | undefined;
|
|
6605
|
-
file?: any;
|
|
6606
6605
|
nullable?: boolean | undefined;
|
|
6606
|
+
file?: any;
|
|
6607
6607
|
}[];
|
|
6608
6608
|
cookies: {
|
|
6609
6609
|
value: string;
|
|
@@ -6618,8 +6618,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6618
6618
|
enum?: string[] | undefined;
|
|
6619
6619
|
examples?: any[] | undefined;
|
|
6620
6620
|
format?: string | undefined;
|
|
6621
|
-
file?: any;
|
|
6622
6621
|
nullable?: boolean | undefined;
|
|
6622
|
+
file?: any;
|
|
6623
6623
|
}[];
|
|
6624
6624
|
};
|
|
6625
6625
|
body: {
|
|
@@ -6639,8 +6639,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6639
6639
|
enum?: string[] | undefined;
|
|
6640
6640
|
examples?: any[] | undefined;
|
|
6641
6641
|
format?: string | undefined;
|
|
6642
|
-
file?: any;
|
|
6643
6642
|
nullable?: boolean | undefined;
|
|
6643
|
+
file?: any;
|
|
6644
6644
|
}[];
|
|
6645
6645
|
encoding: "form-data" | "urlencoded";
|
|
6646
6646
|
} | undefined;
|