@stainless-api/docs-ui 0.1.0-beta.63 → 0.1.0-beta.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (132) hide show
  1. package/dist/{breadcrumbs-DwldC63b.d.ts → breadcrumbs--UnnviuM.d.ts} +3 -3
  2. package/dist/{breadcrumbs-CpdCGzeH.d.ts → breadcrumbs-D-5T4feJ.d.ts} +3 -3
  3. package/dist/{breadcrumbs-hzZqGExJ.js → breadcrumbs-LWaLZTKQ.js} +3 -3
  4. package/dist/{cli-BAhN1pvm.js → cli-DxaqMIw8.js} +2 -2
  5. package/dist/{component-Bf-__z99.js → component-DJPAOOcm.js} +2 -2
  6. package/dist/{component-generics-uYXTXWFi.d.ts → component-generics-B7o0uTDM.d.ts} +2 -2
  7. package/dist/{component-generics-Bs9VsgxB.d.ts → component-generics-MlWbpDgJ.d.ts} +2 -2
  8. package/dist/components/MaskedInput.d.ts +3 -3
  9. package/dist/components/MaskedInput.js +1 -1
  10. package/dist/components/breadcrumbs.d.ts +1 -1
  11. package/dist/components/breadcrumbs.js +2 -2
  12. package/dist/components/icons.d.ts +12 -12
  13. package/dist/components/index.d.ts +11 -11
  14. package/dist/components/index.js +10 -10
  15. package/dist/components/method.d.ts +1 -1
  16. package/dist/components/method.js +2 -2
  17. package/dist/components/overview.d.ts +1 -1
  18. package/dist/components/overview.js +3 -3
  19. package/dist/components/primitives.d.ts +1 -1
  20. package/dist/components/primitives.js +1 -1
  21. package/dist/components/properties.d.ts +1 -1
  22. package/dist/components/properties.js +1 -1
  23. package/dist/components/sdk-sidebar.d.ts +1 -1
  24. package/dist/components/sdk-sidebar.js +2 -2
  25. package/dist/components/sdk.d.ts +1 -1
  26. package/dist/components/sdk.js +1 -1
  27. package/dist/components/snippets.d.ts +2 -2
  28. package/dist/components/snippets.js +1 -1
  29. package/dist/components/stl-sidebar.d.ts +2 -2
  30. package/dist/components/stl-sidebar.js +1 -1
  31. package/dist/{components-CwIKWfid.js → components-BDWui61-.js} +9 -9
  32. package/dist/contexts/component-generics.d.ts +1 -1
  33. package/dist/contexts/component-types.d.ts +11 -11
  34. package/dist/contexts/component.d.ts +14 -14
  35. package/dist/contexts/component.js +21 -20
  36. package/dist/contexts/docs.d.ts +1 -1
  37. package/dist/contexts/index.d.ts +15 -15
  38. package/dist/contexts/markdown.d.ts +1 -1
  39. package/dist/contexts/navigation.d.ts +1 -1
  40. package/dist/contexts/use-components.d.ts +10 -10
  41. package/dist/{csharp-BD37FKH6.js → csharp-DG58HgOR.js} +1 -1
  42. package/dist/{docs-FJV1-6V2.d.ts → docs-B7UKWxWn.d.ts} +3 -3
  43. package/dist/{docs-Chc8A7zc.d.ts → docs-QzBZ07DA.d.ts} +3 -3
  44. package/dist/{go-v-i4WDzK.js → go-FsjdFhA1.js} +1 -1
  45. package/dist/{http-BKoVLcpv.js → http-BjtWXfQq.js} +3 -3
  46. package/dist/{index-DuHyTVVD.d.ts → index-CwjGm9zX.d.ts} +33 -2
  47. package/dist/index-D7cYRCX9.d.ts +345 -0
  48. package/dist/{index-Dz6SFEud.d.ts → index-DJvggpZ-.d.ts} +10 -10
  49. package/dist/{index-_wZU78e1.d.ts → index-DRblqs_x.d.ts} +10 -10
  50. package/dist/index-DbDRmfDC.d.ts +345 -0
  51. package/dist/index.d.ts +16 -16
  52. package/dist/index.js +23 -22
  53. package/dist/{java-A6j1NMJ7.js → java-Bd6ywsPr.js} +1 -1
  54. package/dist/languages/cli.d.ts +11 -11
  55. package/dist/languages/cli.js +12 -12
  56. package/dist/languages/csharp.d.ts +11 -11
  57. package/dist/languages/csharp.js +1 -1
  58. package/dist/languages/go.d.ts +11 -11
  59. package/dist/languages/go.js +1 -1
  60. package/dist/languages/http.d.ts +11 -11
  61. package/dist/languages/http.js +11 -11
  62. package/dist/languages/index.d.ts +12 -12
  63. package/dist/languages/index.js +21 -20
  64. package/dist/languages/java.d.ts +11 -11
  65. package/dist/languages/java.js +1 -1
  66. package/dist/languages/python.d.ts +11 -11
  67. package/dist/languages/python.js +1 -1
  68. package/dist/languages/ruby.d.ts +11 -11
  69. package/dist/languages/ruby.js +1 -1
  70. package/dist/languages/terraform.d.ts +12 -0
  71. package/dist/languages/terraform.js +9 -0
  72. package/dist/languages/typescript.d.ts +11 -11
  73. package/dist/languages/typescript.js +1 -1
  74. package/dist/languages-BN8-A3YZ.js +30 -0
  75. package/dist/markdown/index.d.ts +2 -2
  76. package/dist/markdown/index.js +21 -20
  77. package/dist/markdown/printer.d.ts +2 -2
  78. package/dist/markdown/printer.js +22 -21
  79. package/dist/markdown/utils.d.ts +3 -3
  80. package/dist/{markdown-CoIy7fea.d.ts → markdown-DJp68jgE.d.ts} +2 -2
  81. package/dist/{markdown-IA9nH38V.d.ts → markdown-Dg9HMal8.d.ts} +2 -2
  82. package/dist/{method-Bt3V4B4q.d.ts → method-Co4oGHq0.d.ts} +6 -6
  83. package/dist/{method-mosT_h9v.js → method-Cz2lZSmc.js} +2 -2
  84. package/dist/{method-CZDrcjKP.d.ts → method-O9UBNEp2.d.ts} +6 -6
  85. package/dist/{navigation-CHVw_t5x.d.ts → navigation-B4vW2BCl.d.ts} +3 -3
  86. package/dist/{navigation-CIQImbWI.d.ts → navigation-D3NgO72i.d.ts} +3 -3
  87. package/dist/{overview-DVklHrbY.d.ts → overview-Cj_1NjH4.d.ts} +7 -7
  88. package/dist/{overview-9J_EJ4Uv.d.ts → overview-LaDqIxPP.d.ts} +7 -7
  89. package/dist/{overview-dG8i3EyZ.js → overview-Rmj_2SSL.js} +9 -10
  90. package/dist/{primitives-BkenBSev.d.ts → primitives-BVImQZIK.d.ts} +11 -11
  91. package/dist/{primitives-B6nufz49.js → primitives-CLz53F72.js} +2 -2
  92. package/dist/{primitives-Bmr19wBU.d.ts → primitives-ClTSL56K.d.ts} +11 -11
  93. package/dist/{properties-NrkX1jGk.d.ts → properties-CjcmtaiQ.d.ts} +5 -5
  94. package/dist/{properties-Dx6tQNus.d.ts → properties-DrXRF5dN.d.ts} +5 -5
  95. package/dist/{properties-4w8hy0hf.js → properties-USEPePSD.js} +1 -1
  96. package/dist/{python-CtQJaLw5.js → python-DuKMXtnf.js} +1 -1
  97. package/dist/{routing-CLgL--x1.js → routing-B7QoUwlD.js} +1 -1
  98. package/dist/routing-BEbg8P4_.d.ts +61 -0
  99. package/dist/{routing-CqnhQY4G.d.ts → routing-Cm_9XJiQ.d.ts} +1 -1
  100. package/dist/routing.d.ts +1 -1
  101. package/dist/routing.js +1 -1
  102. package/dist/{ruby-DJqEHgOw.js → ruby-caNh8R-U.js} +1 -1
  103. package/dist/{sdk-hDAzjotL.d.ts → sdk-BiZDCG58.d.ts} +17 -17
  104. package/dist/{sdk-afI6c7Wd.js → sdk-BjiDGP5c.js} +2 -2
  105. package/dist/{sdk-BDzHdl2y.d.ts → sdk-hxjRpJH0.d.ts} +17 -17
  106. package/dist/{sdk-sidebar-CoVgP38f.d.ts → sdk-sidebar-COHATE2-.d.ts} +3 -3
  107. package/dist/{sdk-sidebar-ZaXTw63C.js → sdk-sidebar-DdpmtIRH.js} +24 -10
  108. package/dist/{sdk-sidebar-ByMsvpUm.d.ts → sdk-sidebar-f7SS4xxq.d.ts} +3 -3
  109. package/dist/{snippets-BqKFOZfY.d.ts → snippets-Ci86b9RQ.d.ts} +11 -11
  110. package/dist/{snippets-bh8lfniq.js → snippets-DSwfbtDo.js} +1 -1
  111. package/dist/{snippets-Dfd3zU_j.d.ts → snippets-DWblYtQ8.d.ts} +11 -11
  112. package/dist/spec.d.ts +2 -2
  113. package/dist/spec.js +2 -2
  114. package/dist/{stl-sidebar-D6OGr1Gl.d.ts → stl-sidebar-BKBJelb1.d.ts} +22 -9
  115. package/dist/{stl-sidebar-nQWQbRVM.d.ts → stl-sidebar-BUEH7mR_.d.ts} +22 -9
  116. package/dist/stl-sidebar-Cygo6VjR.js +106 -0
  117. package/dist/{style-Bxr5gqcM.js → style-Btdhlyzs.js} +1 -0
  118. package/dist/style.d.ts +1 -0
  119. package/dist/style.js +1 -1
  120. package/dist/styles/main.css +13 -3
  121. package/dist/styles/sidebar.css +45 -109
  122. package/dist/styles.css +58 -112
  123. package/dist/terraform-C5niSkCy.js +243 -0
  124. package/dist/{typescript-DA7mcN1t.js → typescript-MlS1z4sG.js} +1 -1
  125. package/dist/{utils-36jzmKxv.js → utils-KWHcUI-r.js} +1 -1
  126. package/dist/utils.d.ts +1 -1
  127. package/dist/utils.js +1 -1
  128. package/package.json +2 -2
  129. package/dist/index-C9bUFWfw.d.ts +0 -302
  130. package/dist/index-WHKRwqwo.d.ts +0 -302
  131. package/dist/languages-BPVYg1lj.js +0 -28
  132. package/dist/stl-sidebar-DdxZx2KK.js +0 -82
