@stainless-api/docs-ui 0.1.0-beta.38 → 0.1.0-beta.39
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/dist/{breadcrumbs-CZg0Fk4V.d.ts → breadcrumbs-BJwRrIDS.d.ts} +2 -2
- package/dist/{component-generics-DUS50XL9.d.ts → component-generics-v4X7l-nO.d.ts} +2 -2
- package/dist/components/breadcrumbs.d.ts +1 -1
- package/dist/components/icons.d.ts +10 -10
- package/dist/components/index.d.ts +9 -9
- package/dist/components/method.d.ts +1 -1
- package/dist/components/overview.d.ts +1 -1
- package/dist/components/primitives.d.ts +1 -1
- package/dist/components/properties.d.ts +1 -1
- package/dist/components/sdk.d.ts +1 -1
- package/dist/components/sidebar.d.ts +1 -1
- package/dist/components/snippets.d.ts +2 -2
- package/dist/contexts/component-generics.d.ts +1 -1
- package/dist/contexts/component-types.d.ts +10 -10
- package/dist/contexts/component.d.ts +13 -13
- package/dist/contexts/docs.d.ts +1 -1
- package/dist/contexts/index.d.ts +16 -16
- package/dist/contexts/markdown.d.ts +1 -1
- package/dist/contexts/navigation.d.ts +1 -1
- package/dist/contexts/search.d.ts +1 -1
- package/dist/contexts/use-components.d.ts +9 -9
- package/dist/{docs-B9fkO7Mn.d.ts → docs-CEN4Xl5K.d.ts} +3 -3
- package/dist/{index-B_jjXoVQ.d.ts → index-BNwrwxMQ.d.ts} +6 -6
- package/dist/{index-CGDCia6s.d.ts → index-Dxr0Oj7i.d.ts} +26 -26
- package/dist/{index-DpCTx708.d.ts → index-koj-Nc-M.d.ts} +8 -8
- package/dist/index.d.ts +16 -16
- package/dist/languages/go.d.ts +10 -10
- package/dist/languages/http.d.ts +10 -10
- package/dist/languages/index.d.ts +10 -10
- package/dist/languages/java.d.ts +10 -10
- package/dist/languages/python.d.ts +10 -10
- package/dist/languages/ruby.d.ts +10 -10
- package/dist/languages/typescript.d.ts +10 -10
- package/dist/markdown/index.d.ts +2 -2
- package/dist/markdown/utils.d.ts +2 -2
- package/dist/{markdown-Dg4RmrDu.d.ts → markdown-Cf1yLmR9.d.ts} +2 -2
- package/dist/{method-DLeTa-A9.d.ts → method-BufS4KC3.d.ts} +7 -7
- package/dist/{navigation-BY52fAW7.d.ts → navigation-tYqZ92k_.d.ts} +2 -2
- package/dist/{overview-h2O6tWc_.d.ts → overview-DdX0dlwP.d.ts} +6 -6
- package/dist/{primitives-CpRm6eGm.d.ts → primitives-B7rqll78.d.ts} +9 -9
- package/dist/{properties-CNjEj_vU.d.ts → properties-DIURiLZX.d.ts} +4 -4
- package/dist/{sdk-E3vq42RG.d.ts → sdk-D1lxyLub.d.ts} +13 -13
- package/dist/{search-CsvAdkNI.d.ts → search-D2KsMSvq.d.ts} +2 -2
- package/dist/{sidebar-BQzTXTuq.d.ts → sidebar-eox2y7Tm.d.ts} +5 -5
- package/dist/{snippets-sEbo8iV-.d.ts → snippets-BZcjtee5.d.ts} +7 -7
- package/dist/spec.d.ts +2 -2
- package/dist/{utils-kJZFreWP.d.ts → utils-C9nljE8m.d.ts} +1 -1
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime3 from "react/jsx-runtime";
|
|
2
2
|
import * as SDKJSON from "@stainless/sdk-json";
|
|
3
3
|
|
|
4
4
|
//#region src/components/breadcrumbs.d.ts
|
|
@@ -15,6 +15,6 @@ declare function SDKBreadcrumbs({
|
|
|
15
15
|
currentPath: string;
|
|
16
16
|
basePath?: string;
|
|
17
17
|
config?: BreadcrumbConfig | null;
|
|
18
|
-
}):
|
|
18
|
+
}): react_jsx_runtime3.JSX.Element | null;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { SDKBreadcrumbs as t };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime64 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/contexts/component-generics.d.ts
|
|
5
5
|
type DeepPartialMap<L> = { [K in keyof L]?: Partial<L[K]> };
|
|
@@ -25,6 +25,6 @@ declare function ComponentProvider<C, L>({
|
|
|
25
25
|
}: {
|
|
26
26
|
value: ComponentsContextType<C, L>;
|
|
27
27
|
children: React$1.ReactNode;
|
|
28
|
-
}):
|
|
28
|
+
}): react_jsx_runtime64.JSX.Element;
|
|
29
29
|
//#endregion
|
|
30
30
|
export { useComponents as a, useComponentContext as i, ComponentsContextType as n, customizeComponents as r, ComponentProvider as t };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as SDKBreadcrumbs } from "../breadcrumbs-
|
|
1
|
+
import { t as SDKBreadcrumbs } from "../breadcrumbs-BJwRrIDS.js";
|
|
2
2
|
export { SDKBreadcrumbs };
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime12 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/icons.d.ts
|
|
4
4
|
declare function GoIcon({
|
|
5
5
|
className
|
|
6
6
|
}: {
|
|
7
7
|
className?: string;
|
|
8
|
-
}):
|
|
8
|
+
}): react_jsx_runtime12.JSX.Element;
|
|
9
9
|
declare function JavaIcon({
|
|
10
10
|
className
|
|
11
11
|
}: {
|
|
12
12
|
className?: string;
|
|
13
|
-
}):
|
|
13
|
+
}): react_jsx_runtime12.JSX.Element;
|
|
14
14
|
declare function KotlinIcon({
|
|
15
15
|
className
|
|
16
16
|
}: {
|
|
17
17
|
className?: string;
|
|
18
|
-
}):
|
|
18
|
+
}): react_jsx_runtime12.JSX.Element;
|
|
19
19
|
declare function PythonIcon({
|
|
20
20
|
className
|
|
21
21
|
}: {
|
|
22
22
|
className?: string;
|
|
23
|
-
}):
|
|
23
|
+
}): react_jsx_runtime12.JSX.Element;
|
|
24
24
|
declare function RubyIcon({
|
|
25
25
|
className
|
|
26
26
|
}: {
|
|
27
27
|
className?: string;
|
|
28
|
-
}):
|
|
28
|
+
}): react_jsx_runtime12.JSX.Element;
|
|
29
29
|
declare function TerraformIcon({
|
|
30
30
|
className
|
|
31
31
|
}: {
|
|
32
32
|
className?: string;
|
|
33
|
-
}):
|
|
33
|
+
}): react_jsx_runtime12.JSX.Element;
|
|
34
34
|
declare function TypescriptIcon({
|
|
35
35
|
className
|
|
36
36
|
}: {
|
|
37
37
|
className?: string;
|
|
38
|
-
}):
|
|
38
|
+
}): react_jsx_runtime12.JSX.Element;
|
|
39
39
|
declare function CurlIcon({
|
|
40
40
|
className
|
|
41
41
|
}: {
|
|
42
42
|
className?: string;
|
|
43
|
-
}):
|
|
43
|
+
}): react_jsx_runtime12.JSX.Element;
|
|
44
44
|
declare function PowershellIcon({
|
|
45
45
|
className
|
|
46
46
|
}: {
|
|
47
47
|
className?: string;
|
|
48
|
-
}):
|
|
48
|
+
}): react_jsx_runtime12.JSX.Element;
|
|
49
49
|
//#endregion
|
|
50
50
|
export { CurlIcon, GoIcon, JavaIcon, KotlinIcon, PowershellIcon, PythonIcon, RubyIcon, TerraformIcon, TypescriptIcon };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { t as SDKBreadcrumbs } from "../breadcrumbs-
|
|
2
|
-
import { a as MethodDescription, c as MethodHeaderProps, d as MethodInfo, f as MethodInfoProps, h as MethodRouteProps, i as Method, l as MethodIconBadge, m as MethodRoute, n as HttpMethodIcons, o as MethodDescriptionProps, p as MethodProps, r as HttpMethods, s as MethodHeader, t as HTTPMethod, u as MethodIconProps } from "../method-
|
|
3
|
-
import { a as Join, c as ListViewProps, d as ToggleButtonProps, f as Tooltip, i as InputProps, l as Markdown, n as Expander, o as Link, p as VirtualExpander, r as Input, s as ListView, t as Badge, u as ToggleButton } from "../primitives-
|
|
4
|
-
import { a as PropertyToggle, i as PropertyProps, n as PropertyDescription, o as PropertyToggleProps, r as PropertyDescriptionProps, t as Property } from "../properties-
|
|
1
|
+
import { t as SDKBreadcrumbs } from "../breadcrumbs-BJwRrIDS.js";
|
|
2
|
+
import { a as MethodDescription, c as MethodHeaderProps, d as MethodInfo, f as MethodInfoProps, h as MethodRouteProps, i as Method, l as MethodIconBadge, m as MethodRoute, n as HttpMethodIcons, o as MethodDescriptionProps, p as MethodProps, r as HttpMethods, s as MethodHeader, t as HTTPMethod, u as MethodIconProps } from "../method-BufS4KC3.js";
|
|
3
|
+
import { a as Join, c as ListViewProps, d as ToggleButtonProps, f as Tooltip, i as InputProps, l as Markdown, n as Expander, o as Link, p as VirtualExpander, r as Input, s as ListView, t as Badge, u as ToggleButton } from "../primitives-B7rqll78.js";
|
|
4
|
+
import { a as PropertyToggle, i as PropertyProps, n as PropertyDescription, o as PropertyToggleProps, r as PropertyDescriptionProps, t as Property } from "../properties-DIURiLZX.js";
|
|
5
5
|
import "../routing-CHvzedJA.js";
|
|
6
|
-
import { C as TransformRequestSnippetFn, S as SDKSnippetLanguagesType, T as useReferenceNesting, _ as SDKModelProps, a as SDKChildren, b as SDKRequestTitleProps, c as SDKDeclaration, d as SDKLanguageBlock, f as SDKMethod, g as SDKModel, h as SDKMethodProps, i as ReferenceNestingContextType, l as SDKExample, m as SDKMethodInfo, n as PropertyModelContextType, o as SDKConstraints, p as SDKMethodHeader, r as ReferenceNestingContext, s as SDKConstraintsProps, t as PropertyModelContext, u as SDKIcon, v as SDKReference, w as usePropertyModel, x as SDKSnippetLanguages, y as SDKRequestTitle } from "../sdk-
|
|
7
|
-
import { a as SnippetContainerProps, c as SnippetRequestContainerProps, i as SnippetContainer, l as SnippetResponse, n as SnippetCode, o as SnippetProps, r as SnippetCodeProps, s as SnippetRequestContainer, t as Snippet } from "../snippets-
|
|
8
|
-
import { a as SDKResource, c as SDKRoot, i as SDKOverviewProps, l as SDKRootProps, n as SDKMethodSummaryProps, o as SDKResourceHeader, r as SDKOverview, s as SDKResourceProps, t as SDKMethodSummary } from "../overview-
|
|
9
|
-
import { a as SidebarProps, i as SidebarMethodProps, n as SidebarExpander, o as SidebarResource, r as SidebarMethod, s as SidebarResourceProps, t as Sidebar } from "../sidebar-
|
|
10
|
-
import "../index-
|
|
6
|
+
import { C as TransformRequestSnippetFn, S as SDKSnippetLanguagesType, T as useReferenceNesting, _ as SDKModelProps, a as SDKChildren, b as SDKRequestTitleProps, c as SDKDeclaration, d as SDKLanguageBlock, f as SDKMethod, g as SDKModel, h as SDKMethodProps, i as ReferenceNestingContextType, l as SDKExample, m as SDKMethodInfo, n as PropertyModelContextType, o as SDKConstraints, p as SDKMethodHeader, r as ReferenceNestingContext, s as SDKConstraintsProps, t as PropertyModelContext, u as SDKIcon, v as SDKReference, w as usePropertyModel, x as SDKSnippetLanguages, y as SDKRequestTitle } from "../sdk-D1lxyLub.js";
|
|
7
|
+
import { a as SnippetContainerProps, c as SnippetRequestContainerProps, i as SnippetContainer, l as SnippetResponse, n as SnippetCode, o as SnippetProps, r as SnippetCodeProps, s as SnippetRequestContainer, t as Snippet } from "../snippets-BZcjtee5.js";
|
|
8
|
+
import { a as SDKResource, c as SDKRoot, i as SDKOverviewProps, l as SDKRootProps, n as SDKMethodSummaryProps, o as SDKResourceHeader, r as SDKOverview, s as SDKResourceProps, t as SDKMethodSummary } from "../overview-DdX0dlwP.js";
|
|
9
|
+
import { a as SidebarProps, i as SidebarMethodProps, n as SidebarExpander, o as SidebarResource, r as SidebarMethod, s as SidebarResourceProps, t as Sidebar } from "../sidebar-eox2y7Tm.js";
|
|
10
|
+
import "../index-koj-Nc-M.js";
|
|
11
11
|
export { Badge, Expander, HTTPMethod, HttpMethodIcons, HttpMethods, Input, InputProps, Join, Link, ListView, ListViewProps, Markdown, Method, MethodDescription, MethodDescriptionProps, MethodHeader, MethodHeaderProps, MethodIconBadge, MethodIconProps, MethodInfo, MethodInfoProps, MethodProps, MethodRoute, MethodRouteProps, Property, PropertyDescription, PropertyDescriptionProps, PropertyModelContext, PropertyModelContextType, PropertyProps, PropertyToggle, PropertyToggleProps, ReferenceNestingContext, ReferenceNestingContextType, SDKBreadcrumbs, SDKChildren, SDKConstraints, SDKConstraintsProps, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKMethodProps, SDKMethodSummary, SDKMethodSummaryProps, SDKModel, SDKModelProps, SDKOverview, SDKOverviewProps, SDKReference, SDKRequestTitle, SDKRequestTitleProps, SDKResource, SDKResourceHeader, SDKResourceProps, SDKRoot, SDKRootProps, SDKSnippetLanguages, SDKSnippetLanguagesType, Sidebar, SidebarExpander, SidebarMethod, SidebarMethodProps, SidebarProps, SidebarResource, SidebarResourceProps, Snippet, SnippetCode, SnippetCodeProps, SnippetContainer, SnippetContainerProps, SnippetProps, SnippetRequestContainer, SnippetRequestContainerProps, SnippetResponse, ToggleButton, ToggleButtonProps, Tooltip, TransformRequestSnippetFn, VirtualExpander, usePropertyModel, useReferenceNesting };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as MethodDescription, c as MethodHeaderProps, d as MethodInfo, f as MethodInfoProps, h as MethodRouteProps, i as Method, l as MethodIconBadge, m as MethodRoute, n as HttpMethodIcons, o as MethodDescriptionProps, p as MethodProps, r as HttpMethods, s as MethodHeader, t as HTTPMethod, u as MethodIconProps } from "../method-
|
|
1
|
+
import { a as MethodDescription, c as MethodHeaderProps, d as MethodInfo, f as MethodInfoProps, h as MethodRouteProps, i as Method, l as MethodIconBadge, m as MethodRoute, n as HttpMethodIcons, o as MethodDescriptionProps, p as MethodProps, r as HttpMethods, s as MethodHeader, t as HTTPMethod, u as MethodIconProps } from "../method-BufS4KC3.js";
|
|
2
2
|
export { HTTPMethod, HttpMethodIcons, HttpMethods, Method, MethodDescription, MethodDescriptionProps, MethodHeader, MethodHeaderProps, MethodIconBadge, MethodIconProps, MethodInfo, MethodInfoProps, MethodProps, MethodRoute, MethodRouteProps };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as SDKResource, c as SDKRoot, i as SDKOverviewProps, l as SDKRootProps, n as SDKMethodSummaryProps, o as SDKResourceHeader, r as SDKOverview, s as SDKResourceProps, t as SDKMethodSummary } from "../overview-
|
|
1
|
+
import { a as SDKResource, c as SDKRoot, i as SDKOverviewProps, l as SDKRootProps, n as SDKMethodSummaryProps, o as SDKResourceHeader, r as SDKOverview, s as SDKResourceProps, t as SDKMethodSummary } from "../overview-DdX0dlwP.js";
|
|
2
2
|
export { SDKMethodSummary, SDKMethodSummaryProps, SDKOverview, SDKOverviewProps, SDKResource, SDKResourceHeader, SDKResourceProps, SDKRoot, SDKRootProps };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as Join, c as ListViewProps, d as ToggleButtonProps, f as Tooltip, i as InputProps, l as Markdown, n as Expander, o as Link, p as VirtualExpander, r as Input, s as ListView, t as Badge, u as ToggleButton } from "../primitives-
|
|
1
|
+
import { a as Join, c as ListViewProps, d as ToggleButtonProps, f as Tooltip, i as InputProps, l as Markdown, n as Expander, o as Link, p as VirtualExpander, r as Input, s as ListView, t as Badge, u as ToggleButton } from "../primitives-B7rqll78.js";
|
|
2
2
|
export { Badge, Expander, Input, InputProps, Join, Link, ListView, ListViewProps, Markdown, ToggleButton, ToggleButtonProps, Tooltip, VirtualExpander };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as PropertyToggle, i as PropertyProps, n as PropertyDescription, o as PropertyToggleProps, r as PropertyDescriptionProps, t as Property } from "../properties-
|
|
1
|
+
import { a as PropertyToggle, i as PropertyProps, n as PropertyDescription, o as PropertyToggleProps, r as PropertyDescriptionProps, t as Property } from "../properties-DIURiLZX.js";
|
|
2
2
|
export { Property, PropertyDescription, PropertyDescriptionProps, PropertyProps, PropertyToggle, PropertyToggleProps };
|
package/dist/components/sdk.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../routing-CHvzedJA.js";
|
|
2
|
-
import { C as TransformRequestSnippetFn, S as SDKSnippetLanguagesType, T as useReferenceNesting, _ as SDKModelProps, a as SDKChildren, b as SDKRequestTitleProps, c as SDKDeclaration, d as SDKLanguageBlock, f as SDKMethod, g as SDKModel, h as SDKMethodProps, i as ReferenceNestingContextType, l as SDKExample, m as SDKMethodInfo, n as PropertyModelContextType, o as SDKConstraints, p as SDKMethodHeader, r as ReferenceNestingContext, s as SDKConstraintsProps, t as PropertyModelContext, u as SDKIcon, v as SDKReference, w as usePropertyModel, x as SDKSnippetLanguages, y as SDKRequestTitle } from "../sdk-
|
|
2
|
+
import { C as TransformRequestSnippetFn, S as SDKSnippetLanguagesType, T as useReferenceNesting, _ as SDKModelProps, a as SDKChildren, b as SDKRequestTitleProps, c as SDKDeclaration, d as SDKLanguageBlock, f as SDKMethod, g as SDKModel, h as SDKMethodProps, i as ReferenceNestingContextType, l as SDKExample, m as SDKMethodInfo, n as PropertyModelContextType, o as SDKConstraints, p as SDKMethodHeader, r as ReferenceNestingContext, s as SDKConstraintsProps, t as PropertyModelContext, u as SDKIcon, v as SDKReference, w as usePropertyModel, x as SDKSnippetLanguages, y as SDKRequestTitle } from "../sdk-D1lxyLub.js";
|
|
3
3
|
export { PropertyModelContext, PropertyModelContextType, ReferenceNestingContext, ReferenceNestingContextType, SDKChildren, SDKConstraints, SDKConstraintsProps, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKMethodProps, SDKModel, SDKModelProps, SDKReference, SDKRequestTitle, SDKRequestTitleProps, SDKSnippetLanguages, SDKSnippetLanguagesType, TransformRequestSnippetFn, usePropertyModel, useReferenceNesting };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as SidebarProps, i as SidebarMethodProps, n as SidebarExpander, o as SidebarResource, r as SidebarMethod, s as SidebarResourceProps, t as Sidebar } from "../sidebar-
|
|
1
|
+
import { a as SidebarProps, i as SidebarMethodProps, n as SidebarExpander, o as SidebarResource, r as SidebarMethod, s as SidebarResourceProps, t as Sidebar } from "../sidebar-eox2y7Tm.js";
|
|
2
2
|
export { Sidebar, SidebarExpander, SidebarMethod, SidebarMethodProps, SidebarProps, SidebarResource, SidebarResourceProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../routing-CHvzedJA.js";
|
|
2
|
-
import "../sdk-
|
|
3
|
-
import { a as SnippetContainerProps, c as SnippetRequestContainerProps, i as SnippetContainer, l as SnippetResponse, n as SnippetCode, o as SnippetProps, r as SnippetCodeProps, s as SnippetRequestContainer, t as Snippet } from "../snippets-
|
|
2
|
+
import "../sdk-D1lxyLub.js";
|
|
3
|
+
import { a as SnippetContainerProps, c as SnippetRequestContainerProps, i as SnippetContainer, l as SnippetResponse, n as SnippetCode, o as SnippetProps, r as SnippetCodeProps, s as SnippetRequestContainer, t as Snippet } from "../snippets-BZcjtee5.js";
|
|
4
4
|
export { Snippet, SnippetCode, SnippetCodeProps, SnippetContainer, SnippetContainerProps, SnippetProps, SnippetRequestContainer, SnippetRequestContainerProps, SnippetResponse };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics-
|
|
1
|
+
import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics-v4X7l-nO.js";
|
|
2
2
|
export { ComponentProvider, ComponentsContextType, customizeComponents, useComponentContext, useComponents };
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import "../breadcrumbs-
|
|
2
|
-
import "../method-
|
|
3
|
-
import "../primitives-
|
|
4
|
-
import "../properties-
|
|
1
|
+
import "../breadcrumbs-BJwRrIDS.js";
|
|
2
|
+
import "../method-BufS4KC3.js";
|
|
3
|
+
import "../primitives-B7rqll78.js";
|
|
4
|
+
import "../properties-DIURiLZX.js";
|
|
5
5
|
import "../routing-CHvzedJA.js";
|
|
6
|
-
import "../sdk-
|
|
7
|
-
import "../snippets-
|
|
8
|
-
import "../overview-
|
|
9
|
-
import "../sidebar-
|
|
10
|
-
import { t as index_d_exports } from "../index-
|
|
11
|
-
import { r as index_d_exports$1 } from "../index-
|
|
6
|
+
import "../sdk-D1lxyLub.js";
|
|
7
|
+
import "../snippets-BZcjtee5.js";
|
|
8
|
+
import "../overview-DdX0dlwP.js";
|
|
9
|
+
import "../sidebar-eox2y7Tm.js";
|
|
10
|
+
import { t as index_d_exports } from "../index-koj-Nc-M.js";
|
|
11
|
+
import { r as index_d_exports$1 } from "../index-Dxr0Oj7i.js";
|
|
12
12
|
|
|
13
13
|
//#region src/contexts/component-types.d.ts
|
|
14
14
|
type AppComponents = typeof index_d_exports;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import "../breadcrumbs-
|
|
2
|
-
import "../method-
|
|
3
|
-
import "../primitives-
|
|
4
|
-
import "../properties-
|
|
1
|
+
import "../breadcrumbs-BJwRrIDS.js";
|
|
2
|
+
import "../method-BufS4KC3.js";
|
|
3
|
+
import "../primitives-B7rqll78.js";
|
|
4
|
+
import "../properties-DIURiLZX.js";
|
|
5
5
|
import "../routing-CHvzedJA.js";
|
|
6
|
-
import "../sdk-
|
|
7
|
-
import "../snippets-
|
|
8
|
-
import "../overview-
|
|
9
|
-
import "../sidebar-
|
|
10
|
-
import { t as index_d_exports } from "../index-
|
|
11
|
-
import { n as ComponentsContextType } from "../component-generics-
|
|
12
|
-
import { r as index_d_exports$1 } from "../index-
|
|
6
|
+
import "../sdk-D1lxyLub.js";
|
|
7
|
+
import "../snippets-BZcjtee5.js";
|
|
8
|
+
import "../overview-DdX0dlwP.js";
|
|
9
|
+
import "../sidebar-eox2y7Tm.js";
|
|
10
|
+
import { t as index_d_exports } from "../index-koj-Nc-M.js";
|
|
11
|
+
import { n as ComponentsContextType } from "../component-generics-v4X7l-nO.js";
|
|
12
|
+
import { r as index_d_exports$1 } from "../index-Dxr0Oj7i.js";
|
|
13
13
|
import React from "react";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react_jsx_runtime51 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/contexts/component.d.ts
|
|
17
17
|
type AppComponents = typeof index_d_exports;
|
|
@@ -25,6 +25,6 @@ declare function ComponentProvider({
|
|
|
25
25
|
components?: Partial<AppComponents>;
|
|
26
26
|
language?: { [K in keyof AppLanguage]?: Partial<AppLanguage[K]> };
|
|
27
27
|
children: React.ReactNode;
|
|
28
|
-
}):
|
|
28
|
+
}): react_jsx_runtime51.JSX.Element;
|
|
29
29
|
//#endregion
|
|
30
30
|
export { AppComponents, AppLanguage, ComponentProvider, defaultContextValue };
|
package/dist/contexts/docs.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as PropertySettingsType, c as useDocs, d as useSettings, f as useSnippet, i as DocsProviderProps, l as useLanguage, n as DocsContextType, o as useContentPanelLayout, p as useSpec, r as DocsProvider, s as useDeclaration, t as ContentPanelLayout, u as useResource } from "../docs-
|
|
1
|
+
import { a as PropertySettingsType, c as useDocs, d as useSettings, f as useSnippet, i as DocsProviderProps, l as useLanguage, n as DocsContextType, o as useContentPanelLayout, p as useSpec, r as DocsProvider, s as useDeclaration, t as ContentPanelLayout, u as useResource } from "../docs-CEN4Xl5K.js";
|
|
2
2
|
export { ContentPanelLayout, DocsContextType, DocsProvider, DocsProviderProps, PropertySettingsType, useContentPanelLayout, useDeclaration, useDocs, useLanguage, useResource, useSettings, useSnippet, useSpec };
|
package/dist/contexts/index.d.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import "../breadcrumbs-
|
|
2
|
-
import "../method-
|
|
3
|
-
import "../primitives-
|
|
4
|
-
import "../properties-
|
|
1
|
+
import "../breadcrumbs-BJwRrIDS.js";
|
|
2
|
+
import "../method-BufS4KC3.js";
|
|
3
|
+
import "../primitives-B7rqll78.js";
|
|
4
|
+
import "../properties-DIURiLZX.js";
|
|
5
5
|
import "../routing-CHvzedJA.js";
|
|
6
|
-
import "../sdk-
|
|
7
|
-
import "../snippets-
|
|
8
|
-
import "../overview-
|
|
9
|
-
import "../sidebar-
|
|
10
|
-
import "../index-
|
|
11
|
-
import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics-
|
|
12
|
-
import "../index-
|
|
13
|
-
import { a as PropertySettingsType, c as useDocs, d as useSettings, f as useSnippet, i as DocsProviderProps, l as useLanguage, n as DocsContextType, o as useContentPanelLayout, p as useSpec, r as DocsProvider, s as useDeclaration, t as ContentPanelLayout, u as useResource } from "../docs-
|
|
14
|
-
import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "../navigation-
|
|
15
|
-
import { a as useMarkdownContext, i as useHighlight, n as MarkdownProvider, o as useRenderMarkdown, r as MarkdownProviderProps, t as MarkdownContext } from "../markdown-
|
|
6
|
+
import "../sdk-D1lxyLub.js";
|
|
7
|
+
import "../snippets-BZcjtee5.js";
|
|
8
|
+
import "../overview-DdX0dlwP.js";
|
|
9
|
+
import "../sidebar-eox2y7Tm.js";
|
|
10
|
+
import "../index-koj-Nc-M.js";
|
|
11
|
+
import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics-v4X7l-nO.js";
|
|
12
|
+
import "../index-Dxr0Oj7i.js";
|
|
13
|
+
import { a as PropertySettingsType, c as useDocs, d as useSettings, f as useSnippet, i as DocsProviderProps, l as useLanguage, n as DocsContextType, o as useContentPanelLayout, p as useSpec, r as DocsProvider, s as useDeclaration, t as ContentPanelLayout, u as useResource } from "../docs-CEN4Xl5K.js";
|
|
14
|
+
import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "../navigation-tYqZ92k_.js";
|
|
15
|
+
import { a as useMarkdownContext, i as useHighlight, n as MarkdownProvider, o as useRenderMarkdown, r as MarkdownProviderProps, t as MarkdownContext } from "../markdown-Cf1yLmR9.js";
|
|
16
16
|
import "../types-fEIVKcbt.js";
|
|
17
|
-
import { a as useSearchContext, i as useSearch, n as SearchProvider, r as SearchProviderProps, t as SearchContextType } from "../search-
|
|
18
|
-
import { n as useLanguageComponents } from "../index-
|
|
17
|
+
import { a as useSearchContext, i as useSearch, n as SearchProvider, r as SearchProviderProps, t as SearchContextType } from "../search-D2KsMSvq.js";
|
|
18
|
+
import { n as useLanguageComponents } from "../index-BNwrwxMQ.js";
|
|
19
19
|
export { ComponentProvider, ComponentsContextType, ContentPanelLayout, DocsContextType, DocsProvider, DocsProviderProps, MarkdownContext, MarkdownProvider, MarkdownProviderProps, NavigationContextType, NavigationHandler, NavigationProvider, NavigationProviderProps, PropertySettingsType, SearchContextType, SearchProvider, SearchProviderProps, customizeComponents, useComponentContext, useComponents, useContentPanelLayout, useDeclaration, useDocs, useHighlight, useLanguage, useLanguageComponents, useMarkdownContext, useNavigation, useRenderMarkdown, useResource, useSearch, useSearchContext, useSettings, useSnippet, useSpec };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as useMarkdownContext, i as useHighlight, n as MarkdownProvider, o as useRenderMarkdown, r as MarkdownProviderProps, t as MarkdownContext } from "../markdown-
|
|
1
|
+
import { a as useMarkdownContext, i as useHighlight, n as MarkdownProvider, o as useRenderMarkdown, r as MarkdownProviderProps, t as MarkdownContext } from "../markdown-Cf1yLmR9.js";
|
|
2
2
|
export { MarkdownContext, MarkdownProvider, MarkdownProviderProps, useHighlight, useMarkdownContext, useRenderMarkdown };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../routing-CHvzedJA.js";
|
|
2
|
-
import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "../navigation-
|
|
2
|
+
import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "../navigation-tYqZ92k_.js";
|
|
3
3
|
export { NavigationContextType, NavigationHandler, NavigationProvider, NavigationProviderProps, useNavigation };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../routing-CHvzedJA.js";
|
|
2
2
|
import "../types-fEIVKcbt.js";
|
|
3
|
-
import { a as useSearchContext, i as useSearch, n as SearchProvider, r as SearchProviderProps, t as SearchContextType } from "../search-
|
|
3
|
+
import { a as useSearchContext, i as useSearch, n as SearchProvider, r as SearchProviderProps, t as SearchContextType } from "../search-D2KsMSvq.js";
|
|
4
4
|
export { SearchContextType, SearchProvider, SearchProviderProps, useSearch, useSearchContext };
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import "../breadcrumbs-
|
|
2
|
-
import "../method-
|
|
3
|
-
import "../primitives-
|
|
4
|
-
import "../properties-
|
|
1
|
+
import "../breadcrumbs-BJwRrIDS.js";
|
|
2
|
+
import "../method-BufS4KC3.js";
|
|
3
|
+
import "../primitives-B7rqll78.js";
|
|
4
|
+
import "../properties-DIURiLZX.js";
|
|
5
5
|
import "../routing-CHvzedJA.js";
|
|
6
|
-
import "../sdk-
|
|
7
|
-
import "../snippets-
|
|
8
|
-
import "../overview-
|
|
9
|
-
import "../sidebar-
|
|
10
|
-
import { t as index_d_exports } from "../index-
|
|
6
|
+
import "../sdk-D1lxyLub.js";
|
|
7
|
+
import "../snippets-BZcjtee5.js";
|
|
8
|
+
import "../overview-DdX0dlwP.js";
|
|
9
|
+
import "../sidebar-eox2y7Tm.js";
|
|
10
|
+
import { t as index_d_exports } from "../index-koj-Nc-M.js";
|
|
11
11
|
|
|
12
12
|
//#region src/contexts/use-components.d.ts
|
|
13
13
|
declare const useComponents: () => typeof index_d_exports;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime63 from "react/jsx-runtime";
|
|
3
3
|
import * as _stainless_sdk_json0 from "@stainless/sdk-json";
|
|
4
4
|
import { LanguageDeclNodes, Spec, SpecLanguage } from "@stainless/sdk-json";
|
|
5
5
|
|
|
@@ -31,7 +31,7 @@ declare function useSnippet(stainlessPath: string, language?: SpecLanguage, vari
|
|
|
31
31
|
type Declaration = LanguageDeclNodes[SpecLanguage];
|
|
32
32
|
declare function useDeclaration<Required extends boolean>(stainlessPath: string, required: Required, language?: SpecLanguage): (Required extends true ? never : undefined) | Declaration;
|
|
33
33
|
declare function useResource(name: string): _stainless_sdk_json0.Resource | undefined;
|
|
34
|
-
declare function useLanguage(): "
|
|
34
|
+
declare function useLanguage(): "node" | "go" | "python" | "terraform" | "http" | "typescript" | "ruby" | "java" | "kotlin";
|
|
35
35
|
declare function useContentPanelLayout(): ContentPanelLayout;
|
|
36
36
|
type DocsProviderProps = DocsContextType & {
|
|
37
37
|
children: React$1.ReactNode;
|
|
@@ -41,6 +41,6 @@ declare function DocsProvider({
|
|
|
41
41
|
language,
|
|
42
42
|
settings,
|
|
43
43
|
children
|
|
44
|
-
}: DocsProviderProps):
|
|
44
|
+
}: DocsProviderProps): react_jsx_runtime63.JSX.Element;
|
|
45
45
|
//#endregion
|
|
46
46
|
export { PropertySettingsType as a, useDocs as c, useSettings as d, useSnippet as f, DocsProviderProps as i, useLanguage as l, DocsContextType as n, useContentPanelLayout as o, useSpec as p, DocsProvider as r, useDeclaration as s, ContentPanelLayout as t, useResource as u };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "./component-generics-
|
|
2
|
-
import { t as LanguageComponentDefinition } from "./index-
|
|
3
|
-
import { a as PropertySettingsType, c as useDocs, d as useSettings, f as useSnippet, i as DocsProviderProps, l as useLanguage, n as DocsContextType, o as useContentPanelLayout, p as useSpec, r as DocsProvider, s as useDeclaration, t as ContentPanelLayout, u as useResource } from "./docs-
|
|
4
|
-
import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "./navigation-
|
|
5
|
-
import { a as useMarkdownContext, i as useHighlight, n as MarkdownProvider, o as useRenderMarkdown, r as MarkdownProviderProps, t as MarkdownContext } from "./markdown-
|
|
6
|
-
import { a as useSearchContext, i as useSearch, n as SearchProvider, r as SearchProviderProps, t as SearchContextType } from "./search-
|
|
1
|
+
import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "./component-generics-v4X7l-nO.js";
|
|
2
|
+
import { t as LanguageComponentDefinition } from "./index-Dxr0Oj7i.js";
|
|
3
|
+
import { a as PropertySettingsType, c as useDocs, d as useSettings, f as useSnippet, i as DocsProviderProps, l as useLanguage, n as DocsContextType, o as useContentPanelLayout, p as useSpec, r as DocsProvider, s as useDeclaration, t as ContentPanelLayout, u as useResource } from "./docs-CEN4Xl5K.js";
|
|
4
|
+
import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "./navigation-tYqZ92k_.js";
|
|
5
|
+
import { a as useMarkdownContext, i as useHighlight, n as MarkdownProvider, o as useRenderMarkdown, r as MarkdownProviderProps, t as MarkdownContext } from "./markdown-Cf1yLmR9.js";
|
|
6
|
+
import { a as useSearchContext, i as useSearch, n as SearchProvider, r as SearchProviderProps, t as SearchContextType } from "./search-D2KsMSvq.js";
|
|
7
7
|
|
|
8
8
|
//#region src/contexts/index.d.ts
|
|
9
9
|
declare namespace index_d_exports {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { i as PropertyProps } from "./properties-
|
|
1
|
+
import { i as PropertyProps } from "./properties-DIURiLZX.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
3
|
import React, { ReactNode } from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime28 from "react/jsx-runtime";
|
|
5
5
|
import { DeclarationNode, GoAST, HttpAST, JavaAST, PythonAST, RubyAST, TSAST, Type } from "@stainless/sdk-json";
|
|
6
6
|
|
|
7
7
|
//#region src/languages/typescript.d.ts
|
|
@@ -13,16 +13,16 @@ type TypeProps$5 = {
|
|
|
13
13
|
};
|
|
14
14
|
declare function TypeName$5({
|
|
15
15
|
type
|
|
16
|
-
}: TypeProps$5): string |
|
|
16
|
+
}: TypeProps$5): string | react_jsx_runtime28.JSX.Element;
|
|
17
17
|
declare function Type$6({
|
|
18
18
|
type
|
|
19
|
-
}: TypeProps$5):
|
|
19
|
+
}: TypeProps$5): react_jsx_runtime28.JSX.Element;
|
|
20
20
|
type MethodSignatureProps$5 = {
|
|
21
21
|
decl: TSAST.TSDeclFunction;
|
|
22
22
|
};
|
|
23
23
|
declare function MethodSignature$5({
|
|
24
24
|
decl
|
|
25
|
-
}: MethodSignatureProps$5):
|
|
25
|
+
}: MethodSignatureProps$5): react_jsx_runtime28.JSX.Element;
|
|
26
26
|
type PropertyProps$6 = {
|
|
27
27
|
decl: TSAST.TSDeclaration;
|
|
28
28
|
children: PropertyFn;
|
|
@@ -36,7 +36,7 @@ type DeclarationProps$5 = {
|
|
|
36
36
|
};
|
|
37
37
|
declare function Declaration$5({
|
|
38
38
|
decl
|
|
39
|
-
}: DeclarationProps$5):
|
|
39
|
+
}: DeclarationProps$5): react_jsx_runtime28.JSX.Element | undefined;
|
|
40
40
|
declare namespace java_d_exports {
|
|
41
41
|
export { Declaration$4 as Declaration, DeclarationProps$4 as DeclarationProps, MethodSignature$4 as MethodSignature, MethodSignatureProps$4 as MethodSignatureProps, Property$4 as Property, PropertyProps$5 as PropertyProps, Type$5 as Type, TypeName$4 as TypeName };
|
|
42
42
|
}
|
|
@@ -47,17 +47,17 @@ type TypeProps$4 = {
|
|
|
47
47
|
declare function TypeName$4({
|
|
48
48
|
type,
|
|
49
49
|
optional
|
|
50
|
-
}: TypeProps$4):
|
|
50
|
+
}: TypeProps$4): react_jsx_runtime28.JSX.Element | "List";
|
|
51
51
|
declare function Type$5({
|
|
52
52
|
type,
|
|
53
53
|
optional
|
|
54
|
-
}: TypeProps$4):
|
|
54
|
+
}: TypeProps$4): react_jsx_runtime28.JSX.Element;
|
|
55
55
|
type MethodSignatureProps$4 = {
|
|
56
56
|
decl: JavaAST.JavaDeclFunction;
|
|
57
57
|
};
|
|
58
58
|
declare function MethodSignature$4({
|
|
59
59
|
decl
|
|
60
|
-
}: MethodSignatureProps$4):
|
|
60
|
+
}: MethodSignatureProps$4): react_jsx_runtime28.JSX.Element;
|
|
61
61
|
type PropertyProps$5 = {
|
|
62
62
|
decl: JavaAST.JavaDeclaration;
|
|
63
63
|
children: PropertyFn;
|
|
@@ -71,7 +71,7 @@ type DeclarationProps$4 = {
|
|
|
71
71
|
};
|
|
72
72
|
declare function Declaration$4({
|
|
73
73
|
decl
|
|
74
|
-
}: DeclarationProps$4):
|
|
74
|
+
}: DeclarationProps$4): react_jsx_runtime28.JSX.Element | null | undefined;
|
|
75
75
|
declare namespace go_d_exports {
|
|
76
76
|
export { Declaration$3 as Declaration, DeclarationProps$3 as DeclarationProps, MethodSignature$3 as MethodSignature, MethodSignatureProps$3 as MethodSignatureProps, Property$3 as Property, PropertyProps$4 as PropertyProps, Type$4 as Type, TypeName$3 as TypeName, TypeProps$3 as TypeProps };
|
|
77
77
|
}
|
|
@@ -80,16 +80,16 @@ type TypeProps$3 = {
|
|
|
80
80
|
};
|
|
81
81
|
declare function TypeName$3({
|
|
82
82
|
type
|
|
83
|
-
}: TypeProps$3): string |
|
|
83
|
+
}: TypeProps$3): string | react_jsx_runtime28.JSX.Element;
|
|
84
84
|
declare function Type$4({
|
|
85
85
|
type
|
|
86
|
-
}: TypeProps$3):
|
|
86
|
+
}: TypeProps$3): react_jsx_runtime28.JSX.Element;
|
|
87
87
|
type MethodSignatureProps$3 = {
|
|
88
88
|
decl: GoAST.GoDeclFunction;
|
|
89
89
|
};
|
|
90
90
|
declare function MethodSignature$3({
|
|
91
91
|
decl
|
|
92
|
-
}: MethodSignatureProps$3):
|
|
92
|
+
}: MethodSignatureProps$3): react_jsx_runtime28.JSX.Element;
|
|
93
93
|
type PropertyProps$4 = {
|
|
94
94
|
decl: GoAST.GoDeclaration;
|
|
95
95
|
children: PropertyFn;
|
|
@@ -103,7 +103,7 @@ type DeclarationProps$3 = {
|
|
|
103
103
|
};
|
|
104
104
|
declare function Declaration$3({
|
|
105
105
|
decl
|
|
106
|
-
}: DeclarationProps$3):
|
|
106
|
+
}: DeclarationProps$3): react_jsx_runtime28.JSX.Element | undefined;
|
|
107
107
|
declare namespace python_d_exports {
|
|
108
108
|
export { Declaration$2 as Declaration, DeclarationProps$2 as DeclarationProps, MethodSignature$2 as MethodSignature, MethodSignatureProps$2 as MethodSignatureProps, Property$2 as Property, PropertyProps$3 as PropertyProps, Type$3 as Type, TypeName$2 as TypeName };
|
|
109
109
|
}
|
|
@@ -112,16 +112,16 @@ type TypeProps$2 = {
|
|
|
112
112
|
};
|
|
113
113
|
declare function TypeName$2({
|
|
114
114
|
type
|
|
115
|
-
}: TypeProps$2): string |
|
|
115
|
+
}: TypeProps$2): string | react_jsx_runtime28.JSX.Element;
|
|
116
116
|
declare function Type$3({
|
|
117
117
|
type
|
|
118
|
-
}: TypeProps$2):
|
|
118
|
+
}: TypeProps$2): react_jsx_runtime28.JSX.Element;
|
|
119
119
|
type MethodSignatureProps$2 = {
|
|
120
120
|
decl: PythonAST.PythonDeclFunction;
|
|
121
121
|
};
|
|
122
122
|
declare function MethodSignature$2({
|
|
123
123
|
decl
|
|
124
|
-
}: MethodSignatureProps$2):
|
|
124
|
+
}: MethodSignatureProps$2): react_jsx_runtime28.JSX.Element;
|
|
125
125
|
type PropertyProps$3 = {
|
|
126
126
|
decl: PythonAST.PythonDeclaration;
|
|
127
127
|
children: PropertyFn;
|
|
@@ -135,7 +135,7 @@ type DeclarationProps$2 = {
|
|
|
135
135
|
};
|
|
136
136
|
declare function Declaration$2({
|
|
137
137
|
decl
|
|
138
|
-
}: DeclarationProps$2):
|
|
138
|
+
}: DeclarationProps$2): react_jsx_runtime28.JSX.Element | undefined;
|
|
139
139
|
declare namespace ruby_d_exports {
|
|
140
140
|
export { Declaration$1 as Declaration, DeclarationProps$1 as DeclarationProps, MethodSignature$1 as MethodSignature, MethodSignatureProps$1 as MethodSignatureProps, Property$1 as Property, PropertyProps$2 as PropertyProps, Type$2 as Type, TypeName$1 as TypeName };
|
|
141
141
|
}
|
|
@@ -144,16 +144,16 @@ type TypeProps$1 = {
|
|
|
144
144
|
};
|
|
145
145
|
declare function TypeName$1({
|
|
146
146
|
type
|
|
147
|
-
}: TypeProps$1): string |
|
|
147
|
+
}: TypeProps$1): string | react_jsx_runtime28.JSX.Element;
|
|
148
148
|
declare function Type$2({
|
|
149
149
|
type
|
|
150
|
-
}: TypeProps$1):
|
|
150
|
+
}: TypeProps$1): react_jsx_runtime28.JSX.Element;
|
|
151
151
|
type MethodSignatureProps$1 = {
|
|
152
152
|
decl: RubyAST.RubyDeclFunction;
|
|
153
153
|
};
|
|
154
154
|
declare function MethodSignature$1({
|
|
155
155
|
decl
|
|
156
|
-
}: MethodSignatureProps$1):
|
|
156
|
+
}: MethodSignatureProps$1): react_jsx_runtime28.JSX.Element;
|
|
157
157
|
type PropertyProps$2 = {
|
|
158
158
|
decl: RubyAST.RubyDeclaration;
|
|
159
159
|
children: PropertyFn;
|
|
@@ -167,7 +167,7 @@ type DeclarationProps$1 = {
|
|
|
167
167
|
};
|
|
168
168
|
declare function Declaration$1({
|
|
169
169
|
decl
|
|
170
|
-
}: DeclarationProps$1):
|
|
170
|
+
}: DeclarationProps$1): react_jsx_runtime28.JSX.Element | undefined;
|
|
171
171
|
declare namespace http_d_exports {
|
|
172
172
|
export { Declaration, DeclarationProps, MethodInfo, MethodSignature, MethodSignatureProps, Property, PropertyProps$1 as PropertyProps, Type$1 as Type, TypeName };
|
|
173
173
|
}
|
|
@@ -176,10 +176,10 @@ type TypeProps = {
|
|
|
176
176
|
};
|
|
177
177
|
declare function TypeName({
|
|
178
178
|
type
|
|
179
|
-
}: TypeProps): string |
|
|
179
|
+
}: TypeProps): string | react_jsx_runtime28.JSX.Element;
|
|
180
180
|
declare function Type$1({
|
|
181
181
|
type
|
|
182
|
-
}: TypeProps):
|
|
182
|
+
}: TypeProps): react_jsx_runtime28.JSX.Element | undefined;
|
|
183
183
|
type MethodSignatureProps = {
|
|
184
184
|
decl: HttpAST.HttpDeclFunction;
|
|
185
185
|
};
|
|
@@ -191,7 +191,7 @@ declare function MethodInfo({
|
|
|
191
191
|
children
|
|
192
192
|
}: MethodSignatureProps & {
|
|
193
193
|
children: React.ReactNode;
|
|
194
|
-
}):
|
|
194
|
+
}): react_jsx_runtime28.JSX.Element;
|
|
195
195
|
type PropertyProps$1 = {
|
|
196
196
|
decl: HttpAST.HttpDeclaration;
|
|
197
197
|
children: PropertyFn;
|
|
@@ -205,7 +205,7 @@ type DeclarationProps = {
|
|
|
205
205
|
};
|
|
206
206
|
declare function Declaration({
|
|
207
207
|
decl
|
|
208
|
-
}: DeclarationProps):
|
|
208
|
+
}: DeclarationProps): react_jsx_runtime28.JSX.Element | undefined;
|
|
209
209
|
declare namespace index_d_exports {
|
|
210
210
|
export { LanguageComponentDefinition, PropertyFn, go_d_exports as go, http_d_exports as http, java_d_exports as java, kotlin, node, python_d_exports as python, ruby_d_exports as ruby, typescript_d_exports as typescript };
|
|
211
211
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { t as SDKBreadcrumbs } from "./breadcrumbs-
|
|
2
|
-
import { a as MethodDescription, c as MethodHeaderProps, d as MethodInfo, f as MethodInfoProps, h as MethodRouteProps, i as Method, l as MethodIconBadge, m as MethodRoute, n as HttpMethodIcons, o as MethodDescriptionProps, p as MethodProps, r as HttpMethods, s as MethodHeader, t as HTTPMethod, u as MethodIconProps } from "./method-
|
|
3
|
-
import { a as Join, c as ListViewProps, d as ToggleButtonProps, f as Tooltip, i as InputProps, l as Markdown, n as Expander, o as Link, p as VirtualExpander, r as Input, s as ListView, t as Badge, u as ToggleButton } from "./primitives-
|
|
4
|
-
import { a as PropertyToggle, i as PropertyProps, n as PropertyDescription, o as PropertyToggleProps, r as PropertyDescriptionProps, t as Property } from "./properties-
|
|
5
|
-
import { C as TransformRequestSnippetFn, S as SDKSnippetLanguagesType, T as useReferenceNesting, _ as SDKModelProps, a as SDKChildren, b as SDKRequestTitleProps, c as SDKDeclaration, d as SDKLanguageBlock, f as SDKMethod, g as SDKModel, h as SDKMethodProps, i as ReferenceNestingContextType, l as SDKExample, m as SDKMethodInfo, n as PropertyModelContextType, o as SDKConstraints, p as SDKMethodHeader, r as ReferenceNestingContext, s as SDKConstraintsProps, t as PropertyModelContext, u as SDKIcon, v as SDKReference, w as usePropertyModel, x as SDKSnippetLanguages, y as SDKRequestTitle } from "./sdk-
|
|
6
|
-
import { a as SnippetContainerProps, c as SnippetRequestContainerProps, i as SnippetContainer, l as SnippetResponse, n as SnippetCode, o as SnippetProps, r as SnippetCodeProps, s as SnippetRequestContainer, t as Snippet } from "./snippets-
|
|
7
|
-
import { a as SDKResource, c as SDKRoot, i as SDKOverviewProps, l as SDKRootProps, n as SDKMethodSummaryProps, o as SDKResourceHeader, r as SDKOverview, s as SDKResourceProps, t as SDKMethodSummary } from "./overview-
|
|
8
|
-
import { a as SidebarProps, i as SidebarMethodProps, n as SidebarExpander, o as SidebarResource, r as SidebarMethod, s as SidebarResourceProps, t as Sidebar } from "./sidebar-
|
|
1
|
+
import { t as SDKBreadcrumbs } from "./breadcrumbs-BJwRrIDS.js";
|
|
2
|
+
import { a as MethodDescription, c as MethodHeaderProps, d as MethodInfo, f as MethodInfoProps, h as MethodRouteProps, i as Method, l as MethodIconBadge, m as MethodRoute, n as HttpMethodIcons, o as MethodDescriptionProps, p as MethodProps, r as HttpMethods, s as MethodHeader, t as HTTPMethod, u as MethodIconProps } from "./method-BufS4KC3.js";
|
|
3
|
+
import { a as Join, c as ListViewProps, d as ToggleButtonProps, f as Tooltip, i as InputProps, l as Markdown, n as Expander, o as Link, p as VirtualExpander, r as Input, s as ListView, t as Badge, u as ToggleButton } from "./primitives-B7rqll78.js";
|
|
4
|
+
import { a as PropertyToggle, i as PropertyProps, n as PropertyDescription, o as PropertyToggleProps, r as PropertyDescriptionProps, t as Property } from "./properties-DIURiLZX.js";
|
|
5
|
+
import { C as TransformRequestSnippetFn, S as SDKSnippetLanguagesType, T as useReferenceNesting, _ as SDKModelProps, a as SDKChildren, b as SDKRequestTitleProps, c as SDKDeclaration, d as SDKLanguageBlock, f as SDKMethod, g as SDKModel, h as SDKMethodProps, i as ReferenceNestingContextType, l as SDKExample, m as SDKMethodInfo, n as PropertyModelContextType, o as SDKConstraints, p as SDKMethodHeader, r as ReferenceNestingContext, s as SDKConstraintsProps, t as PropertyModelContext, u as SDKIcon, v as SDKReference, w as usePropertyModel, x as SDKSnippetLanguages, y as SDKRequestTitle } from "./sdk-D1lxyLub.js";
|
|
6
|
+
import { a as SnippetContainerProps, c as SnippetRequestContainerProps, i as SnippetContainer, l as SnippetResponse, n as SnippetCode, o as SnippetProps, r as SnippetCodeProps, s as SnippetRequestContainer, t as Snippet } from "./snippets-BZcjtee5.js";
|
|
7
|
+
import { a as SDKResource, c as SDKRoot, i as SDKOverviewProps, l as SDKRootProps, n as SDKMethodSummaryProps, o as SDKResourceHeader, r as SDKOverview, s as SDKResourceProps, t as SDKMethodSummary } from "./overview-DdX0dlwP.js";
|
|
8
|
+
import { a as SidebarProps, i as SidebarMethodProps, n as SidebarExpander, o as SidebarResource, r as SidebarMethod, s as SidebarResourceProps, t as Sidebar } from "./sidebar-eox2y7Tm.js";
|
|
9
9
|
|
|
10
10
|
//#region src/components/index.d.ts
|
|
11
11
|
declare namespace index_d_exports {
|