@@ -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-IA9nH38V.js";
1
+ import { a as useMarkdownContext, i as useHighlight, n as MarkdownProvider, o as useRenderMarkdown, r as MarkdownProviderProps, t as MarkdownContext } from "../markdown-Dg9HMal8.js";
2
2
  export { MarkdownContext, MarkdownProvider, MarkdownProviderProps, useHighlight, useMarkdownContext, useRenderMarkdown };
@@ -1,2 +1,2 @@
1
- import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "../navigation-CIQImbWI.js";
1
+ import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "../navigation-B4vW2BCl.js";
2
2
  export { NavigationContextType, NavigationHandler, NavigationProvider, NavigationProviderProps, useNavigation };
@@ -1,13 +1,13 @@
1
- import "../primitives-Bmr19wBU.js";
2
- import "../breadcrumbs-CpdCGzeH.js";
3
- import "../method-CZDrcjKP.js";
4
- import "../properties-Dx6tQNus.js";
5
- import "../sdk-BDzHdl2y.js";
6
- import "../snippets-Dfd3zU_j.js";
7
- import "../overview-DVklHrbY.js";
8
- import "../sdk-sidebar-CoVgP38f.js";
9
- import "../stl-sidebar-nQWQbRVM.js";
10
- import { t as index_d_exports } from "../index-Dz6SFEud.js";
1
+ import "../primitives-BVImQZIK.js";
2
+ import "../breadcrumbs--UnnviuM.js";
3
+ import "../method-O9UBNEp2.js";
4
+ import "../properties-DrXRF5dN.js";
5
+ import "../sdk-BiZDCG58.js";
6
+ import "../snippets-DWblYtQ8.js";
7
+ import "../overview-LaDqIxPP.js";
8
+ import "../sdk-sidebar-f7SS4xxq.js";
9
+ import "../stl-sidebar-BKBJelb1.js";
10
+ import { t as index_d_exports } from "../index-DRblqs_x.js";
11
11
 
12
12
  //#region src/contexts/use-components.d.ts
13
13
  declare const useComponents: () => typeof index_d_exports;
@@ -1,7 +1,7 @@
1
1
  import { t as __exportAll } from "./chunk-BN_g-Awi.js";
2
2
  import { n as useLanguageComponents } from "./contexts-DMjqoc7S.js";
3
3
  import { t as useComponents } from "./use-components-BUz3GbO4.js";
4
- import { t as style_default } from "./style-Bxr5gqcM.js";
4
+ import { t as style_default } from "./style-Btdhlyzs.js";
5
5
  import * as React$1 from "react";
6
6
  import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
7
7
 
@@ -1,6 +1,6 @@
1
- import { _ as SpecLanguage, g as Spec, l as LanguageDeclNodes, p as Resource } from "./index-DuHyTVVD.js";
1
+ import { _ as Spec, m as Resource, u as LanguageDeclNodes, v as SpecLanguage } from "./index-CwjGm9zX.js";
2
2
  import * as React$1 from "react";
3
- import * as react_jsx_runtime33 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/contexts/docs.d.ts
6
6
  type ContentPanelLayout = 'double-pane' | 'single-pane';
@@ -42,6 +42,6 @@ declare function DocsProvider({
42
42
  language,
43
43
  settings,
44
44
  children
45
- }: DocsProviderProps): react_jsx_runtime33.JSX.Element;
45
+ }: DocsProviderProps): react_jsx_runtime0.JSX.Element;
46
46
  //#endregion
47
47
  export { DocsProviderProps as a, useContentPanelLayout as c, useLanguage as d, useResource as f, useSpec as h, DocsProvider as i, useDeclaration as l, useSnippet as m, Declaration as n, PropertySettingsType as o, useSettings as p, DocsContextType as r, useAvailableLanguages as s, ContentPanelLayout as t, useDocs as u };
@@ -1,6 +1,6 @@
1
- import { _ as SpecLanguage, g as Spec, l as LanguageDeclNodes, p as Resource } from "./index-DuHyTVVD.js";
1
+ import { _ as Spec, m as Resource, u as LanguageDeclNodes, v as SpecLanguage } from "./index-CwjGm9zX.js";
2
2
  import * as React$1 from "react";
3
- import * as react_jsx_runtime83 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime60 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/contexts/docs.d.ts
6
6
  type ContentPanelLayout = 'double-pane' | 'single-pane';
@@ -42,6 +42,6 @@ declare function DocsProvider({
42
42
  language,
43
43
  settings,
44
44
  children
45
- }: DocsProviderProps): react_jsx_runtime83.JSX.Element;
45
+ }: DocsProviderProps): react_jsx_runtime60.JSX.Element;
46
46
  //#endregion
47
47
  export { DocsProviderProps as a, useContentPanelLayout as c, useLanguage as d, useResource as f, useSpec as h, DocsProvider as i, useDeclaration as l, useSnippet as m, Declaration as n, PropertySettingsType as o, useSettings as p, DocsContextType as r, useAvailableLanguages as s, ContentPanelLayout as t, useDocs as u };
@@ -1,7 +1,7 @@
1
1
  import { t as __exportAll } from "./chunk-BN_g-Awi.js";
2
2
  import { n as useLanguageComponents } from "./contexts-DMjqoc7S.js";
3
3
  import { t as useComponents } from "./use-components-BUz3GbO4.js";
4
- import { t as style_default } from "./style-Bxr5gqcM.js";
4
+ import { t as style_default } from "./style-Btdhlyzs.js";
5
5
  import * as React$1 from "react";
6
6
  import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
7
7
 
@@ -2,9 +2,9 @@ import { t as __exportAll } from "./chunk-BN_g-Awi.js";
2
2
  import { i as useDeclaration, o as useLanguage, u as useSpec } from "./docs-6PYi1eEV.js";
3
3
  import { n as useLanguageComponents } from "./contexts-DMjqoc7S.js";
4
4
  import { t as useComponents } from "./use-components-BUz3GbO4.js";
5
- import { t as style_default } from "./style-Bxr5gqcM.js";
6
- import { i as PropertyToggle } from "./properties-4w8hy0hf.js";
7
- import { y as useStreamingResponse } from "./sdk-afI6c7Wd.js";
5
+ import { t as style_default } from "./style-Btdhlyzs.js";
6
+ import { i as PropertyToggle } from "./properties-USEPePSD.js";
7
+ import { y as useStreamingResponse } from "./sdk-BjiDGP5c.js";
8
8
  import React from "react";
9
9
  import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
10
10
 
@@ -1172,6 +1172,7 @@ type TerraformValidators = {
1172
1172
  any: never[];
1173
1173
  all: never[];
1174
1174
  };
1175
+ type TerraformNode = TerraformDeclaration;
1175
1176
  type TerraformDeclaration = TerraformDeclServiceNode | TerraformDeclSource | TerraformDeclAttribute | ErrorDecl;
1176
1177
  type TerraformDeclServiceNode = BaseDeclaration & {
1177
1178
  kind: 'TerraformDeclServiceNode';
@@ -1233,7 +1234,19 @@ type Nested = {
1233
1234
  modelTypeName: string;
1234
1235
  validators: TerraformValidators;
1235
1236
  };
1237
+ type MethodNames = 'create' | 'read' | 'list' | 'update' | 'delete';
1238
+ type Timeouts = {
1239
+ propertyName: string;
1240
+ block: boolean;
1241
+ type: 'resource' | 'datasource';
1242
+ timeouts: { [key in MethodNames]: number | undefined };
1243
+ };
1236
1244
  type AttributeType = Nested | Collection | Dynamic | Primitive | Unknown;
1245
+ type PathExpr = Readonly<{
1246
+ path: string;
1247
+ container?: Collection['type'] | Nested['type'];
1248
+ }>;
1249
+ type PathExpression = readonly PathExpr[];
1237
1250
  type TerraformDeclAttribute = BaseDeclaration & {
1238
1251
  kind: 'TerraformDeclAttribute';
1239
1252
  name: string;
@@ -1243,6 +1256,24 @@ type TerraformDeclAttribute = BaseDeclaration & {
1243
1256
  configurability: Configurability;
1244
1257
  requiresReplace?: boolean;
1245
1258
  };
1259
+ type TerraformAST_AttributeType = AttributeType;
1260
+ type TerraformAST_Collection = Collection;
1261
+ type TerraformAST_Dynamic = Dynamic;
1262
+ type TerraformAST_Nested = Nested;
1263
+ type TerraformAST_PathExpr = PathExpr;
1264
+ type TerraformAST_PathExpression = PathExpression;
1265
+ type TerraformAST_Primitive = Primitive;
1266
+ type TerraformAST_PrimitiveNumberProps = PrimitiveNumberProps;
1267
+ type TerraformAST_TerraformDeclAttribute = TerraformDeclAttribute;
1268
+ type TerraformAST_TerraformDeclServiceNode = TerraformDeclServiceNode;
1269
+ type TerraformAST_TerraformDeclSource = TerraformDeclSource;
1270
+ type TerraformAST_TerraformDeclaration = TerraformDeclaration;
1271
+ type TerraformAST_TerraformNode = TerraformNode;
1272
+ type TerraformAST_Timeouts = Timeouts;
1273
+ type TerraformAST_Unknown = Unknown;
1274
+ declare namespace TerraformAST {
1275
+ export type { TerraformAST_AttributeType as AttributeType, TerraformAST_Collection as Collection, TerraformAST_Dynamic as Dynamic, TerraformAST_Nested as Nested, TerraformAST_PathExpr as PathExpr, TerraformAST_PathExpression as PathExpression, TerraformAST_Primitive as Primitive, TerraformAST_PrimitiveNumberProps as PrimitiveNumberProps, TerraformAST_TerraformDeclAttribute as TerraformDeclAttribute, TerraformAST_TerraformDeclServiceNode as TerraformDeclServiceNode, TerraformAST_TerraformDeclSource as TerraformDeclSource, TerraformAST_TerraformDeclaration as TerraformDeclaration, TerraformAST_TerraformNode as TerraformNode, TerraformAST_Timeouts as Timeouts, TerraformAST_Unknown as Unknown };
1276
+ }
1246
1277
  type TSDeclaration = TSDeclFunction | TSDeclClass | TSDeclInterface | TSDeclProperty | TSDeclTypeAlias | TSDeclReference | ErrorDecl;
1247
1278
  type TSDeclFunction = BaseDeclaration & {
1248
1279
  kind: 'TSDeclFunction';
@@ -1443,7 +1474,7 @@ type SnippetLanguage<lang extends SpecLanguage = SpecLanguage> = (typeof Snippet
1443
1474
  /**
1444
1475
  * A literal property path from Spec down to a given node
1445
1476
  */
1446
- type Type = HttpType | TSType | PythonType | GoType | RubyType | JavaType | CSharpType;
1477
+ type Type = HttpType | TSType | PythonType | GoType | RubyType | JavaType | CSharpType | AttributeType;
1447
1478
  type Spec = {
1448
1479
  name: string;
1449
1480
  kind: 'spec';
@@ -1688,4 +1719,4 @@ declare namespace GoAST {
1688
1719
  export type { GoAST_GoDeclConst as GoDeclConst, GoAST_GoDeclFunction as GoDeclFunction, GoAST_GoDeclProperty as GoDeclProperty, GoAST_GoDeclReference as GoDeclReference, GoAST_GoDeclType as GoDeclType, GoAST_GoDeclTypeAlias as GoDeclTypeAlias, GoAST_GoDeclaration as GoDeclaration, GoAST_GoFunctionParameter as GoFunctionParameter, GoAST_GoGenericParameter as GoGenericParameter, GoAST_GoIdentifier as GoIdentifier, GoAST_GoType as GoType, GoAST_GoTypeAny as GoTypeAny, GoAST_GoTypeArray as GoTypeArray, GoAST_GoTypeBool as GoTypeBool, GoAST_GoTypeError as GoTypeError, GoAST_GoTypeFloat as GoTypeFloat, GoAST_GoTypeInt as GoTypeInt, GoAST_GoTypeInterface as GoTypeInterface, GoAST_GoTypeMap as GoTypeMap, GoAST_GoTypePointer as GoTypePointer, GoAST_GoTypeReference as GoTypeReference, GoAST_GoTypeString as GoTypeString, GoAST_GoTypeStruct as GoTypeStruct, GoAST_GoTypeUnknown as GoTypeUnknown };
1689
1720
  }
1690
1721
  //#endregion
1691
- export { SpecLanguage as _, GoAST as a, JavaAST as c, Model as d, PythonAST as f, Spec as g, SnippetLanguage as h, DeclarationNode as i, LanguageDeclNodes as l, RubyAST as m, CLIAST as n, HttpAST as o, Resource as p, CSharpAST as r, ID as s, BaseDeclaration as t, Method as u, TSAST as v, Type as y };
1722
+ export { Spec as _, GoAST as a, TerraformAST as b, ID as c, Method as d, Model as f, SnippetLanguage as g, RubyAST as h, DeclarationNode as i, JavaAST as l, Resource as m, CLIAST as n, HasStainlessPath as o, PythonAST as p, CSharpAST as r, HttpAST as s, BaseDeclaration as t, LanguageDeclNodes as u, SpecLanguage as v, Type as x, TSAST as y };
@@ -0,0 +1,345 @@
1
+ import { a as GoAST, b as TerraformAST, h as RubyAST, i as DeclarationNode, l as JavaAST, m as Resource$1, n as CLIAST, p as PythonAST, r as CSharpAST, s as HttpAST, x as Type$9, y as TSAST } from "./index-CwjGm9zX.js";
2
+ import { i as PropertyProps$9 } from "./properties-DrXRF5dN.js";
3
+ import * as React$1 from "react";
4
+ import React, { ReactNode } from "react";
5
+ import * as react_jsx_runtime35 from "react/jsx-runtime";
6
+
7
+ //#region src/languages/typescript.d.ts
8
+ declare namespace typescript_d_exports {
9
+ export { Declaration$8 as Declaration, DeclarationProps$8 as DeclarationProps, MethodSignature$8 as MethodSignature, MethodSignatureProps$7 as MethodSignatureProps, Property$8 as Property, PropertyProps$8 as PropertyProps, Type$8 as Type, TypeName$8 as TypeName };
10
+ }
11
+ type TypeProps$8 = {
12
+ type: TSAST.TSType;
13
+ };
14
+ declare function TypeName$8({
15
+ type
16
+ }: TypeProps$8): string | react_jsx_runtime35.JSX.Element;
17
+ declare function Type$8({
18
+ type
19
+ }: TypeProps$8): react_jsx_runtime35.JSX.Element;
20
+ type MethodSignatureProps$7 = {
21
+ decl: TSAST.TSDeclFunction;
22
+ };
23
+ declare function MethodSignature$8({
24
+ decl
25
+ }: MethodSignatureProps$7): react_jsx_runtime35.JSX.Element;
26
+ type PropertyProps$8 = {
27
+ decl: TSAST.TSDeclaration;
28
+ children: PropertyFn;
29
+ };
30
+ declare function Property$8({
31
+ decl,
32
+ children
33
+ }: PropertyProps$8): React$1.ReactNode;
34
+ type DeclarationProps$8 = {
35
+ decl: TSAST.TSDeclaration;
36
+ };
37
+ declare function Declaration$8({
38
+ decl
39
+ }: DeclarationProps$8): react_jsx_runtime35.JSX.Element | undefined;
40
+ declare namespace java_d_exports {
41
+ export { Declaration$7 as Declaration, DeclarationProps$7 as DeclarationProps, MethodSignature$7 as MethodSignature, MethodSignatureProps$6 as MethodSignatureProps, Property$7 as Property, PropertyProps$7 as PropertyProps, Type$7 as Type, TypeName$7 as TypeName };
42
+ }
43
+ type TypeProps$7 = {
44
+ type: JavaAST.JavaType;
45
+ optional?: boolean;
46
+ };
47
+ declare function TypeName$7({
48
+ type,
49
+ optional
50
+ }: TypeProps$7): react_jsx_runtime35.JSX.Element | "List";
51
+ declare function Type$7({
52
+ type,
53
+ optional
54
+ }: TypeProps$7): react_jsx_runtime35.JSX.Element;
55
+ type MethodSignatureProps$6 = {
56
+ decl: JavaAST.JavaDeclFunction;
57
+ };
58
+ declare function MethodSignature$7({
59
+ decl
60
+ }: MethodSignatureProps$6): react_jsx_runtime35.JSX.Element;
61
+ type PropertyProps$7 = {
62
+ decl: JavaAST.JavaDeclaration;
63
+ children: PropertyFn;
64
+ };
65
+ declare function Property$7({
66
+ decl,
67
+ children
68
+ }: PropertyProps$7): React$1.ReactNode;
69
+ type DeclarationProps$7 = {
70
+ decl: JavaAST.JavaDeclaration;
71
+ };
72
+ declare function Declaration$7({
73
+ decl
74
+ }: DeclarationProps$7): react_jsx_runtime35.JSX.Element | null | undefined;
75
+ declare namespace go_d_exports {
76
+ export { Declaration$6 as Declaration, DeclarationProps$6 as DeclarationProps, MethodSignature$6 as MethodSignature, MethodSignatureProps$5 as MethodSignatureProps, Property$6 as Property, PropertyProps$6 as PropertyProps, Type$6 as Type, TypeName$6 as TypeName, TypeProps$6 as TypeProps };
77
+ }
78
+ type TypeProps$6 = {
79
+ type: GoAST.GoType;
80
+ };
81
+ declare function TypeName$6({
82
+ type
83
+ }: TypeProps$6): string | react_jsx_runtime35.JSX.Element;
84
+ declare function Type$6({
85
+ type
86
+ }: TypeProps$6): react_jsx_runtime35.JSX.Element;
87
+ type MethodSignatureProps$5 = {
88
+ decl: GoAST.GoDeclFunction;
89
+ };
90
+ declare function MethodSignature$6({
91
+ decl
92
+ }: MethodSignatureProps$5): react_jsx_runtime35.JSX.Element;
93
+ type PropertyProps$6 = {
94
+ decl: GoAST.GoDeclaration;
95
+ children: PropertyFn;
96
+ };
97
+ declare function Property$6({
98
+ decl,
99
+ children
100
+ }: PropertyProps$6): React$1.ReactNode;
101
+ type DeclarationProps$6 = {
102
+ decl: GoAST.GoDeclaration;
103
+ };
104
+ declare function Declaration$6({
105
+ decl
106
+ }: DeclarationProps$6): react_jsx_runtime35.JSX.Element | undefined;
107
+ declare namespace python_d_exports {
108
+ export { Declaration$5 as Declaration, DeclarationProps$5 as DeclarationProps, MethodSignature$5 as MethodSignature, MethodSignatureProps$4 as MethodSignatureProps, Property$5 as Property, PropertyProps$5 as PropertyProps, Type$5 as Type, TypeName$5 as TypeName };
109
+ }
110
+ type TypeProps$5 = {
111
+ type: PythonAST.PythonType;
112
+ };
113
+ declare function TypeName$5({
114
+ type
115
+ }: TypeProps$5): string | react_jsx_runtime35.JSX.Element;
116
+ declare function Type$5({
117
+ type
118
+ }: TypeProps$5): react_jsx_runtime35.JSX.Element;
119
+ type MethodSignatureProps$4 = {
120
+ decl: PythonAST.PythonDeclFunction;
121
+ };
122
+ declare function MethodSignature$5({
123
+ decl
124
+ }: MethodSignatureProps$4): react_jsx_runtime35.JSX.Element;
125
+ type PropertyProps$5 = {
126
+ decl: PythonAST.PythonDeclaration;
127
+ children: PropertyFn;
128
+ };
129
+ declare function Property$5({
130
+ decl,
131
+ children
132
+ }: PropertyProps$5): React$1.ReactNode;
133
+ type DeclarationProps$5 = {
134
+ decl: PythonAST.PythonDeclaration;
135
+ };
136
+ declare function Declaration$5({
137
+ decl
138
+ }: DeclarationProps$5): react_jsx_runtime35.JSX.Element | undefined;
139
+ declare namespace ruby_d_exports {
140
+ export { Declaration$4 as Declaration, DeclarationProps$4 as DeclarationProps, MethodSignature$4 as MethodSignature, MethodSignatureProps$3 as MethodSignatureProps, Property$4 as Property, PropertyProps$4 as PropertyProps, Type$4 as Type, TypeName$4 as TypeName };
141
+ }
142
+ type TypeProps$4 = {
143
+ type: RubyAST.RubyType;
144
+ };
145
+ declare function TypeName$4({
146
+ type
147
+ }: TypeProps$4): string | react_jsx_runtime35.JSX.Element;
148
+ declare function Type$4({
149
+ type
150
+ }: TypeProps$4): react_jsx_runtime35.JSX.Element;
151
+ type MethodSignatureProps$3 = {
152
+ decl: RubyAST.RubyDeclFunction;
153
+ };
154
+ declare function MethodSignature$4({
155
+ decl
156
+ }: MethodSignatureProps$3): react_jsx_runtime35.JSX.Element;
157
+ type PropertyProps$4 = {
158
+ decl: RubyAST.RubyDeclaration;
159
+ children: PropertyFn;
160
+ };
161
+ declare function Property$4({
162
+ decl,
163
+ children
164
+ }: PropertyProps$4): React$1.ReactNode;
165
+ type DeclarationProps$4 = {
166
+ decl: RubyAST.RubyDeclaration;
167
+ };
168
+ declare function Declaration$4({
169
+ decl
170
+ }: DeclarationProps$4): react_jsx_runtime35.JSX.Element | undefined;
171
+ declare namespace http_d_exports {
172
+ export { Declaration$3 as Declaration, DeclarationProps$3 as DeclarationProps, MethodInfo, MethodSignature$3 as MethodSignature, MethodSignatureProps$2 as MethodSignatureProps, Property$3 as Property, PropertyProps$3 as PropertyProps, Type$3 as Type, TypeName$3 as TypeName };
173
+ }
174
+ type TypeProps$3 = {
175
+ type: HttpAST.HttpType;
176
+ };
177
+ declare function TypeName$3({
178
+ type
179
+ }: TypeProps$3): string | react_jsx_runtime35.JSX.Element;
180
+ declare function Type$3({
181
+ type
182
+ }: TypeProps$3): react_jsx_runtime35.JSX.Element | undefined;
183
+ type MethodSignatureProps$2 = {
184
+ decl: HttpAST.HttpDeclFunction;
185
+ };
186
+ declare function MethodSignature$3({
187
+ decl
188
+ }: MethodSignatureProps$2): null;
189
+ declare function MethodInfo({
190
+ decl,
191
+ children
192
+ }: MethodSignatureProps$2 & {
193
+ children: React.ReactNode;
194
+ }): react_jsx_runtime35.JSX.Element;
195
+ type PropertyProps$3 = {
196
+ decl: HttpAST.HttpDeclaration;
197
+ children: PropertyFn;
198
+ };
199
+ declare function Property$3({
200
+ decl,
201
+ children
202
+ }: PropertyProps$3): React.ReactNode;
203
+ type DeclarationProps$3 = {
204
+ decl: HttpAST.HttpDeclaration;
205
+ };
206
+ declare function Declaration$3({
207
+ decl
208
+ }: DeclarationProps$3): react_jsx_runtime35.JSX.Element | undefined;
209
+ declare namespace csharp_d_exports {
210
+ export { Declaration$2 as Declaration, DeclarationProps$2 as DeclarationProps, MethodSignature$2 as MethodSignature, MethodSignatureProps$1 as MethodSignatureProps, Property$2 as Property, PropertyProps$2 as PropertyProps, Type$2 as Type, TypeName$2 as TypeName };
211
+ }
212
+ declare function TypeName$2({
213
+ type,
214
+ optional
215
+ }: TypeProps$2): react_jsx_runtime35.JSX.Element;
216
+ type TypeProps$2 = {
217
+ type: CSharpAST.CSharpType;
218
+ optional?: boolean;
219
+ };
220
+ declare function Type$2({
221
+ type
222
+ }: TypeProps$2): react_jsx_runtime35.JSX.Element;
223
+ type MethodSignatureProps$1 = {
224
+ decl: CSharpAST.CSharpDeclFunction;
225
+ };
226
+ declare function MethodSignature$2({
227
+ decl
228
+ }: MethodSignatureProps$1): react_jsx_runtime35.JSX.Element;
229
+ type PropertyProps$2 = {
230
+ decl: CSharpAST.CSharpDeclaration;
231
+ children: PropertyFn;
232
+ };
233
+ declare function Property$2({
234
+ decl,
235
+ children
236
+ }: PropertyProps$2): React$1.ReactNode;
237
+ type DeclarationProps$2 = {
238
+ decl: CSharpAST.CSharpDeclaration;
239
+ };
240
+ declare function Declaration$2({
241
+ decl
242
+ }: DeclarationProps$2): react_jsx_runtime35.JSX.Element | null | undefined;
243
+ declare namespace cli_d_exports {
244
+ export { Declaration$1 as Declaration, DeclarationProps$1 as DeclarationProps, MethodSignature$1 as MethodSignature, MethodSignatureProps, Property$1 as Property, PropertyProps$1 as PropertyProps, Type$1 as Type, TypeName$1 as TypeName };
245
+ }
246
+ type TypeProps$1 = {
247
+ type: HttpAST.HttpType;
248
+ };
249
+ declare function TypeName$1(props: TypeProps$1): string | react_jsx_runtime35.JSX.Element;
250
+ declare function Type$1(props: TypeProps$1): react_jsx_runtime35.JSX.Element | undefined;
251
+ type MethodSignatureProps = {
252
+ decl: CLIAST.CLICommand;
253
+ };
254
+ declare function MethodSignature$1({
255
+ decl
256
+ }: MethodSignatureProps): react_jsx_runtime35.JSX.Element;
257
+ type PropertyProps$1 = {
258
+ decl: CLIAST.CLIDeclaration;
259
+ children: PropertyFn;
260
+ };
261
+ declare function Property$1({
262
+ decl,
263
+ children
264
+ }: PropertyProps$1): React.ReactNode;
265
+ type DeclarationProps$1 = {
266
+ decl: CLIAST.CLIDeclaration;
267
+ };
268
+ declare function Declaration$1({
269
+ decl
270
+ }: DeclarationProps$1): react_jsx_runtime35.JSX.Element | undefined;
271
+ declare namespace terraform_d_exports {
272
+ export { Declaration, DeclarationProps, MethodSignature, Property, PropertyProps, Resource, ResourceProps, TerraformSource, Type, TypeName, TypeProps };
273
+ }
274
+ type TypeProps = {
275
+ type: TerraformAST.AttributeType;
276
+ };
277
+ declare function TypeName({
278
+ type
279
+ }: TypeProps): react_jsx_runtime35.JSX.Element;
280
+ declare function Type({
281
+ type
282
+ }: TypeProps): react_jsx_runtime35.JSX.Element | undefined;
283
+ declare function MethodSignature(): null;
284
+ type PropertyProps = {
285
+ decl: TerraformAST.TerraformDeclaration;
286
+ children: PropertyFn;
287
+ };
288
+ declare function Property({
289
+ decl,
290
+ children
291
+ }: PropertyProps): React$1.ReactNode;
292
+ declare function TerraformSource({
293
+ path,
294
+ group
295
+ }: {
296
+ path: string;
297
+ group: string;
298
+ }): react_jsx_runtime35.JSX.Element | undefined;
299
+ type DeclarationProps = {
300
+ decl: TerraformAST.TerraformDeclaration;
301
+ };
302
+ declare function Declaration({
303
+ decl
304
+ }: DeclarationProps): react_jsx_runtime35.JSX.Element | undefined;
305
+ type ResourceProps = {
306
+ resource: Resource$1;
307
+ };
308
+ declare function Resource({
309
+ resource
310
+ }: ResourceProps): react_jsx_runtime35.JSX.Element;
311
+ declare namespace index_d_exports {
312
+ export { LanguageComponentDefinition, PropertyFn, cli_d_exports as cli, csharp_d_exports as csharp, 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, terraform_d_exports as terraform, typescript_d_exports as typescript };
313
+ }
314
+ declare const node: typeof typescript_d_exports;
315
+ declare const kotlin: typeof java_d_exports;
316
+ type PropertyFn = (params: PropertyProps$9) => ReactNode;
317
+ interface LanguageComponentDefinition {
318
+ Declaration(props: {
319
+ decl: DeclarationNode;
320
+ }): ReactNode;
321
+ Property(props: {
322
+ decl: DeclarationNode;
323
+ children: PropertyFn;
324
+ }): ReactNode;
325
+ TypeName(props: {
326
+ type: Type$9;
327
+ optional?: boolean;
328
+ }): ReactNode;
329
+ Type(props: {
330
+ type: Type$9;
331
+ optional?: boolean;
332
+ }): ReactNode;
333
+ MethodSignature(props: {
334
+ decl: DeclarationNode;
335
+ }): ReactNode;
336
+ MethodInfo?(props: {
337
+ decl: DeclarationNode;
338
+ children?: ReactNode;
339
+ }): ReactNode;
340
+ Resource?(props: {
341
+ resource: Resource$1;
342
+ }): ReactNode;
343
+ }
344
+ //#endregion
345
+ export { TypeName$4 as $, MethodSignatureProps$1 as A, DeclarationProps$8 as At, MethodSignatureProps$2 as B, PropertyProps$1 as C, MethodSignatureProps$6 as Ct, Declaration$2 as D, TypeName$7 as Dt, cli_d_exports as E, Type$7 as Et, csharp_d_exports as F, Type$8 as Ft, http_d_exports as G, PropertyProps$3 as H, Declaration$3 as I, TypeName$8 as It, MethodSignature$4 as J, Declaration$4 as K, DeclarationProps$3 as L, typescript_d_exports as Lt, PropertyProps$2 as M, MethodSignatureProps$7 as Mt, Type$2 as N, Property$8 as Nt, DeclarationProps$2 as O, java_d_exports as Ot, TypeName$2 as P, PropertyProps$8 as Pt, Type$4 as Q, MethodInfo as R, Property$1 as S, MethodSignature$7 as St, TypeName$1 as T, PropertyProps$7 as Tt, Type$3 as U, Property$3 as V, TypeName$3 as W, Property$4 as X, MethodSignatureProps$3 as Y, PropertyProps$4 as Z, terraform_d_exports as _, TypeName$6 as _t, node as a, Property$5 as at, MethodSignature$1 as b, Declaration$7 as bt, MethodSignature as c, TypeName$5 as ct, Resource as d, DeclarationProps$6 as dt, ruby_d_exports as et, ResourceProps as f, MethodSignature$6 as ft, TypeProps as g, Type$6 as gt, TypeName as h, PropertyProps$6 as ht, kotlin as i, MethodSignatureProps$4 as it, Property$2 as j, MethodSignature$8 as jt, MethodSignature$2 as k, Declaration$8 as kt, Property as l, python_d_exports as lt, Type as m, Property$6 as mt, PropertyFn as n, DeclarationProps$5 as nt, Declaration as o, PropertyProps$5 as ot, TerraformSource as p, MethodSignatureProps$5 as pt, DeclarationProps$4 as q, index_d_exports as r, MethodSignature$5 as rt, DeclarationProps as s, Type$5 as st, LanguageComponentDefinition as t, Declaration$5 as tt, PropertyProps as u, Declaration$6 as ut, Declaration$1 as v, TypeProps$6 as vt, Type$1 as w, Property$7 as wt, MethodSignatureProps as x, DeclarationProps$7 as xt, DeclarationProps$1 as y, go_d_exports as yt, MethodSignature$3 as z };
@@ -1,16 +1,16 @@
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-Bmr19wBU.js";
2
- import { n as generateApiBreadcrumbs, t as SDKBreadcrumbs } from "./breadcrumbs-CpdCGzeH.js";
3
- import { a as MethodHeaderProps, c as MethodProps, i as MethodHeader, l as MethodRoute, n as MethodDescription, o as MethodInfo, r as MethodDescriptionProps, s as MethodInfoProps, t as Method, u as MethodRouteProps } from "./method-CZDrcjKP.js";
4
- import { a as PropertyTitle, c as PropertyToggleProps, i as PropertyProps, n as PropertyDescription, o as PropertyTitleProps, r as PropertyDescriptionProps, s as PropertyToggle, t as Property } from "./properties-Dx6tQNus.js";
5
- import { C as SDKSnippetLanguagesType, D as useStreamingResponse, E as useReferenceNesting, S as SDKSnippetLanguages, T as usePropertyModel, _ as SDKModel, a as SDKChildren, b as SDKRequestTitle, c as SDKDeclaration, d as SDKLanguageBlock, f as SDKMethod, g as SDKMethodProps, h as SDKMethodNotImplemented, 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 SDKModelProps, w as TransformRequestSnippetFn, x as SDKRequestTitleProps, y as SDKReference } from "./sdk-BDzHdl2y.js";
6
- import { a as SnippetContainer, c as SnippetProps, d as SnippetResponse, i as SnippetCodeProps, l as SnippetRequestContainer, n as SnippetButtons, o as SnippetContainerProps, r as SnippetCode, s as SnippetFooter, t as Snippet, u as SnippetRequestContainerProps } from "./snippets-Dfd3zU_j.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-DVklHrbY.js";
8
- import { n as SDKSidebarProps, t as SDKSidebar } from "./sdk-sidebar-CoVgP38f.js";
9
- import { a as StlSidebarProps, i as StlSidebarLink, n as StlSidebarEntry, r as StlSidebarGroup, t as StlSidebar } from "./stl-sidebar-nQWQbRVM.js";
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-ClTSL56K.js";
2
+ import { n as generateApiBreadcrumbs, t as SDKBreadcrumbs } from "./breadcrumbs-D-5T4feJ.js";
3
+ import { a as MethodHeaderProps, c as MethodProps, i as MethodHeader, l as MethodRoute, n as MethodDescription, o as MethodInfo, r as MethodDescriptionProps, s as MethodInfoProps, t as Method, u as MethodRouteProps } from "./method-Co4oGHq0.js";
4
+ import { a as PropertyTitle, c as PropertyToggleProps, i as PropertyProps, n as PropertyDescription, o as PropertyTitleProps, r as PropertyDescriptionProps, s as PropertyToggle, t as Property } from "./properties-CjcmtaiQ.js";
5
+ import { C as SDKSnippetLanguagesType, D as useStreamingResponse, E as useReferenceNesting, S as SDKSnippetLanguages, T as usePropertyModel, _ as SDKModel, a as SDKChildren, b as SDKRequestTitle, c as SDKDeclaration, d as SDKLanguageBlock, f as SDKMethod, g as SDKMethodProps, h as SDKMethodNotImplemented, 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 SDKModelProps, w as TransformRequestSnippetFn, x as SDKRequestTitleProps, y as SDKReference } from "./sdk-hxjRpJH0.js";
6
+ import { a as SnippetContainer, c as SnippetProps, d as SnippetResponse, i as SnippetCodeProps, l as SnippetRequestContainer, n as SnippetButtons, o as SnippetContainerProps, r as SnippetCode, s as SnippetFooter, t as Snippet, u as SnippetRequestContainerProps } from "./snippets-Ci86b9RQ.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-Cj_1NjH4.js";
8
+ import { n as SDKSidebarProps, t as SDKSidebar } from "./sdk-sidebar-COHATE2-.js";
9
+ import { a as StlSidebarProps, i as StlSidebarLink, n as StlSidebarEntry, o as StlSidebarTarget, r as StlSidebarGroup, t as StlSidebar } from "./stl-sidebar-BUEH7mR_.js";
10
10
 
11
11
  //#region src/components/index.d.ts
12
12
  declare namespace index_d_exports {
13
- export { Badge, Expander, Input, InputProps, Join, Link, ListView, ListViewProps, Markdown, Method, MethodDescription, MethodDescriptionProps, MethodHeader, MethodHeaderProps, MethodInfo, MethodInfoProps, MethodProps, MethodRoute, MethodRouteProps, Property, PropertyDescription, PropertyDescriptionProps, PropertyModelContext, PropertyModelContextType, PropertyProps, PropertyTitle, PropertyTitleProps, PropertyToggle, PropertyToggleProps, ReferenceNestingContext, ReferenceNestingContextType, SDKBreadcrumbs, SDKChildren, SDKConstraints, SDKConstraintsProps, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKMethodNotImplemented, SDKMethodProps, SDKMethodSummary, SDKMethodSummaryProps, SDKModel, SDKModelProps, SDKOverview, SDKOverviewProps, SDKReference, SDKRequestTitle, SDKRequestTitleProps, SDKResource, SDKResourceHeader, SDKResourceProps, SDKRoot, SDKRootProps, SDKSidebar, SDKSidebarProps, SDKSnippetLanguages, SDKSnippetLanguagesType, Snippet, SnippetButtons, SnippetCode, SnippetCodeProps, SnippetContainer, SnippetContainerProps, SnippetFooter, SnippetProps, SnippetRequestContainer, SnippetRequestContainerProps, SnippetResponse, StlSidebar, StlSidebarEntry, StlSidebarGroup, StlSidebarLink, StlSidebarProps, ToggleButton, ToggleButtonProps, Tooltip, TransformRequestSnippetFn, VirtualExpander, generateApiBreadcrumbs, usePropertyModel, useReferenceNesting, useStreamingResponse };
13
+ export { Badge, Expander, Input, InputProps, Join, Link, ListView, ListViewProps, Markdown, Method, MethodDescription, MethodDescriptionProps, MethodHeader, MethodHeaderProps, MethodInfo, MethodInfoProps, MethodProps, MethodRoute, MethodRouteProps, Property, PropertyDescription, PropertyDescriptionProps, PropertyModelContext, PropertyModelContextType, PropertyProps, PropertyTitle, PropertyTitleProps, PropertyToggle, PropertyToggleProps, ReferenceNestingContext, ReferenceNestingContextType, SDKBreadcrumbs, SDKChildren, SDKConstraints, SDKConstraintsProps, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKMethodNotImplemented, SDKMethodProps, SDKMethodSummary, SDKMethodSummaryProps, SDKModel, SDKModelProps, SDKOverview, SDKOverviewProps, SDKReference, SDKRequestTitle, SDKRequestTitleProps, SDKResource, SDKResourceHeader, SDKResourceProps, SDKRoot, SDKRootProps, SDKSidebar, SDKSidebarProps, SDKSnippetLanguages, SDKSnippetLanguagesType, Snippet, SnippetButtons, SnippetCode, SnippetCodeProps, SnippetContainer, SnippetContainerProps, SnippetFooter, SnippetProps, SnippetRequestContainer, SnippetRequestContainerProps, SnippetResponse, StlSidebar, StlSidebarEntry, StlSidebarGroup, StlSidebarLink, StlSidebarProps, StlSidebarTarget, ToggleButton, ToggleButtonProps, Tooltip, TransformRequestSnippetFn, VirtualExpander, generateApiBreadcrumbs, usePropertyModel, useReferenceNesting, useStreamingResponse };
14
14
  }
15
15
  //#endregion
16
16
  export { index_d_exports as t };
@@ -1,16 +1,16 @@
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-BkenBSev.js";
2
- import { n as generateApiBreadcrumbs, t as SDKBreadcrumbs } from "./breadcrumbs-DwldC63b.js";
3
- import { a as MethodHeaderProps, c as MethodProps, i as MethodHeader, l as MethodRoute, n as MethodDescription, o as MethodInfo, r as MethodDescriptionProps, s as MethodInfoProps, t as Method, u as MethodRouteProps } from "./method-Bt3V4B4q.js";
4
- import { a as PropertyTitle, c as PropertyToggleProps, i as PropertyProps, n as PropertyDescription, o as PropertyTitleProps, r as PropertyDescriptionProps, s as PropertyToggle, t as Property } from "./properties-NrkX1jGk.js";
5
- import { C as SDKSnippetLanguagesType, D as useStreamingResponse, E as useReferenceNesting, S as SDKSnippetLanguages, T as usePropertyModel, _ as SDKModel, a as SDKChildren, b as SDKRequestTitle, c as SDKDeclaration, d as SDKLanguageBlock, f as SDKMethod, g as SDKMethodProps, h as SDKMethodNotImplemented, 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 SDKModelProps, w as TransformRequestSnippetFn, x as SDKRequestTitleProps, y as SDKReference } from "./sdk-hDAzjotL.js";
6
- import { a as SnippetContainer, c as SnippetProps, d as SnippetResponse, i as SnippetCodeProps, l as SnippetRequestContainer, n as SnippetButtons, o as SnippetContainerProps, r as SnippetCode, s as SnippetFooter, t as Snippet, u as SnippetRequestContainerProps } from "./snippets-BqKFOZfY.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-9J_EJ4Uv.js";
8
- import { n as SDKSidebarProps, t as SDKSidebar } from "./sdk-sidebar-ByMsvpUm.js";
9
- import { a as StlSidebarProps, i as StlSidebarLink, n as StlSidebarEntry, r as StlSidebarGroup, t as StlSidebar } from "./stl-sidebar-D6OGr1Gl.js";
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-BVImQZIK.js";
2
+ import { n as generateApiBreadcrumbs, t as SDKBreadcrumbs } from "./breadcrumbs--UnnviuM.js";
3
+ import { a as MethodHeaderProps, c as MethodProps, i as MethodHeader, l as MethodRoute, n as MethodDescription, o as MethodInfo, r as MethodDescriptionProps, s as MethodInfoProps, t as Method, u as MethodRouteProps } from "./method-O9UBNEp2.js";
4
+ import { a as PropertyTitle, c as PropertyToggleProps, i as PropertyProps, n as PropertyDescription, o as PropertyTitleProps, r as PropertyDescriptionProps, s as PropertyToggle, t as Property } from "./properties-DrXRF5dN.js";
5
+ import { C as SDKSnippetLanguagesType, D as useStreamingResponse, E as useReferenceNesting, S as SDKSnippetLanguages, T as usePropertyModel, _ as SDKModel, a as SDKChildren, b as SDKRequestTitle, c as SDKDeclaration, d as SDKLanguageBlock, f as SDKMethod, g as SDKMethodProps, h as SDKMethodNotImplemented, 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 SDKModelProps, w as TransformRequestSnippetFn, x as SDKRequestTitleProps, y as SDKReference } from "./sdk-BiZDCG58.js";
6
+ import { a as SnippetContainer, c as SnippetProps, d as SnippetResponse, i as SnippetCodeProps, l as SnippetRequestContainer, n as SnippetButtons, o as SnippetContainerProps, r as SnippetCode, s as SnippetFooter, t as Snippet, u as SnippetRequestContainerProps } from "./snippets-DWblYtQ8.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-LaDqIxPP.js";
8
+ import { n as SDKSidebarProps, t as SDKSidebar } from "./sdk-sidebar-f7SS4xxq.js";
9
+ import { a as StlSidebarProps, i as StlSidebarLink, n as StlSidebarEntry, o as StlSidebarTarget, r as StlSidebarGroup, t as StlSidebar } from "./stl-sidebar-BKBJelb1.js";
10
10
 
11
11
  //#region src/components/index.d.ts
12
12
  declare namespace index_d_exports {
13
- export { Badge, Expander, Input, InputProps, Join, Link, ListView, ListViewProps, Markdown, Method, MethodDescription, MethodDescriptionProps, MethodHeader, MethodHeaderProps, MethodInfo, MethodInfoProps, MethodProps, MethodRoute, MethodRouteProps, Property, PropertyDescription, PropertyDescriptionProps, PropertyModelContext, PropertyModelContextType, PropertyProps, PropertyTitle, PropertyTitleProps, PropertyToggle, PropertyToggleProps, ReferenceNestingContext, ReferenceNestingContextType, SDKBreadcrumbs, SDKChildren, SDKConstraints, SDKConstraintsProps, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKMethodNotImplemented, SDKMethodProps, SDKMethodSummary, SDKMethodSummaryProps, SDKModel, SDKModelProps, SDKOverview, SDKOverviewProps, SDKReference, SDKRequestTitle, SDKRequestTitleProps, SDKResource, SDKResourceHeader, SDKResourceProps, SDKRoot, SDKRootProps, SDKSidebar, SDKSidebarProps, SDKSnippetLanguages, SDKSnippetLanguagesType, Snippet, SnippetButtons, SnippetCode, SnippetCodeProps, SnippetContainer, SnippetContainerProps, SnippetFooter, SnippetProps, SnippetRequestContainer, SnippetRequestContainerProps, SnippetResponse, StlSidebar, StlSidebarEntry, StlSidebarGroup, StlSidebarLink, StlSidebarProps, ToggleButton, ToggleButtonProps, Tooltip, TransformRequestSnippetFn, VirtualExpander, generateApiBreadcrumbs, usePropertyModel, useReferenceNesting, useStreamingResponse };
13
+ export { Badge, Expander, Input, InputProps, Join, Link, ListView, ListViewProps, Markdown, Method, MethodDescription, MethodDescriptionProps, MethodHeader, MethodHeaderProps, MethodInfo, MethodInfoProps, MethodProps, MethodRoute, MethodRouteProps, Property, PropertyDescription, PropertyDescriptionProps, PropertyModelContext, PropertyModelContextType, PropertyProps, PropertyTitle, PropertyTitleProps, PropertyToggle, PropertyToggleProps, ReferenceNestingContext, ReferenceNestingContextType, SDKBreadcrumbs, SDKChildren, SDKConstraints, SDKConstraintsProps, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKMethodNotImplemented, SDKMethodProps, SDKMethodSummary, SDKMethodSummaryProps, SDKModel, SDKModelProps, SDKOverview, SDKOverviewProps, SDKReference, SDKRequestTitle, SDKRequestTitleProps, SDKResource, SDKResourceHeader, SDKResourceProps, SDKRoot, SDKRootProps, SDKSidebar, SDKSidebarProps, SDKSnippetLanguages, SDKSnippetLanguagesType, Snippet, SnippetButtons, SnippetCode, SnippetCodeProps, SnippetContainer, SnippetContainerProps, SnippetFooter, SnippetProps, SnippetRequestContainer, SnippetRequestContainerProps, SnippetResponse, StlSidebar, StlSidebarEntry, StlSidebarGroup, StlSidebarLink, StlSidebarProps, StlSidebarTarget, ToggleButton, ToggleButtonProps, Tooltip, TransformRequestSnippetFn, VirtualExpander, generateApiBreadcrumbs, usePropertyModel, useReferenceNesting, useStreamingResponse };
14
14
  }
15
15
  //#endregion
16
16
  export { index_d_exports as t };