@redocly/reef 0.133.0-next.6 → 0.134.0-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +114 -22
- package/dist/client/app/hooks/useBanner.js +1 -1
- package/dist/client/app/hooks/utils/match-banner-target.d.ts +7 -1
- package/dist/client/app/hooks/utils/match-banner-target.js +1 -1
- package/dist/client/app/markdoc/custom-components/openapi/json-schema.js +1 -1
- package/dist/client/app/markdoc/custom-components/openapi/replay-openapi.js +1 -1
- package/dist/constants/l10n/langs/ar.js +1 -1
- package/dist/constants/l10n/langs/de.js +1 -1
- package/dist/constants/l10n/langs/en.js +1 -1
- package/dist/constants/l10n/langs/es.js +1 -1
- package/dist/constants/l10n/langs/fr.js +1 -1
- package/dist/constants/l10n/langs/hi.js +1 -1
- package/dist/constants/l10n/langs/it.js +1 -1
- package/dist/constants/l10n/langs/ja.js +1 -1
- package/dist/constants/l10n/langs/ko.js +1 -1
- package/dist/constants/l10n/langs/pl.js +1 -1
- package/dist/constants/l10n/langs/pt-BR.js +1 -1
- package/dist/constants/l10n/langs/pt.js +1 -1
- package/dist/constants/l10n/langs/ru.js +1 -1
- package/dist/constants/l10n/langs/uk.js +1 -1
- package/dist/constants/l10n/langs/zh.js +1 -1
- package/dist/server/api-routes/execute-api-route.js +1 -1
- package/dist/server/plugins/api-functions/index.js +1 -1
- package/dist/server/plugins/asyncapi-docs/get-server-props.js +1 -1
- package/dist/server/plugins/catalog-entities/database/catalog-entities-publisher.d.ts +2 -2
- package/dist/server/plugins/catalog-entities/database/catalog-entities-publisher.js +6 -6
- package/dist/server/plugins/catalog-entities/database/remote-publish-lock-service.d.ts +22 -0
- package/dist/server/plugins/catalog-entities/database/remote-publish-lock-service.js +1 -0
- package/dist/server/plugins/catalog-entities/database/types.d.ts +1 -0
- package/dist/server/plugins/catalog-entities/plugin.js +1 -1
- package/dist/server/plugins/markdown/markdown-frontmatter-loader.js +1 -1
- package/dist/server/plugins/mcp/handlers/docs-mcp-handler.js +1 -1
- package/dist/server/plugins/mcp/servers/docs-server.js +1 -1
- package/dist/server/plugins/mcp/types.d.ts +1 -0
- package/dist/server/plugins/openapi-docs/get-server-props.js +1 -1
- package/dist/server/utils/rbac.js +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,97 @@
|
|
|
1
1
|
# @redocly/reef
|
|
2
2
|
|
|
3
|
+
## 0.134.0-next.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- e718f5e7020: Updated styles for the `cards` Markdoc tag.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 9128ceb60a4: Fixed an issue where links inside schema descriptions rendered by the `json-schema` Markdoc tag did not include the project path prefix.
|
|
12
|
+
- 3745b0efc61: Fixed an issue where the search dialog closed on window resize.
|
|
13
|
+
- feff7549f14: Fixed an issue where front matter errors would falsely appear resolved after any edits to the file.
|
|
14
|
+
- 1aef2da3a89: Enter prerelease mode.
|
|
15
|
+
- ee9b6a26d8f: Improved error handling for API function files that do not export a default function.
|
|
16
|
+
- 4d8d5cd53db: Fixed an issue where embedded Replay (`replay-openapi` Markdoc tag) could crash when using the mock server.
|
|
17
|
+
- Updated dependencies [3745b0efc61]
|
|
18
|
+
- Updated dependencies [1aef2da3a89]
|
|
19
|
+
- Updated dependencies [106eaf2baa5]
|
|
20
|
+
- Updated dependencies [e718f5e7020]
|
|
21
|
+
- Updated dependencies [5d34ebf32e7]
|
|
22
|
+
- Updated dependencies [d8df7b3ca37]
|
|
23
|
+
- Updated dependencies [4d8d5cd53db]
|
|
24
|
+
- @redocly/theme@0.66.0-next.0
|
|
25
|
+
- @redocly/portal-plugin-mock-server@0.19.0-next.0
|
|
26
|
+
- @redocly/realm-asyncapi-sdk@0.12.0-next.0
|
|
27
|
+
- @redocly/portal-legacy-ui@0.17.0-next.0
|
|
28
|
+
- @redocly/asyncapi-docs@1.11.0-next.0
|
|
29
|
+
- @redocly/graphql-docs@1.11.0-next.0
|
|
30
|
+
- @redocly/openapi-docs@3.22.0-next.0
|
|
31
|
+
|
|
32
|
+
## 0.133.0
|
|
33
|
+
|
|
34
|
+
### Minor Changes
|
|
35
|
+
|
|
36
|
+
- 0f097a8536: Added multi-version API support for Docs MCP tools.
|
|
37
|
+
- e2b2f2e27f: Improved visibility and accessibility of Markdown links by adding an underline.
|
|
38
|
+
- 76cad3a2f3: Updated styles for page navigation buttons.
|
|
39
|
+
- b5906fb936: Updated the icon displayed alongside hyperlinks in the project.
|
|
40
|
+
- 0858f54ae5: Added Client ID Metadata Document (CIMD) support to the MCP OAuth flow.
|
|
41
|
+
- f2f525c850: Added support for callback URLs in `developerOnboarding`.
|
|
42
|
+
- 7e407eeb7c: Added `hreflang` alternate links for translated pages.
|
|
43
|
+
- 7e407eeb7c: Improved language picker accessibility by converting menu options to links.
|
|
44
|
+
|
|
45
|
+
### Patch Changes
|
|
46
|
+
|
|
47
|
+
- e271a42c40: Prevented search engines from indexing Markdown pages generated by the `llms.txt` feature.
|
|
48
|
+
- ba76c06785: Fixed unauthenticated callback execution in the MCP docs server.
|
|
49
|
+
- 3367a23fae: Fixed an issue in OpenAPI docs route resolution where lines not tied to an operation generated incorrect URLs by duplicating the base slug.
|
|
50
|
+
- e13c79eb30: Fixed an issue where searching in projects without searchable content caused a server error.
|
|
51
|
+
- 36c67eafc2: Fixed rendering of non-Latin characters by enforcing UTF-8 encoding.
|
|
52
|
+
- f7725b9cc7: Fixed an issue where login and logout redirects caused 404 and URI mismatch errors in projects with path prefix.
|
|
53
|
+
- eeb767e9b4: Fixed an issue where preview login redirects failed when the branch hostname contained double hyphens.
|
|
54
|
+
- fac8607a7b: Fixed an issue where closing the search dialog modal locked page scrolling.
|
|
55
|
+
- 7cd2d9f19e: Fixed an issue in Realm Markdown image handling where inline `data:` image URLs were incorrectly treated as broken local routes.
|
|
56
|
+
- 84838a59f0: Excluded buttons and links from heading content to improve accessibility.
|
|
57
|
+
- 86ded9afea: Fixed API function responses with status `204` to prevent errors when calling JSON or text helpers.
|
|
58
|
+
- c9c36d6ac3: Fixed curation in Typesense search.
|
|
59
|
+
- 7447d30745: Fixed security vulnerabilities `CVE-2026-44455`, `CVE-2026-44456`, `CVE-2026-44457`, `CVE-2026-44458` and `CVE-2026-44459` by upgrading `hono` to version `4.12.18`.
|
|
60
|
+
- a1bb760b29: Fixed an issue where the tooltips in API docs and Replay might partially render outside the viewport.
|
|
61
|
+
- d3c1f3870c: Fixed an issue where API functions failed to hot-reload after files were added in Reunite's Webview or local preview.
|
|
62
|
+
- ba76c06785: Fixed an issue where MCP auth URLs were displayed after MCP docs had been disabled.
|
|
63
|
+
- 46f103f0c4: Updated `@redocly/openapi-core` to version `2.30.5`.
|
|
64
|
+
- Updated dependencies [e2b2f2e27f]
|
|
65
|
+
- Updated dependencies [76cad3a2f3]
|
|
66
|
+
- Updated dependencies [3367a23fae]
|
|
67
|
+
- Updated dependencies [b5906fb936]
|
|
68
|
+
- Updated dependencies [36c67eafc2]
|
|
69
|
+
- Updated dependencies [f2f525c850]
|
|
70
|
+
- Updated dependencies [49d39a0486]
|
|
71
|
+
- Updated dependencies [f2a18386e5]
|
|
72
|
+
- Updated dependencies [7e407eeb7c]
|
|
73
|
+
- Updated dependencies [fac8607a7b]
|
|
74
|
+
- Updated dependencies [5e5d990eac]
|
|
75
|
+
- Updated dependencies [84838a59f0]
|
|
76
|
+
- Updated dependencies [4d93e20695]
|
|
77
|
+
- Updated dependencies [7e407eeb7c]
|
|
78
|
+
- Updated dependencies [a1bb760b29]
|
|
79
|
+
- Updated dependencies [ab8c509bb9]
|
|
80
|
+
- Updated dependencies [e5a4a33708]
|
|
81
|
+
- Updated dependencies [4a857b489d]
|
|
82
|
+
- Updated dependencies [46f103f0c4]
|
|
83
|
+
- Updated dependencies [59198fb803]
|
|
84
|
+
- Updated dependencies [9f60402b86]
|
|
85
|
+
- Updated dependencies [4002f20f63]
|
|
86
|
+
- Updated dependencies [62ea0748ec]
|
|
87
|
+
- @redocly/theme@0.65.0
|
|
88
|
+
- @redocly/openapi-docs@3.21.0
|
|
89
|
+
- @redocly/asyncapi-docs@1.10.0
|
|
90
|
+
- @redocly/graphql-docs@1.10.0
|
|
91
|
+
- @redocly/realm-asyncapi-sdk@0.11.0
|
|
92
|
+
- @redocly/portal-plugin-mock-server@0.18.0
|
|
93
|
+
- @redocly/portal-legacy-ui@0.16.0
|
|
94
|
+
|
|
3
95
|
## 0.133.0-next.6
|
|
4
96
|
|
|
5
97
|
### Patch Changes
|
|
@@ -194,7 +286,7 @@
|
|
|
194
286
|
- e88064ce2d: Added support for Excalidraw and PlantUML diagrams.
|
|
195
287
|
Improved dark mode for Mermaid diagrams.
|
|
196
288
|
- ae3272861b: Added support for `x-badges` in OpenAPI and AsyncAPI parameters and schema properties.
|
|
197
|
-
Badges can
|
|
289
|
+
Badges can be rendered before and after field names.
|
|
198
290
|
- ce5a165177: Added support for `or` functions in RBAC conditions within Markdoc content.
|
|
199
291
|
|
|
200
292
|
### Patch Changes
|
|
@@ -399,7 +491,7 @@
|
|
|
399
491
|
- 6561be12489: Fixed an issue where the "Last updated" date displayed incorrect values on project pages.
|
|
400
492
|
- 60b9b77bc39: Fixed a bug that caused search result highlighting to break in Flexsearch when the query contained duplicate words.
|
|
401
493
|
- ae3272861b4: Added support for `x-badges` in OpenAPI and AsyncAPI parameters and schema properties.
|
|
402
|
-
Badges can
|
|
494
|
+
Badges can be rendered before and after field names.
|
|
403
495
|
- 87a97521127: Fixed an issue where `partial` Markdoc tags in OpenAPI and AsyncAPI `description` fields did not resolve when path separators differed.
|
|
404
496
|
- Updated dependencies [4003b73d9ca]
|
|
405
497
|
- Updated dependencies [ae3272861b4]
|
|
@@ -486,7 +578,7 @@
|
|
|
486
578
|
- 466f4ca3ba: Fixed an issue where custom Markdoc heading IDs were not used in search results.
|
|
487
579
|
- f7b6c52055: Improved appearance and deep linking for the `tabs` Markdoc tag.
|
|
488
580
|
- 2d305eec36: Fixed the built-in CORS proxy failing with "fetch failed" for certain URLs.
|
|
489
|
-
|
|
581
|
+
The browser's `accept-encoding` header isn't forwarded and the error message surfaces the underlying cause.
|
|
490
582
|
- 807547ecbd: Improved build memory usage for large projects.
|
|
491
583
|
- 7276b4e5d6: Fixed an issue in AI Search where clearing the product tag would still include the product in the search request.
|
|
492
584
|
- a9a1ee0fe1: Fixed an issue where page actions remained visible even though `search` was disabled.
|
|
@@ -547,7 +639,7 @@
|
|
|
547
639
|
### Patch Changes
|
|
548
640
|
|
|
549
641
|
- 2d305eec36a: Fixed the built-in CORS proxy failing with "fetch failed" for certain URLs.
|
|
550
|
-
|
|
642
|
+
The browser's `accept-encoding` header isn't forwarded and the error message surfaces the underlying cause.
|
|
551
643
|
|
|
552
644
|
## 0.131.0-next.13
|
|
553
645
|
|
|
@@ -817,7 +909,7 @@
|
|
|
817
909
|
|
|
818
910
|
- ac12b3523a: Added an interactive lightbox viewer for Mermaid diagrams with zoom, pan, and keyboard navigation.
|
|
819
911
|
- 1ff6da217d: Added support for branch-specific configuration in `redocly.yaml`.
|
|
820
|
-
- 12fd642835: Transitioned AI Search to agent mode,
|
|
912
|
+
- 12fd642835: Transitioned AI Search to agent mode, featuring expanded search capabilities and direct integration with the Docs MCP.
|
|
821
913
|
- ec292cdaaa: Made the **403 Forbidden** error page layout ejectable and improved its styling.
|
|
822
914
|
- f117f86b3b: Added `login-button` Markdoc tag to render a login button on project pages.
|
|
823
915
|
- 053051e82f: Added `rbac` support for banners to allow conditional visibility based on user team membership.
|
|
@@ -878,7 +970,7 @@
|
|
|
878
970
|
|
|
879
971
|
### Minor Changes
|
|
880
972
|
|
|
881
|
-
- 12fd642835: Transitioned AI Search to agent mode,
|
|
973
|
+
- 12fd642835: Transitioned AI Search to agent mode, featuring expanded search capabilities and direct integration with the Docs MCP.
|
|
882
974
|
- 053051e82f: Added `rbac` support for banners to allow conditional visibility based on user team membership.
|
|
883
975
|
|
|
884
976
|
### Patch Changes
|
|
@@ -3636,7 +3728,7 @@
|
|
|
3636
3728
|
- 34a049d3d0: Fixed an issue where Markdown pages with `frontmatter.slug` directed users to a 404 error page when selected in a different language locale.
|
|
3637
3729
|
- 03608f2a01: Fixed AI search error handling for Unauthorized and Forbidden errors.
|
|
3638
3730
|
- a85ddf0b86: Resolved an issue with AI search resource styles being overridden by custom styles for `<Tag>` component.
|
|
3639
|
-
- 6b9933d961: Fixed script handling in single page application (SPA) mode. Inline scripts are
|
|
3731
|
+
- 6b9933d961: Fixed script handling in single page application (SPA) mode. Inline scripts are executed on navigation.
|
|
3640
3732
|
- c34c0da390: Fixed an issue where in development mode updates to `redocly.yaml` config were processed much longer than updates to other files.
|
|
3641
3733
|
- 463b9fb93e: Fixed an issue where the `navigation.nextButton.text` and `navigation.previousButton.text` config properties did not change the text of the navigation buttons.
|
|
3642
3734
|
|
|
@@ -3707,8 +3799,8 @@
|
|
|
3707
3799
|
### Patch Changes
|
|
3708
3800
|
|
|
3709
3801
|
- 99358a34e5: Resolved an issue where switching to a product opened a non-priority page instead of an index page.
|
|
3710
|
-
|
|
3711
|
-
- 6b9933d961: Fixed script handling in single page application (SPA) mode. Inline scripts are
|
|
3802
|
+
If a product has an index page, it is displayed first.
|
|
3803
|
+
- 6b9933d961: Fixed script handling in single page application (SPA) mode. Inline scripts are executed on navigation.
|
|
3712
3804
|
- Updated dependencies [bcb712fe03]
|
|
3713
3805
|
- Updated dependencies [ec9eff8ad9]
|
|
3714
3806
|
- @redocly/openapi-docs@3.7.0-next.2
|
|
@@ -3807,7 +3899,7 @@
|
|
|
3807
3899
|
### Minor Changes
|
|
3808
3900
|
|
|
3809
3901
|
- bc13399880: Enhanced development mode error handling showing compilation errors instead of `Internal Server Error` page.
|
|
3810
|
-
CSS errors
|
|
3902
|
+
CSS errors display in an a toast message.
|
|
3811
3903
|
Pages automatically rebuild after fixing errors without server restart.
|
|
3812
3904
|
|
|
3813
3905
|
## 0.115.1
|
|
@@ -3904,8 +3996,8 @@
|
|
|
3904
3996
|
|
|
3905
3997
|
### Patch Changes
|
|
3906
3998
|
|
|
3907
|
-
- f08b1cfdd2: Headers are
|
|
3908
|
-
- 7a285f0828: Improved AI search dialog:
|
|
3999
|
+
- f08b1cfdd2: Headers are excluded from page data for anonymous users to prevent potential cache deception attacks.
|
|
4000
|
+
- 7a285f0828: Improved AI search dialog: links opening in new tabs, the search button is always enabled, and the search field label is updated.
|
|
3909
4001
|
- 44110c4c7c: Changed the text color in the total page counter to improve readability in light mode.
|
|
3910
4002
|
- 698f536b5c: Updated version of the `@redocly/openapi-core` dependency to `1.26.1`.
|
|
3911
4003
|
- Updated dependencies [44110c4c7c]
|
|
@@ -3977,7 +4069,7 @@
|
|
|
3977
4069
|
### Patch Changes
|
|
3978
4070
|
|
|
3979
4071
|
- 5ffc1db4e8: Updated version of the `@redocly/openapi-core` dependency to `1.26.0`.
|
|
3980
|
-
- 001406d157: Improved error handling in the project: project pages that display an error message are
|
|
4072
|
+
- 001406d157: Improved error handling in the project: project pages that display an error message are automatically refreshed after the user resolves the error in the editor.
|
|
3981
4073
|
This occurs both for Reunite and local projects.
|
|
3982
4074
|
- Updated dependencies [5ffc1db4e8]
|
|
3983
4075
|
- Updated dependencies [b6b91308d6]
|
|
@@ -4164,7 +4256,7 @@
|
|
|
4164
4256
|
|
|
4165
4257
|
### Patch Changes
|
|
4166
4258
|
|
|
4167
|
-
- ae03d1fc71: Improved the `output` property for `apis` configuration. The property
|
|
4259
|
+
- ae03d1fc71: Improved the `output` property for `apis` configuration. The property works as a reference from `openapi` Markdoc tags.
|
|
4168
4260
|
- be7d2e6286: Fixed an issue where if you set `REDOCLY_PREFIX_PATHS` in the environment variables for a project, the Reunite Webview would stop updating based on the page selected in the editor.
|
|
4169
4261
|
- Updated dependencies [9574a87b33]
|
|
4170
4262
|
- Updated dependencies [47065856c6]
|
|
@@ -4346,7 +4438,7 @@
|
|
|
4346
4438
|
|
|
4347
4439
|
### Patch Changes
|
|
4348
4440
|
|
|
4349
|
-
- 5e5916b415: Resolved an issue that caused the page to crash when using the OpenAPI Code Sample Markdoc tags if the `descriptionFile` value was an incorrect path.
|
|
4441
|
+
- 5e5916b415: Resolved an issue that caused the page to crash when using the OpenAPI Code Sample Markdoc tags if the `descriptionFile` value was an incorrect path. If the path is invalid, users are presented with an error directing them to correct it.
|
|
4350
4442
|
|
|
4351
4443
|
## 0.104.3
|
|
4352
4444
|
|
|
@@ -4670,8 +4762,8 @@
|
|
|
4670
4762
|
|
|
4671
4763
|
### Minor Changes
|
|
4672
4764
|
|
|
4673
|
-
- 176b280257: Deprecated the `theme.imports` property. Themes and plugins must
|
|
4674
|
-
- 7e71bf855b: Deprecated the `theme` property of `redocly.yaml` config. All of the configuration properties under `theme`
|
|
4765
|
+
- 176b280257: Deprecated the `theme.imports` property. Themes and plugins must be enabled through the `plugins` configuration property. Using the `theme.imports` does not fail the build, but produces warnings in the build log.
|
|
4766
|
+
- 7e71bf855b: Deprecated the `theme` property of `redocly.yaml` config. All of the configuration properties under `theme` reside in the root of the config.
|
|
4675
4767
|
|
|
4676
4768
|
### Patch Changes
|
|
4677
4769
|
|
|
@@ -4764,13 +4856,13 @@
|
|
|
4764
4856
|
|
|
4765
4857
|
### Patch Changes
|
|
4766
4858
|
|
|
4767
|
-
- ed391e8607: Resolved an issue with audience verification. Users without access permissions to the project are
|
|
4859
|
+
- ed391e8607: Resolved an issue with audience verification. Users without access permissions to the project are redirected to the sign up page.
|
|
4768
4860
|
|
|
4769
4861
|
## 0.92.2
|
|
4770
4862
|
|
|
4771
4863
|
### Patch Changes
|
|
4772
4864
|
|
|
4773
|
-
- 8b3aa69af2: Each error in the `redocly.yaml` file is
|
|
4865
|
+
- 8b3aa69af2: Each error in the `redocly.yaml` file is reported separately. Previously, all validation errors from `redocly.yaml` were bundled and reported as one error.
|
|
4774
4866
|
- Updated dependencies [ac665b40f7]
|
|
4775
4867
|
- Updated dependencies [a0e2645687]
|
|
4776
4868
|
- Updated dependencies [c848158ee4]
|
|
@@ -4788,7 +4880,7 @@
|
|
|
4788
4880
|
|
|
4789
4881
|
### Minor Changes
|
|
4790
4882
|
|
|
4791
|
-
- 2ad34ae141: **IMPORTANT**: Markdoc errors
|
|
4883
|
+
- 2ad34ae141: **IMPORTANT**: Markdoc errors fail production builds.\
|
|
4792
4884
|
To make Realm ignore Markdoc errors during production builds, set the `reunite.ignoreMarkdocErrors` property in `redocly.yaml` to `true`.
|
|
4793
4885
|
|
|
4794
4886
|
### Patch Changes
|
|
@@ -4906,7 +4998,7 @@
|
|
|
4906
4998
|
|
|
4907
4999
|
- 0fdd7f22f9: Changed the order of moods in the mood feedback type to "from negative to positive".
|
|
4908
5000
|
- 67100a3e83: fix(project): Adjusted cache headers to prevent browser caching to ensure users always receive the latest version of the content.
|
|
4909
|
-
- fde6bd8184: Improved the default behavior for versioned items in sidebars. When items from different versioned folders are available, the sidebar
|
|
5001
|
+
- fde6bd8184: Improved the default behavior for versioned items in sidebars. When items from different versioned folders are available, the sidebar prefers and displays items with the same version as the currently active page.
|
|
4910
5002
|
- Updated dependencies [0fdd7f22f9]
|
|
4911
5003
|
- Updated dependencies [1b6abdc7af]
|
|
4912
5004
|
- @redocly/theme@0.38.2
|
|
@@ -4962,7 +5054,7 @@
|
|
|
4962
5054
|
### Patch Changes
|
|
4963
5055
|
|
|
4964
5056
|
- e50e90b554: Fixed an issue when versioned content had a separate sidebars.yaml defined for each version, the navbar groups and separators were displayed for all versions of the content.
|
|
4965
|
-
|
|
5057
|
+
The navbar groups and separators are displayed only for the corresponding version chosen in the version picker.
|
|
4966
5058
|
|
|
4967
5059
|
## 0.88.2
|
|
4968
5060
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{useMemo as
|
|
1
|
+
import{useEffect as S,useMemo as c,useState as f}from"react";import{useLocation as A}from"react-router-dom";import{useThemeConfig as w}from"@redocly/theme/core/hooks";import{usePageData as B}from"../../providers/page-data/hooks";import{getBannerForSlug as D,getNextBannerTransition as T,isBannerWithinTimeRange as h}from"./utils/match-banner-target.js";const u="redocly-dismissed-banners",x=2**31-1;function E(){if(typeof window>"u")return new Set;const n=localStorage.getItem(u);if(n){const a=JSON.parse(n);if(Array.isArray(a))return new Set(a)}return new Set}function C(){const{banner:n}=w()||{},t=B()?.props?.frontmatter?.banner,d=A(),[o,g]=f(E()),[s,p]=f(()=>Date.now()),i=d.pathname,m=c(()=>{const r=Array.isArray(n)?n:[],e=Array.isArray(t)?t:[];return[...r,...e]},[n,t]);return S(()=>{const r=T(m,s);if(r===void 0)return;const e=r-Date.now(),y=Math.min(Math.max(0,e),x),l=setTimeout(()=>p(Date.now()),y);return()=>clearTimeout(l)},[m,s]),{banner:c(()=>{const r=(Array.isArray(t)?t:[]).find(e=>!o.has(e.hash)&&h(e,s));if(r)return r;if(!(!n||!Array.isArray(n)||n.length===0))return D(n,i,o,s)},[n,t,i,o,s]),dismissBanner:r=>{const e=new Set(o);e.add(r),g(e),localStorage.setItem(u,JSON.stringify(Array.from(e)))}}}export{u as STORAGE_KEY,E as getDismissedBannersFromStorage,C as useBanner};
|
|
@@ -21,6 +21,12 @@ export declare function getTargetSpecificity(target: string | undefined): Specif
|
|
|
21
21
|
* specific, negative if `right` is, and 0 when equal.
|
|
22
22
|
*/
|
|
23
23
|
export declare function compareSpecificity(left: Specificity, right: Specificity): number;
|
|
24
|
+
export declare function isBannerWithinTimeRange(banner: Pick<ResolvedBannerConfig, 'startAt' | 'endAt'>, now?: number): boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Returns the soonest banner visibility transition strictly after `now`,
|
|
27
|
+
* considering every `startAt` and `endAt` across `banners`.
|
|
28
|
+
*/
|
|
29
|
+
export declare function getNextBannerTransition(banners: Pick<ResolvedBannerConfig, 'startAt' | 'endAt'>[], now?: number): number | undefined;
|
|
24
30
|
/**
|
|
25
31
|
* Checks if a slug matches a target pattern
|
|
26
32
|
*/
|
|
@@ -28,5 +34,5 @@ export declare function matchesBannerTarget(slug: string, target: string | undef
|
|
|
28
34
|
/**
|
|
29
35
|
* Returns the most specific matching banner for a slug.
|
|
30
36
|
*/
|
|
31
|
-
export declare function getBannerForSlug(banners: ResolvedBannerConfig[], slug: string, dismissedBanners?: Set<string
|
|
37
|
+
export declare function getBannerForSlug(banners: ResolvedBannerConfig[], slug: string, dismissedBanners?: Set<string>, now?: number): ResolvedBannerConfig | undefined;
|
|
32
38
|
//# sourceMappingURL=match-banner-target.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import m from"picomatch";import{removeTrailingSlash as a}from"../../../../utils/url/remove-trailing-slash";import{normalizeRouteSlug as h}from"../../../../utils/path/normalize-route-slug";const l={};function f(t){const e=t.trim();return e===""||e==="**"||e==="/**"}function p(t){const e=t.trim();if(f(e))return"**";let i=e.toLowerCase();return i.startsWith("/")&&(i=i.slice(1)),i.endsWith("/")&&!i.endsWith("*/")&&(i=i.slice(0,-1)),i}function g(t){return l[t]||(l[t]=m(t,{nocase:!0})),l[t]}const s={CatchAll:0,DoubleWildcard:1,SingleWildcard:2,ExactMatch:3};function S(t){if(!t||f(t))return{tier:s.CatchAll,literalSegments:0};const e=t.trim().split("/").filter(i=>!i.includes("*")&&i.trim()!=="").length;return t.includes("*")?t.includes("**")?{tier:s.DoubleWildcard,literalSegments:e}:{tier:s.SingleWildcard,literalSegments:e}:{tier:s.ExactMatch,literalSegments:e}}function W(t,e){return t.tier!==e.tier?t.tier-e.tier:t.literalSegments-e.literalSegments}function u(t){if(!t)return;const e=Date.parse(t);return Number.isNaN(e)?void 0:e}function x(t,e=Date.now()){const i=u(t.startAt);if(i!==void 0&&e<i)return!1;const r=u(t.endAt);return!(r!==void 0&&e>=r)}function w(t,e=Date.now()){return t.flatMap(i=>[u(i.startAt),u(i.endAt)]).filter(i=>i!==void 0&&i>e).sort((i,r)=>i-r)[0]}function T(t,e){if(!e||f(e))return!0;const i=a(h(t)).toLowerCase(),r=i.startsWith("/")?i.slice(1):i,n=p(e);if(!n.includes("*")){const c=n.startsWith("/")?n.slice(1):n;return r===a(c)}if(n.endsWith("**")){const c=a(n.slice(0,-2));if(r===c)return!0}return g(n)(r)}function y(t,e,i=new Set,r=Date.now()){if(!t||t.length===0)return;let n,c;for(const o of t){if(i.has(o.hash)||!x(o,r)||!T(e,o.target))continue;const d=S(o.target);(!c||W(d,c)>0)&&(c=d,n=o)}return n}export{s as SpecificityTier,W as compareSpecificity,y as getBannerForSlug,w as getNextBannerTransition,S as getTargetSpecificity,x as isBannerWithinTimeRange,T as matchesBannerTarget};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{RedocSchema as c,StoreProvider as p}from"@redocly/openapi-docs";import*as e from"react";import{Admonition as d}from"@redocly/theme/markdoc/components/Admonition/Admonition";import{
|
|
1
|
+
import{RedocSchema as c,StoreProvider as p}from"@redocly/openapi-docs";import*as e from"react";import{Admonition as d}from"@redocly/theme/markdoc/components/Admonition/Admonition";import{MarkdownLink as l}from"@redocly/theme/markdoc/components/MarkdownLink/MarkdownLink";import{link as h}from"../../../../../markdoc/nodes/index.js";import{OpenApiComponentWrap as f}from"../styled.elements";const k={nodes:{link:h},components:{MarkdownLink:l}};function x(r){const{options:m,schemaResolved:o,schemaResolvedErrors:t,schema:n}=r;if(n||o){const s={openapi:"3.0.0",info:{version:"1",description:"test",title:"test"},paths:{},"x-root":o?.components?.schemas?.__root||n,components:{schemas:{...o?.components?.schemas}}};return e.createElement(f,{"data-testid":"json-schema"},e.createElement(p,{options:{...m,markdocOptions:k},definition:s},t?.length?e.createElement(d,{name:"Problem in json-schema tag",type:"danger"},t.map((i,a)=>e.createElement("div",{key:a},i))):null,e.createElement(c,{pointer:"#/x-root",disableDeepLinks:!0})))}}export{x as JsonSchema};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import o from"react";import{EmbeddedReplay as
|
|
1
|
+
import o from"react";import{EmbeddedReplay as M,StoreProvider as b}from"@redocly/openapi-docs";import{useLocation as A}from"react-router-dom";import{Admonition as I}from"@redocly/theme/markdoc/components/Admonition/Admonition";import{ErrorMessage as P,OpenApiComponentWrap as x}from"../styled.elements.js";import{useStore as R}from"../../hooks/use-store.js";import{getOperation as C}from"./get-operation/index.js";import{getMockServerDocsConfig as y}from"../../../../templates/openapi-docs/mock-server-config.js";const L=S=>{const{descriptionFile:i,operationId:p,pointer:m,exampleKey:l,mimeType:u,requestBody:a,parameters:v,options:s,environment:r,environments:c,hideOtherSecuritySchemes:O}=S,h=A(),{store:e,error:g,baseSlug:t}=R(i),d=o.useMemo(()=>({...e?.options,...s}),[s,e?.options]),f=o.useMemo(()=>{const{mockServer:E,...k}=d;return{...k,mockServer:y(E,t??"")}},[d,t]),n=o.useMemo(()=>{if(e)return C(e,{operationId:p,pointer:m},f,{exampleKey:l,mimeType:u,environments:c,environment:r,requestBody:a})},[l,f,u,p,m,e,c,r,a]);return e?n?o.createElement(x,{"data-testid":"replay-openapi"},o.createElement(b,{key:`${h.pathname}-${i}-${p||m}`,options:{...s,disableRouter:!0,routingBasePath:t,mockServer:y(d.mockServer,t)},definition:e.definition,withState:{environments:c,allowedEnvironments:r?[r]:void 0,operation:{pointer:n.pointer,state:{requestValues:{body:a,...v}}}}},o.createElement(M,{activeOperationId:n.operationId||"",fullOpenApi:e.definition,corsProxyUrl:e.options.corsProxyUrl,pointer:n.pointer,hideOtherSecuritySchemes:O}))):o.createElement(I,{type:"danger"},"Cannot find OpenAPI operation by operationId or pointer in ",i):o.createElement(P,null,g)};export{L as ReplayOpenApi};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e={"dev.newApp":"\u062A\u0637\u0628\u064A\u0642 \u062C\u062F\u064A\u062F","dev.newApp.text":"\u0623\u0646\u0634\u0626 \u062A\u0637\u0628\u064A\u0642\u0643 \u0627\u0644\u0623\u0648\u0644","dev.sidebar.header":"\u062A\u0637\u0628\u064A\u0642\u0627\u062A\u064A","dev.sidebar.footer.text":"\u062A\u0637\u0628\u064A\u0642 \u062C\u062F\u064A\u062F","dev.create.app.dialog.appName.placeholder":"\u0627\u0633\u0645 \u0627\u0644\u062A\u0637\u0628\u064A\u0642","dev.create.app.dialog.appName.error":"\u064A\u062C\u0628 \u0623\u0646 \u064A\u0628\u062F\u0623 \u0627\u0644\u0627\u0633\u0645 \u0628\u062D\u0631\u0641 \u0648\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u062D\u062A\u0648\u064A \u0641\u0642\u0637 \u0639\u0644\u0649: \u0623\u062D\u0631\u0641 \u0648\u0623\u0631\u0642\u0627\u0645 \u0648\u0645\u0633\u0627\u0641\u0627\u062A \u0648. \u0648_ \u0648- \u0648$ \u0648% \u0648#","dev.create.app.dialog.selectAPIs":"\u0627\u062E\u062A\u0631 \u0648\u0627\u062C\u0647\u0627\u062A \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A","dev.create.app.dialog.description":"\u0627\u0644\u0648\u0635\u0641","dev.create.app.dialog.description.placeholder":"\u0641\u0627\u0631\u063A","dev.create.app.dialog.create":"\u0625\u0646\u0634\u0627\u0621 \u062A\u0637\u0628\u064A\u0642","dev.create.app.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.main.tab.appKeys":"\u0645\u0641\u0627\u062A\u064A\u062D API","dev.main.tab.logs":"\u0627\u0644\u0633\u062C\u0644\u0627\u062A","dev.app.description.title":"\u0627\u0644\u0648\u0635\u0641","dev.edit.description.dialog.title":"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0635\u0641","dev.edit.description.dialog.save":"\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A","dev.edit.description.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.create.app.dialog.callbackUrls":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0644\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","dev.create.app.dialog.callbackUrls.placeholder":"https://example.com/callback","dev.create.app.dialog.callbackUrls.hint":"\u0627\u0641\u0635\u0644 \u0628\u064A\u0646 \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0639\u062F\u062F\u0629 \u0628\u0641\u0627\u0635\u0644\u0629","dev.app.callbackUrls.title":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0644\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","dev.edit.callbackUrls.dialog.title":"\u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0644\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","dev.edit.callbackUrls.dialog.placeholder":"https://example.com/callback","dev.edit.callbackUrls.dialog.hint":"\u0627\u0641\u0635\u0644 \u0628\u064A\u0646 \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0639\u062F\u062F\u0629 \u0628\u0641\u0627\u0635\u0644\u0629","dev.edit.callbackUrls.dialog.save":"\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A","dev.edit.callbackUrls.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.edit.apis.dialog.selectedAPIs":"\u0648\u0627\u062C\u0647\u0627\u062A \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629","dev.app.key.create":"\u0625\u0646\u0634\u0627\u0621 \u0645\u0641\u062A\u0627\u062D","dev.create.key.dialog.title":"\u0625\u0646\u0634\u0627\u0621 \u0645\u0641\u062A\u0627\u062D","dev.create.key.dialog.create":"\u0625\u0646\u0634\u0627\u0621 \u0645\u0641\u062A\u0627\u062D","dev.create.key.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.app.edit":"\u062A\u0639\u062F\u064A\u0644","dev.app.delete":"\u062D\u0630\u0641","dev.edit.app.dialog.title":"\u062A\u063A\u064A\u064A\u0631 \u0627\u0633\u0645 \u0627\u0644\u0639\u0631\u0636","dev.edit.app.dialog.save":"\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A","dev.edit.app.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.delete.app.dialog.title":"\u062D\u0630\u0641 \u0627\u0644\u062A\u0637\u0628\u064A\u0642","dev.delete.app.dialog.confirmation":"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u062D\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u061F","dev.delete.app.dialog.delete":"\u062D\u0630\u0641 \u0627\u0644\u062A\u0637\u0628\u064A\u0642","dev.delete.app.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.app.key.roll":"\u062A\u062F\u0648\u064A\u0631 \u0645\u0641\u062A\u0627\u062D API","dev.roll.key.dialog.title":"\u062A\u062F\u0648\u064A\u0631 \u0645\u0641\u062A\u0627\u062D API","dev.roll.key.dialog.apiKey":"API key","dev.roll.key.dialog.expires":"\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u062A\u0647","dev.roll.key.dialog.confirmation":"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u062A\u062F\u0648\u064A\u0631 \u0645\u0641\u062A\u0627\u062D API \u0647\u0630\u0627\u061F","dev.roll.key.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.roll.key.dialog.roll":"\u062A\u062F\u0648\u064A\u0631 \u0645\u0641\u062A\u0627\u062D API","dev.update.key.dialog.title":"\u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0645\u0641\u062A\u0627\u062D","dev.update.key.dialog.update":"\u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0645\u0641\u062A\u0627\u062D","dev.update.key.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.app.key.api.name":"\u0627\u0633\u0645 API","dev.app.key.api.status":"\u0627\u0644\u062D\u0627\u0644\u0629","dev.app.key.api.edit":"\u062A\u0639\u062F\u064A\u0644 \u0648\u0627\u062C\u0647\u0627\u062A \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A","dev.edit.apis.dialog.title":"\u062A\u0639\u062F\u064A\u0644 \u0648\u0627\u062C\u0647\u0627\u062A \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A","dev.edit.apis.dialog.apiKey":"API key","dev.edit.apis.dialog.save":"\u062D\u0641\u0638","dev.edit.apis.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.select.placeholder":"\u0641\u0627\u0631\u063A","dev.app.overview.status.pending":"\u0642\u064A\u062F \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631","dev.app.overview.status.approved":"\u0645\u0639\u062A\u0645\u062F","dev.app.overview.status.revoked":"\u0645\u0644\u063A\u0649","dev.app.overview.status":"\u0627\u0644\u062D\u0627\u0644\u0629","dev.app.overview.non-production":"\u0627\u062E\u062A\u0628\u0627\u0631","dev.app.overview.production":"\u0625\u0646\u062A\u0627\u062C\u064A","dev.app.overview.clientId":"\u0627\u0644\u0633\u0631","dev.app.overview.apiKey":"API key","dev.app.key.revoke":"\u0625\u0644\u063A\u0627\u0621 \u0645\u0641\u062A\u0627\u062D API","dev.revoke.key.dialog.title":"\u0625\u0644\u063A\u0627\u0621 \u0645\u0641\u062A\u0627\u062D API","dev.revoke.key.dialog.apiKey":"API key","dev.revoke.key.dialog.expires":"\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u062A\u0647","dev.revoke.key.dialog.confirmation":"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0644\u063A\u0627\u0621 \u0645\u0641\u062A\u0627\u062D API \u0647\u0630\u0627\u061F","dev.revoke.key.dialog.revoke":"\u0625\u0644\u063A\u0627\u0621 \u0645\u0641\u062A\u0627\u062D API","dev.revoke.key.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.app.overview.expires":"\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u062A\u0647","dev.app.overview.created":"\u062A\u0645 \u0627\u0644\u0625\u0646\u0634\u0627\u0621","dev.app.overview.visibilityToggle.hide":"\u0625\u062E\u0641\u0627\u0621","dev.app.overview.visibilityToggle.show":"\u0625\u0638\u0647\u0627\u0631","search.loading":"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0645\u064A\u0644...","search.noResults.title":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0646\u062A\u0627\u0626\u062C","search.keys.navigate":"\u0644\u0644\u062A\u0646\u0642\u0644","search.keys.select":"\u0644\u0644\u0627\u062E\u062A\u064A\u0627\u0631","search.keys.exit":"\u0644\u0644\u062E\u0631\u0648\u062C","search.searchItem.deprecated":"\u0645\u0647\u0645\u0644","search.label":"\u0627\u0628\u062D\u062B \u0641\u064A \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A...","search.cancel":"\u0625\u0644\u063A\u0627\u0621","search.recent":"\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u0628\u062D\u062B \u0627\u0644\u0623\u062E\u064A\u0631\u0629","search.navbar.label":"\u0628\u062D\u062B","search.suggested":"\u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u0642\u062A\u0631\u062D\u0629","search.groups.all":"\u0627\u0644\u0643\u0644","search.showMore":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064A\u062F","search.filter.title":"\u0645\u0631\u0634\u062D \u0645\u062A\u0642\u062F\u0645","search.filter.reset":"\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0645\u0631\u0634\u062D\u0627\u062A","search.filter.field.reset":"\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646","search.filter.field.footer":"\u0627\u0628\u062D\u062B \u0644\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0639\u0646\u0627\u0635\u0631...","search.ai.newConversation":"\u0645\u062D\u0627\u062F\u062B\u0629 \u062C\u062F\u064A\u062F\u0629","search.ai.welcomeText":"\u0645\u0631\u062D\u0628\u064B\u0627 \u0628\u0643 \u0641\u064A \u0628\u062D\u062B \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A! \u0644\u0627 \u062A\u062A\u0631\u062F\u062F \u0641\u064A \u0633\u0624\u0627\u0644\u064A \u0639\u0646 \u0623\u064A \u0634\u064A\u0621. \u0643\u064A\u0641 \u064A\u0645\u0643\u0646\u0646\u064A \u0627\u0644\u0645\u0633\u0627\u0639\u062F\u0629\u061F","search.ai.placeholder":"\u0627\u0637\u0631\u062D \u0633\u0624\u0627\u0644\u0627\u064B...","search.ai.back":"\u0631\u062C\u0648\u0639","search.ai.generatingResponse":"\u062C\u0627\u0631\u064D \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0631\u062F...","search.ai.followUpQuestion":"\u0647\u0644 \u0644\u062F\u064A\u0643 \u0633\u0624\u0627\u0644 \u0645\u062A\u0627\u0628\u0639\u0629\u061F","search.ai.suggestionsTitle":"\u0627\u0642\u062A\u0631\u0627\u062D\u0627\u062A","search.ai.thinkingText":"\u0623\u0641\u0643\u0631...","search.ai.resourcesFound":"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0645\u0648\u0627\u0631\u062F","search.ai.resourcesFound.basedOn":"\u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649","search.ai.resourcesFound.resources":"\u0645\u0648\u0627\u0631\u062F","search.ai.toolCall.executed":"\u062A\u0645 \u0627\u0644\u062A\u0646\u0641\u064A\u0630","search.ai.toolCall.executing":"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u0646\u0641\u064A\u0630","search.ai.toolCall.withArgs":"\u0645\u0639 \u0627\u0644\u0648\u0633\u0627\u0626\u0637","search.ai.feedback.title":"\u0645\u0627 \u0627\u0644\u0630\u064A \u0644\u0645 \u064A\u0639\u062C\u0628\u0643 \u0641\u064A \u0647\u0630\u0647 \u0627\u0644\u0627\u0633\u062A\u062C\u0627\u0628\u0629\u061F","search.ai.feedback.detailsPlaceholder":"\u0623\u0636\u0641 \u062A\u0641\u0627\u0635\u064A\u0644 \u0645\u062D\u062F\u062F\u0629","search.ai.feedback.thanks":"\u0634\u0643\u0631\u0627\u064B \u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A\u0643!","search.ai.feedback.more":"\u0627\u0644\u0645\u0632\u064A\u062F...","search.ai.label":"\u0627\u0633\u0623\u0644 \u0645\u0633\u0627\u0639\u062F \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","search.ai.button":"\u0628\u062D\u062B \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","search.ai.backToSearch":"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0628\u062D\u062B","search.ai.assistant":"\u0627\u0644\u0645\u0633\u0627\u0639\u062F","search.ai.disclaimer":"\u0642\u062F \u064A\u0648\u0641\u0631 \u0628\u062D\u062B \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u0646\u062A\u0627\u0626\u062C \u063A\u064A\u0631 \u0643\u0627\u0645\u0644\u0629 \u0623\u0648 \u063A\u064A\u0631 \u0635\u062D\u064A\u062D\u0629. \u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0645\u0647\u0645\u0629.","search.ai.error.description":"\u0648\u0627\u062C\u0647\u062A\u0646\u0627 \u0645\u0634\u0643\u0644\u0629 \u0623\u062B\u0646\u0627\u0621 \u0645\u0639\u0627\u0644\u062C\u0629 \u0628\u062D\u062B\u0643. \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627 \u0623\u0648 \u062A\u062D\u0633\u064A\u0646 \u0627\u0633\u062A\u0639\u0644\u0627\u0645\u0643. \u0625\u0630\u0627 \u0627\u0633\u062A\u0645\u0631\u062A \u0627\u0644\u0645\u0634\u0643\u0644\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u062F\u0639\u0645 Redocly.","search.ai.error.description.forbidden":"\u0628\u062D\u062B \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u063A\u064A\u0631 \u0645\u062A\u0648\u0641\u0631 \u062D\u0627\u0644\u064A\u064B\u0627.","search.ai.error.description.unauthorized":"\u063A\u064A\u0631 \u0645\u0635\u0631\u062D \u0644\u0643 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0628\u062D\u062B \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A.","search.ai.error.header":"\u0639\u0641\u0648\u064B\u0627! \u062D\u062F\u062B \u062E\u0637\u0623 \u0645\u0627.","search.ai.error.header.forbidden":"\u0627\u0644\u0645\u064A\u0632\u0629 \u063A\u064A\u0631 \u0645\u062A\u0648\u0641\u0631\u0629","search.ai.error.header.unauthorized":"\u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0645\u0637\u0644\u0648\u0628\u0629","aiAssistant.trigger":"\u0627\u0633\u0623\u0644 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","toc.header":"\u0641\u064A \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","footer.copyrightText":"","page.homeButton":"\u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629","page.forbidden.title":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0645\u0631\u0641\u0648\u0636","page.forbidden.description":"\u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0625\u0630\u0646 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629. \u0625\u0630\u0627 \u0643\u0646\u062A \u062A\u0639\u062A\u0642\u062F \u0623\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0627\u062A\u0635\u0644 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644 \u0623\u0648 \u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629.","page.notFound.title":"\u0634\u064A\u0621 \u0645\u0627 \u0645\u0641\u0642\u0648\u062F...","page.notFound.description":"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062A\u064A \u0643\u0646\u062A \u062A\u062D\u0627\u0648\u0644 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u064A\u0647\u0627 \u063A\u064A\u0631 \u0645\u0648\u062C\u0648\u062F\u0629 \u0623\u0648 \u0631\u0628\u0645\u0627 \u062A\u0645 \u0646\u0642\u0644\u0647\u0627. \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629\u060C \u0623\u0648 \u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629\u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0634\u0631\u064A\u0637 \u0627\u0644\u0628\u062D\u062B \u0644\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0645\u0627 \u062A\u0628\u062D\u062B \u0639\u0646\u0647.","page.lastUpdated.timeago":"\u0622\u062E\u0631 \u062A\u062D\u062F\u064A\u062B","page.lastUpdated.on":"\u0622\u062E\u0631 \u062A\u062D\u062F\u064A\u062B \u0641\u064A","catalog.filters.title":"\u0627\u0644\u0645\u0631\u0634\u062D\u0627\u062A","catalog.filters.add":"\u0625\u0636\u0627\u0641\u0629 \u0645\u0631\u0634\u062D","catalog.filters.placeholder":"\u0627\u0643\u062A\u0628 \u0644\u0644\u062A\u0631\u0634\u064A\u062D...","catalog.filters.clearAll":"\u0645\u0633\u062D \u0627\u0644\u0645\u0631\u0634\u062D\u0627\u062A","catalog.filters.select.addFilter":"\u0625\u0636\u0627\u0641\u0629 \u0645\u0631\u0634\u062D","catalog.filters.select.all":"\u0627\u0644\u0643\u0644","catalog.filters.done":"\u062A\u0645","filter.dateRange.from":"\u0645\u0646:","filter.dateRange.to":"\u0625\u0644\u0649:","sidebar.menu.backLabel":"\u0631\u062C\u0648\u0639","sidebar.menu.backToLabel":"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 {{value}}","sidebar.actions.show":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0634\u0631\u064A\u0637 \u0627\u0644\u062C\u0627\u0646\u0628\u064A","sidebar.actions.hide":"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0634\u0631\u064A\u0637 \u0627\u0644\u062C\u0627\u0646\u0628\u064A","sidebar.actions.changeToSingleColumn":"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0639\u0645\u0648\u062F \u0648\u0627\u062D\u062F","sidebar.actions.changeToTwoColumns":"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0639\u0645\u0648\u062F\u064A\u0646","sidebar.actions.singleColumn":"\u0639\u0645\u0648\u062F \u0648\u0627\u062D\u062F","sidebar.actions.twoColumns":"\u0639\u0645\u0648\u062F\u0627\u0646","versionPicker.label":"\u0627\u0644\u0625\u0635\u062F\u0627\u0631:","versionPicker.unversioned":"\u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A","codeSnippet.copy.buttonText":"\u062A\u0645 \u0627\u0644\u0646\u0633\u062E!","codeSnippet.copy.tooltipText":"\u0646\u0633\u062E \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\u0629","codeSnippet.copy.toasterText":"\u0646\u0633\u062E","codeSnippet.expand.tooltipText":"\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0643\u0644","codeSnippet.collapse.tooltipText":"\u0637\u064A \u0627\u0644\u0643\u0644","markdown.editPage.text":"\u062A\u0639\u062F\u064A\u0644","feedback.settings.comment.submitText":"\u0634\u0643\u0631\u064B\u0627 \u0644\u0645\u0633\u0627\u0639\u062F\u062A\u0643 \u0641\u064A \u062A\u062D\u0633\u064A\u0646 \u0648\u062B\u0627\u0626\u0642\u0646\u0627!","feedback.settings.comment.label":"\u064A\u0631\u062C\u0649 \u0645\u0634\u0627\u0631\u0643\u0629 \u0645\u0644\u0627\u062D\u0638\u0627\u062A\u0643 \u0645\u0639\u0646\u0627.","feedback.settings.comment.send":"\u0625\u0631\u0633\u0627\u0644","feedback.settings.comment.cancel":"\u0625\u0644\u063A\u0627\u0621","feedback.settings.comment.maxLength":"\u062A\u0645 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0648\u0647\u0648 {{maxLength}} \u062D\u0631\u0641","feedback.settings.comment.satisfiedLabel":"\u0645\u0627 \u0627\u0644\u0630\u064A \u0643\u0627\u0646 \u0623\u0643\u062B\u0631 \u0641\u0627\u0626\u062F\u0629\u061F","feedback.settings.comment.neutralLabel":"\u0645\u0627 \u0627\u0644\u0630\u064A \u064A\u0645\u0643\u0646\u0646\u0627 \u062A\u062D\u0633\u064A\u0646\u0647\u061F","feedback.settings.comment.dissatisfiedLabel":"\u0645\u0627 \u0627\u0644\u0630\u064A \u064A\u0645\u0643\u0646\u0646\u0627 \u062A\u062D\u0633\u064A\u0646\u0647\u061F","feedback.settings.submitText":"\u0634\u0643\u0631\u064B\u0627 \u0639\u0644\u0649 \u0645\u0644\u0627\u062D\u0638\u0627\u062A\u0643!","feedback.settings.label":"\u0647\u0644 \u0643\u0627\u0646 \u0647\u0630\u0627 \u0645\u0641\u064A\u062F\u064B\u0627\u061F","feedback.settings.reasons.label":"\u0623\u064A \u0639\u0628\u0627\u0631\u0629 \u062A\u0635\u0641 \u0623\u0641\u0643\u0627\u0631\u0643 \u062D\u0648\u0644 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0634\u0643\u0644 \u0623\u0641\u0636\u0644\u061F","feedback.submit":"\u0625\u0631\u0633\u0627\u0644","feedback.cancel":"\u0625\u0644\u063A\u0627\u0621","feedback.settings.comment.likeLabel":"\u0645\u0627 \u0627\u0644\u0630\u064A \u0643\u0627\u0646 \u0623\u0643\u062B\u0631 \u0641\u0627\u0626\u062F\u0629\u061F","feedback.settings.comment.dislikeLabel":"\u0645\u0627 \u0627\u0644\u0630\u064A \u064A\u0645\u0643\u0646\u0646\u0627 \u062A\u062D\u0633\u064A\u0646\u0647\u061F","feedback.sentiment.thumbUp":"\u0623\u0639\u062C\u0628\u0646\u064A","feedback.sentiment.thumbDown":"\u0644\u0645 \u064A\u0639\u062C\u0628\u0646\u064A","feedback.settings.leftScaleLabel":"\u063A\u064A\u0631 \u0645\u0641\u064A\u062F \u0639\u0644\u0649 \u0627\u0644\u0625\u0637\u0644\u0627\u0642","feedback.settings.rightScaleLabel":"\u0645\u0641\u064A\u062F \u0644\u0644\u063A\u0627\u064A\u0629","feedback.settings.optionalEmail.label":"\u0628\u0631\u064A\u062F\u0643 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A (\u0627\u062E\u062A\u064A\u0627\u0631\u064A\u060C \u0644\u0644\u0645\u062A\u0627\u0628\u0639\u0629)","feedback.settings.optionalEmail.placeholder":"yourname@example.com","codeSnippet.report.buttonText":"\u0625\u0628\u0644\u0627\u063A","codeSnippet.report.tooltipText":"\u0627\u0644\u0625\u0628\u0644\u0627\u063A \u0639\u0646 \u0645\u0634\u0643\u0644\u0629","codeSnippet.report.label":"\u0645\u0627 \u0647\u064A \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0647\u0630\u0627 \u0627\u0644\u0631\u0645\u0632\u061F","userMenu.login":"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","userMenu.logout":"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062E\u0631\u0648\u062C","userMenu.devOnboardingLabel":"\u062A\u0637\u0628\u064A\u0642\u0627\u062A\u064A","mobileMenu.mainMenu":"\u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629","mobileMenu.previous":"\u0627\u0644\u0633\u0627\u0628\u0642","mobileMenu.products":"\u0627\u0644\u0645\u0646\u062A\u062C\u0627\u062A","mobileMenu.version":"\u0627\u0644\u0625\u0635\u062F\u0627\u0631","page.nextButton":"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","page.previousButton":"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629","page.actions.copyButtonText":"\u0646\u0633\u062E","page.actions.copyTitle":"\u0646\u0633\u062E \u0644\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0644\u063A\u0648\u064A","page.actions.copyDescription":"\u0646\u0633\u062E \u0627\u0644\u0635\u0641\u062D\u0629 \u0643\u0640 Markdown \u0644\u0644\u0646\u0645\u0627\u0630\u062C \u0627\u0644\u0644\u063A\u0648\u064A\u0629","page.actions.viewAsMdButtonText":"\u0639\u0631\u0636 \u0643\u0640 Markdown","page.actions.viewAsMdTitle":"\u0639\u0631\u0636 \u0643\u0640 Markdown","page.actions.viewAsMdDescription":"\u0641\u062A\u062D \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u0643\u0640 Markdown","page.actions.chatGptButtonText":"\u0641\u062A\u062D \u0641\u064A ChatGPT","page.actions.chatGptTitle":"\u0641\u062A\u062D \u0641\u064A ChatGPT","page.actions.chatGptDescription":"\u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0645\u0646 ChatGPT","page.actions.claudeButtonText":"\u0641\u062A\u062D \u0641\u064A Claude","page.actions.claudeTitle":"\u0641\u062A\u062D \u0641\u064A Claude","page.actions.claudeDescription":"\u0627\u062D\u0635\u0644 \u0639\u0644\u0649 \u0631\u0624\u0649 \u0645\u0646 \u0643\u0644\u0648\u062F","page.actions.cursorMcpButtonText":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0640 Cursor","page.actions.cursorMcpTitle":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0640 Cursor","page.actions.cursorMcpDescription":"\u062A\u062B\u0628\u064A\u062A \u062E\u0627\u062F\u0645 MCP \u0639\u0644\u0649 Cursor","page.actions.connectMcp":"\u062A\u0648\u0635\u064A\u0644 MCP","page.actions.connectMcp.cursor":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0640 Cursor","page.actions.connectMcp.cursorDescription":"\u062A\u062B\u0628\u064A\u062A \u062E\u0627\u062F\u0645 MCP \u0639\u0644\u0649 Cursor","page.actions.connectMcp.vscode":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0640 VS Code","page.actions.connectMcp.vscodeDescription":"\u062A\u062B\u0628\u064A\u062A \u062E\u0627\u062F\u0645 MCP \u0639\u0644\u0649 VS Code","page.actions.connectMcp.copyConfig":"\u0646\u0633\u062E \u062A\u0643\u0648\u064A\u0646 MCP","page.actions.connectMcp.copyConfigDescription":"\u0646\u0633\u062E \u062A\u0643\u0648\u064A\u0646 MCP \u0628\u0635\u064A\u063A\u0629 JSON","navbar.products":"\u0627\u0644\u0645\u0646\u062A\u062C\u0627\u062A","openapi.download.description.title":"\u062A\u0646\u0632\u064A\u0644 \u0648\u0635\u0641 OpenAPI","openapi.info.title":"\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\u0629","openapi.info.contact.url":"URL","openapi.info.contact.name":"\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A","openapi.info.license":"\u0627\u0644\u062A\u0631\u062E\u064A\u0635","openapi.info.termsOfService":"\u0634\u0631\u0648\u0637 \u0627\u0644\u062E\u062F\u0645\u0629","openapi.info.metadata.title":"\u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0648\u0635\u0641\u064A\u0629","button.copy.tooltipText":"\u0646\u0633\u062E \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\u0629","button.download.tooltipText":"\u062A\u0646\u0632\u064A\u0644 \u0627\u0644\u0648\u0635\u0641","button.externalLink.tooltipText":"\u0641\u062A\u062D \u0641\u064A \u0639\u0644\u0627\u0645\u0629 \u062A\u0628\u0648\u064A\u0628 \u062C\u062F\u064A\u062F\u0629","button.email.tooltipText":"\u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A","openapi.key":"\u0627\u0644\u0645\u0641\u062A\u0627\u062D","openapi.value":"\u0627\u0644\u0642\u064A\u0645\u0629","openapi.enum":"\u062A\u0639\u062F\u0627\u062F","openapi.items":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631","openapi.default":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A","openapi.variable":"\u0645\u062A\u063A\u064A\u0631","openapi.variables":"\u0645\u062A\u063A\u064A\u0631\u0627\u062A","openapi.actions.show":"\u0625\u0638\u0647\u0627\u0631","openapi.actions.hide":"\u0625\u062E\u0641\u0627\u0621","openapi.actions.more":"\u0627\u0644\u0645\u0632\u064A\u062F","openapi.languages.title":"\u0627\u0644\u0644\u063A\u0627\u062A","openapi.languages.moreButton.tooltipText":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0644\u063A\u0627\u062A","openapi.servers.title":"\u0627\u0644\u062E\u0648\u0627\u062F\u0645","openapi.operations":"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A","openapi.webhooks":"Webhooks","openapi.description":"\u0627\u0644\u0648\u0635\u0641","openapi.badges.deprecated":"\u0645\u0647\u0645\u0644","openapi.badges.required":"\u0645\u0637\u0644\u0648\u0628","openapi.badges.webhook":"Webhook","openapi.request":"\u0627\u0644\u0637\u0644\u0628","openapi.path":"\u0627\u0644\u0645\u0633\u0627\u0631","openapi.query":"\u0627\u0644\u0627\u0633\u062A\u0639\u0644\u0627\u0645","openapi.cookie":"\u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637","openapi.header":"\u0627\u0644\u0631\u0624\u0648\u0633","openapi.body":"\u0627\u0644\u062C\u0633\u0645","openapi.responses":"\u0627\u0644\u0631\u062F\u0648\u062F","openapi.response":"\u0627\u0644\u0631\u062F","openapi.callbacks":"\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","openapi.callbackRequest":"\u0637\u0644\u0628 \u0627\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","openapi.callbackResponse":"\u0631\u062F \u0627\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","openapi.payload":"\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0637\u0644\u0628","openapi.discriminator":"\u0627\u0644\u0645\u0645\u064A\u0632","openapi.contentType":"\u0646\u0648\u0639 \u0627\u0644\u0645\u062D\u062A\u0648\u0649","openapi.tryIt":"\u062C\u0631\u0628\u0647\u0627","openapi.loading":"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0645\u064A\u0644...","openapi.example":"\u0645\u062B\u0627\u0644","openapi.examples":"\u0623\u0645\u062B\u0644\u0629","openapi.additionalProperties":"\u062E\u0627\u0635\u064A\u0629 \u0625\u0636\u0627\u0641\u064A\u0629","openapi.patternProperties":"\u062E\u0627\u0635\u064A\u0629 \u0627\u0644\u0646\u0645\u0637","openapi.required":"\u0645\u0637\u0644\u0648\u0628","openapi.recursive":"\u0645\u062A\u0643\u0631\u0631","openapi.complex":"\u0645\u0639\u0642\u062F","openapi.hideExample":"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0645\u062B\u0627\u0644","openapi.showExample":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u062B\u0627\u0644","openapi.expandAll":"\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0643\u0644","openapi.collapseAll":"\u0637\u064A \u0627\u0644\u0643\u0644","openapi.viewSecurityDetails":"\u0639\u0631\u0636 \u062A\u0641\u0627\u0635\u064A\u0644 \u0627\u0644\u0623\u0645\u0627\u0646","openapi.noResponseExample":"\u0644\u0627 \u064A\u0648\u062C\u062F \u0645\u062B\u0627\u0644 \u0644\u0644\u0631\u062F","openapi.discriminator.searchPlaceholder":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0627\u0644\u0639\u0646\u0627\u0635\u0631","openapi.discriminator.searchNoResults":"\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0639\u0646\u0627\u0635\u0631","openapi.discriminator.defaultMapping":"\u0627\u0644\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A","openapi.discriminator.defaultMappingTooltip":"OpenAPI 3.2: \u064A\u064F\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062A\u0637\u0627\u0628\u0642 \u0627\u0644\u062A\u0639\u064A\u064A\u0646\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649.","openapi.noResponseContent":"\u0644\u0627 \u064A\u0648\u062C\u062F \u0645\u062D\u062A\u0648\u0649","openapi.noRequestPayload":"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0645\u0648\u0644\u0629 \u0637\u0644\u0628","openapi.hidePattern":"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0646\u0645\u0637","openapi.showPattern":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0645\u0637","openapi.authorizationUrl":"\u0639\u0646\u0648\u0627\u0646 URL \u0644\u0644\u062A\u0641\u0648\u064A\u0636","openapi.tokenUrl":"\u0639\u0646\u0648\u0627\u0646 URL \u0644\u0644\u0631\u0645\u0632 \u0627\u0644\u0645\u0645\u064A\u0632","openapi.refreshUrl":"\u0639\u0646\u0648\u0627\u0646 URL \u0644\u0644\u062A\u062D\u062F\u064A\u062B","openapi.showOptionalScopes":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u064A\u0627\u0631\u064A\u0629","openapi.hideOptionalScopes":"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u064A\u0627\u0631\u064A\u0629","openapi.security":"\u0627\u0644\u0623\u0645\u0627\u0646","openapi.httpAuthorizationScheme":"\u0645\u062E\u0637\u0637 \u062A\u0641\u0648\u064A\u0636 HTTP","openapi.bearerFormat":"\u062A\u0646\u0633\u064A\u0642 Bearer","openapi.parameterName":"\u0627\u0633\u0645 \u0627\u0644\u0645\u0639\u0644\u0645\u0629","openapi.flowType":"\u0646\u0648\u0639 \u0627\u0644\u062A\u062F\u0641\u0642","openapi.connectUrl":"\u0639\u0646\u0648\u0627\u0646 URL \u0644\u0644\u0627\u062A\u0635\u0627\u0644","openapi.requiredScopes":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629","openapi.unsupportedLanguage":"\u0627\u0644\u0644\u063A\u0629 \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u0629.","openapi.failedToGenerateCodeSample":"\u0641\u0634\u0644 \u0625\u0646\u0634\u0627\u0621 \u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0631\u0645\u0632.","openapi.schemaCatalogLink.title":"\u0627\u0644\u0645\u062E\u0637\u0637 \u0627\u0644\u0645\u0634\u062A\u0631\u0643","openapi.schemaCatalogLink.copyButtonTooltip":"\u0646\u0633\u062E \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\u0629","openapi.schemaCatalogLink.copiedTooltip":"\u062A\u0645 \u0627\u0644\u0646\u0633\u062E!","openapi.mcp.title":"\u062E\u0627\u062F\u0645 MCP","openapi.mcp.endpoint":"\u0646\u0642\u0637\u0629 \u0627\u0644\u0646\u0647\u0627\u064A\u0629","openapi.mcp.tools":"MCP \u0627\u0644\u0623\u062F\u0648\u0627\u062A","openapi.mcp.protocolVersion":"\u0646\u0633\u062E\u0629 \u0627\u0644\u0628\u0631\u0648\u062A\u0648\u0643\u0648\u0644","openapi.mcp.capabilities":"\u0627\u0644\u0645\u064A\u0632\u0627\u062A","openapi.mcp.experimentalCapabilities":"\u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629","openapi.mcp.inputSchema":"\u0627\u0644\u0645\u062E\u0637\u0637 \u0627\u0644\u062F\u062E\u0644","openapi.mcp.inputExample":"\u0645\u062B\u0627\u0644 \u0627\u0644\u062F\u062E\u0644","openapi.mcp.outputSchema":"\u0627\u0644\u0645\u062E\u0637\u0637 \u0627\u0644\u062E\u0631\u062C","openapi.mcp.outputExample":"\u0645\u062B\u0627\u0644 \u0627\u0644\u062E\u0631\u062C","asyncapi.download.description.title":"\u062A\u0646\u0632\u064A\u0644 \u0648\u0635\u0641 AsyncAPI","asyncapi.info.title":"\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\u0629","graphql.download.description.title":"\u062A\u0646\u0632\u064A\u0644 \u0645\u062E\u0637\u0637 GraphQL","graphql.info.title":"\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\u0629","graphql.info.contact.url":"\u0639\u0646\u0648\u0627\u0646 URL","graphql.info.contact.name":"\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A","graphql.info.license":"\u0627\u0644\u062A\u0631\u062E\u064A\u0635","graphql.info.termsOfService":"\u0634\u0631\u0648\u0637 \u0627\u0644\u062E\u062F\u0645\u0629","graphql.overview":"\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\u0629 \u0639\u0644\u0649 GraphQL","graphql.metadata":"\u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0648\u0635\u0641\u064A\u0629","graphql.key":"\u0627\u0644\u0645\u0641\u062A\u0627\u062D","graphql.value":"\u0627\u0644\u0642\u064A\u0645\u0629","graphql.queries":"\u0627\u0644\u0627\u0633\u062A\u0639\u0644\u0627\u0645\u0627\u062A","graphql.mutations":"\u0627\u0644\u062A\u0639\u062F\u064A\u0644\u0627\u062A","graphql.subscriptions":"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643\u0627\u062A","graphql.directives":"\u0627\u0644\u062A\u0648\u062C\u064A\u0647\u0627\u062A","graphql.objects":"\u0627\u0644\u0643\u0627\u0626\u0646\u0627\u062A","graphql.interfaces":"\u0627\u0644\u0648\u0627\u062C\u0647\u0627\u062A","graphql.unions":"\u0627\u0644\u0627\u062A\u062D\u0627\u062F\u0627\u062A","graphql.enums":"\u0627\u0644\u062A\u0639\u062F\u0627\u062F\u0627\u062A","graphql.inputs":"\u0627\u0644\u0645\u062F\u062E\u0644\u0627\u062A","graphql.scalars":"\u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0639\u062F\u062F\u064A\u0629","graphql.arguments.label":"\u0627\u0644\u0648\u0633\u0627\u0626\u0637","graphql.arguments.show":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0648\u0633\u0627\u0626\u0637","graphql.arguments.hide":"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0648\u0633\u0627\u0626\u0637","graphql.arguments.here":"\u0627\u0644\u0648\u0633\u0627\u0626\u0637 \u0647\u0646\u0627","graphql.returnTypes.label":"\u0646\u0648\u0639 \u0627\u0644\u0646\u062A\u064A\u062C\u0629","graphql.returnTypes.show":"\u0625\u0638\u0647\u0627\u0631 \u0646\u0648\u0639 \u0627\u0644\u0646\u062A\u064A\u062C\u0629","graphql.returnTypes.hide":"\u0625\u062E\u0641\u0627\u0621 \u0646\u0648\u0639 \u0627\u0644\u0646\u062A\u064A\u062C\u0629","graphql.possibleTypes":"\u0627\u0644\u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0645\u062D\u062A\u0645\u0644\u0629","graphql.defaultValue":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A","graphql.deprecationReason":"\u0633\u0628\u0628 \u0627\u0644\u0625\u0647\u0645\u0627\u0644","graphql.requiredScopes":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629","graphql.viewSecurityDetails":"\u0639\u0631\u0636 \u062A\u0641\u0627\u0635\u064A\u0644","graphql.objectScopes":"\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0643\u0627\u0626\u0646\u0627\u062A","graphql.fieldScopes":"\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062D\u0642\u0648\u0644","graphql.implementedInterfaces":"\u064A\u0646\u0641\u0630 \u0627\u0644\u0648\u0627\u062C\u0647\u0627\u062A","graphql.nonNull":"\u063A\u064A\u0631 \u0641\u0627\u0631\u063A","graphql.required":"\u0645\u0637\u0644\u0648\u0628","graphql.deprecated":"\u0645\u0647\u0645\u0644","graphql.variables":"\u0627\u0644\u0645\u062A\u063A\u064A\u0631\u0627\u062A","graphql.querySample":"\u0646\u0645\u0648\u0630\u062C \u0627\u0633\u062A\u0639\u0644\u0627\u0645","graphql.mutationSample":"\u0646\u0645\u0648\u0630\u062C \u062A\u0639\u062F\u064A\u0644","graphql.subscriptionSample":"\u0646\u0645\u0648\u0630\u062C \u0627\u0634\u062A\u0631\u0627\u0643","graphql.responseSample":"\u0646\u0645\u0648\u0630\u062C \u0631\u062F","graphql.locations":"\u0627\u0644\u0645\u0648\u0627\u0642\u0639","graphql.sample":"\u0639\u064A\u0646\u0629","graphql.referenced":"\u0645\u0634\u0627\u0631 \u0625\u0644\u064A\u0647 \u0641\u064A","graphql.content.fragment":"\u062C\u0632\u0621","codeWalkthrough.preview":"\u0645\u0639\u0627\u064A\u0646\u0629","codeWalkthrough.download":"\u062A\u0646\u0632\u064A\u0644","time.justNow":"\u0627\u0644\u0622\u0646 \u0641\u0642\u0637","time.past.second":"\u0645\u0646\u0630 \u062B\u0627\u0646\u064A\u0629 \u0648\u0627\u062D\u062F\u0629","time.past.seconds":"\u0645\u0646\u0630 {{value}} \u062B\u0648\u0627\u0646\u064D","time.past.minute":"\u0645\u0646\u0630 \u062F\u0642\u064A\u0642\u0629 \u0648\u0627\u062D\u062F\u0629","time.past.minutes":"\u0645\u0646\u0630 {{value}} \u062F\u0642\u0627\u0626\u0642","time.past.hour":"\u0645\u0646\u0630 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629","time.past.hours":"\u0645\u0646\u0630 {{value}} \u0633\u0627\u0639\u0627\u062A","time.past.day":"\u0645\u0646\u0630 \u064A\u0648\u0645 \u0648\u0627\u062D\u062F","time.past.days":"\u0645\u0646\u0630 {{value}} \u0623\u064A\u0627\u0645","time.past.week":"\u0645\u0646\u0630 \u0623\u0633\u0628\u0648\u0639 \u0648\u0627\u062D\u062F","time.past.weeks":"\u0645\u0646\u0630 {{value}} \u0623\u0633\u0627\u0628\u064A\u0639","time.past.month":"\u0645\u0646\u0630 \u0634\u0647\u0631 \u0648\u0627\u062D\u062F","time.past.months":"\u0645\u0646\u0630 {{value}} \u0623\u0634\u0647\u0631","time.past.year":"\u0645\u0646\u0630 \u0639\u0627\u0645 \u0648\u0627\u062D\u062F","time.past.years":"\u0645\u0646\u0630 {{value}} \u0623\u0639\u0648\u0627\u0645","page.internalServerError.title":"\u062E\u0637\u0623 \u062F\u0627\u062E\u0644\u064A \u0641\u064A \u0627\u0644\u062E\u0627\u062F\u0645","page.internalServerError.description":"\u062D\u062F\u062B \u062E\u0637\u0623 \u0645\u0627 \u0645\u0646 \u062C\u0627\u0646\u0628\u0646\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627 \u0623\u0648 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u062F\u0639\u0645 \u0625\u0630\u0627 \u0627\u0633\u062A\u0645\u0631\u062A \u0627\u0644\u0645\u0634\u0643\u0644\u0629.","page.skipToContent.label":"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u062D\u062A\u0648\u0649","catalog.catalogs.label":"\u0627\u0644\u0643\u062A\u0627\u0644\u0648\u062C\u0627\u062A","catalog.catalogs.all.title":"\u0627\u0644\u0643\u0644","catalog.catalogs.all.description":"\u062C\u0645\u064A\u0639 \u0627\u0644\u0643\u064A\u0627\u0646\u0627\u062A","catalog.catalogs.all.switcherLabel":"\u0627\u0644\u0643\u0644","catalog.catalogs.service.title":"\u0627\u0644\u062E\u062F\u0645\u0627\u062A","catalog.catalogs.service.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u062E\u062F\u0645\u0629","catalog.catalogs.service.switcherLabel":"\u0627\u0644\u062E\u062F\u0645\u0627\u062A","catalog.catalogs.user.title":"\u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u0648\u0646","catalog.catalogs.user.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","catalog.catalogs.user.switcherLabel":"\u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u0648\u0646","catalog.catalogs.team.title":"\u0627\u0644\u0641\u0631\u0642","catalog.catalogs.team.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0641\u0631\u064A\u0642","catalog.catalogs.team.switcherLabel":"\u0627\u0644\u0641\u0631\u0642","catalog.catalogs.domain.title":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A","catalog.catalogs.domain.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0646\u0637\u0627\u0642","catalog.catalogs.domain.switcherLabel":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A","catalog.catalogs.apiDescription.title":"\u0648\u0635\u0641 API","catalog.catalogs.apiDescription.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0648\u0635\u0641 API","catalog.catalogs.apiDescription.switcherLabel":"\u0648\u0635\u0641 API","catalog.catalogs.dataSchema.title":"\u0627\u0644\u0646\u0645\u0627\u0630\u062C","catalog.catalogs.dataSchema.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0646\u0645\u0627\u0630\u062C","catalog.catalogs.dataSchema.switcherLabel":"\u0627\u0644\u0646\u0645\u0627\u0630\u062C","catalog.catalogs.apiOperation.title":"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A","catalog.catalogs.apiOperation.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A","catalog.catalogs.apiOperation.switcherLabel":"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A","catalog.entity.metadata.title":"\u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0648\u0635\u0641\u064A\u0629","catalog.entity.schema.title":"\u0627\u0644\u0646\u0645\u0648\u0630\u062C","catalog.entity.properties.apiDescription.title":"\u0648\u0635\u0641 API","catalog.backToAllLabel":"\u0627\u0644\u0643\u062A\u0627\u0644\u0648\u062C","catalog.notConnected":"\u063A\u064A\u0631 \u0645\u062A\u0635\u0644","catalog.tags.label":"\u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062A","catalog.owners.label":"\u0627\u0644\u0645\u0627\u0644\u0643\u0648\u0646","catalog.repositories.label":"\u0627\u0644\u0645\u0633\u062A\u0648\u062F\u0639\u0627\u062A","catalog.email.label":"\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A","catalog.format.label":"\u0627\u0644\u062A\u0646\u0633\u064A\u0642","catalog.entityType.label":"\u0646\u0648\u0639 \u0627\u0644\u0643\u064A\u0627\u0646","catalog.domains.label":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A","catalog.contact.label":"\u0642\u0646\u0648\u0627\u062A Slack","catalog.methodAndPath.label":"\u0627\u0644\u0637\u0631\u064A\u0642\u0629 \u0648\u0627\u0644\u0645\u0633\u0627\u0631","catalog.links.label":"\u0627\u0644\u0631\u0648\u0627\u0628\u0637","catalog.metadata.domains":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A:","catalog.metadata.owners":"\u0627\u0644\u0645\u0627\u0644\u0643\u0648\u0646:","catalog.sort":"\u062A\u0631\u062A\u064A\u0628","catalog.history.button.label":"\u0633\u062C\u0644 \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A","catalog.history.sidebar.title":"\u0633\u062C\u0644 \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A","catalog.history.sidebar.close":"\u0625\u063A\u0644\u0627\u0642 \u0633\u062C\u0644 \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A","catalog.history.version.label":"\u0627\u0644\u0625\u0635\u062F\u0627\u0631","catalog.filters.close":"\u0625\u063A\u0644\u0627\u0642","catalog.history.version.notSpecified":"\u063A\u064A\u0631 \u0645\u062D\u062F\u062F","catalog.history.version.default":"\u0627\u0641\u062A\u0631\u0627\u0636\u064A","catalog.history.revisions.limitMessage":"\u0644\u0627 \u064A\u062A\u0645 \u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0631\u0627\u062C\u0639\u0627\u062A \u0627\u0644\u0623\u0642\u062F\u0645.","catalog.history.revision.current":"\u0627\u0644\u062D\u0627\u0644\u064A","catalog.history.revisions.showLess":"\u0639\u0631\u0636 \u0623\u0642\u0644","catalog.history.revisions.showMore":"\u0639\u0631\u0636 {{count}} \u0627\u0644\u0645\u0632\u064A\u062F","select.noResults":"\u0644\u0627 \u064A\u0648\u062C\u062F \u0646\u062A\u0627\u0626\u062C","loaders.loading":"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0645\u064A\u0644...","diagram.openFullscreen":"\u0627\u0646\u0642\u0631 \u0644\u0641\u062A\u062D \u0627\u0644\u0631\u0633\u0645 \u0627\u0644\u0628\u064A\u0627\u0646\u064A \u0641\u064A \u0648\u0636\u0639 \u0645\u0644\u0621 \u0627\u0644\u0634\u0627\u0634\u0629","diagram.zoomIn":"\u062A\u0643\u0628\u064A\u0631","diagram.zoomOut":"\u062A\u0635\u063A\u064A\u0631","diagram.reset":"\u0645\u0644\u0627\u0621\u0645\u0629 \u0627\u0644\u0639\u0631\u0636","diagram.close":"\u0625\u063A\u0644\u0627\u0642","diagram.viewer":"\u0639\u0627\u0631\u0636 \u0627\u0644\u0645\u062E\u0637\u0637\u0627\u062A"};export{e as ar};
|
|
1
|
+
const e={"dev.newApp":"\u062A\u0637\u0628\u064A\u0642 \u062C\u062F\u064A\u062F","dev.newApp.text":"\u0623\u0646\u0634\u0626 \u062A\u0637\u0628\u064A\u0642\u0643 \u0627\u0644\u0623\u0648\u0644","dev.sidebar.header":"\u062A\u0637\u0628\u064A\u0642\u0627\u062A\u064A","dev.sidebar.footer.text":"\u062A\u0637\u0628\u064A\u0642 \u062C\u062F\u064A\u062F","dev.create.app.dialog.appName.placeholder":"\u0627\u0633\u0645 \u0627\u0644\u062A\u0637\u0628\u064A\u0642","dev.create.app.dialog.appName.error":"\u064A\u062C\u0628 \u0623\u0646 \u064A\u0628\u062F\u0623 \u0627\u0644\u0627\u0633\u0645 \u0628\u062D\u0631\u0641 \u0648\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u062D\u062A\u0648\u064A \u0641\u0642\u0637 \u0639\u0644\u0649: \u0623\u062D\u0631\u0641 \u0648\u0623\u0631\u0642\u0627\u0645 \u0648\u0645\u0633\u0627\u0641\u0627\u062A \u0648. \u0648_ \u0648- \u0648$ \u0648% \u0648#","dev.create.app.dialog.selectAPIs":"\u0627\u062E\u062A\u0631 \u0648\u0627\u062C\u0647\u0627\u062A \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A","dev.create.app.dialog.description":"\u0627\u0644\u0648\u0635\u0641","dev.create.app.dialog.description.placeholder":"\u0641\u0627\u0631\u063A","dev.create.app.dialog.create":"\u0625\u0646\u0634\u0627\u0621 \u062A\u0637\u0628\u064A\u0642","dev.create.app.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.main.tab.appKeys":"\u0645\u0641\u0627\u062A\u064A\u062D API","dev.main.tab.logs":"\u0627\u0644\u0633\u062C\u0644\u0627\u062A","dev.app.description.title":"\u0627\u0644\u0648\u0635\u0641","dev.edit.description.dialog.title":"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0635\u0641","dev.edit.description.dialog.save":"\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A","dev.edit.description.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.create.app.dialog.callbackUrls":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0644\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","dev.create.app.dialog.callbackUrls.placeholder":"https://example.com/callback","dev.create.app.dialog.callbackUrls.hint":"\u0627\u0641\u0635\u0644 \u0628\u064A\u0646 \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0639\u062F\u062F\u0629 \u0628\u0641\u0627\u0635\u0644\u0629","dev.app.callbackUrls.title":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0644\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","dev.edit.callbackUrls.dialog.title":"\u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0644\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","dev.edit.callbackUrls.dialog.placeholder":"https://example.com/callback","dev.edit.callbackUrls.dialog.hint":"\u0627\u0641\u0635\u0644 \u0628\u064A\u0646 \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0639\u062F\u062F\u0629 \u0628\u0641\u0627\u0635\u0644\u0629","dev.edit.callbackUrls.dialog.save":"\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A","dev.edit.callbackUrls.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.edit.apis.dialog.selectedAPIs":"\u0648\u0627\u062C\u0647\u0627\u062A \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629","dev.app.key.create":"\u0625\u0646\u0634\u0627\u0621 \u0645\u0641\u062A\u0627\u062D","dev.create.key.dialog.title":"\u0625\u0646\u0634\u0627\u0621 \u0645\u0641\u062A\u0627\u062D","dev.create.key.dialog.create":"\u0625\u0646\u0634\u0627\u0621 \u0645\u0641\u062A\u0627\u062D","dev.create.key.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.app.edit":"\u062A\u0639\u062F\u064A\u0644","dev.app.delete":"\u062D\u0630\u0641","dev.edit.app.dialog.title":"\u062A\u063A\u064A\u064A\u0631 \u0627\u0633\u0645 \u0627\u0644\u0639\u0631\u0636","dev.edit.app.dialog.save":"\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A","dev.edit.app.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.delete.app.dialog.title":"\u062D\u0630\u0641 \u0627\u0644\u062A\u0637\u0628\u064A\u0642","dev.delete.app.dialog.confirmation":"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u062D\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u061F","dev.delete.app.dialog.delete":"\u062D\u0630\u0641 \u0627\u0644\u062A\u0637\u0628\u064A\u0642","dev.delete.app.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.app.key.roll":"\u062A\u062F\u0648\u064A\u0631 \u0645\u0641\u062A\u0627\u062D API","dev.roll.key.dialog.title":"\u062A\u062F\u0648\u064A\u0631 \u0645\u0641\u062A\u0627\u062D API","dev.roll.key.dialog.apiKey":"API key","dev.roll.key.dialog.expires":"\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u062A\u0647","dev.roll.key.dialog.confirmation":"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u062A\u062F\u0648\u064A\u0631 \u0645\u0641\u062A\u0627\u062D API \u0647\u0630\u0627\u061F","dev.roll.key.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.roll.key.dialog.roll":"\u062A\u062F\u0648\u064A\u0631 \u0645\u0641\u062A\u0627\u062D API","dev.update.key.dialog.title":"\u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0645\u0641\u062A\u0627\u062D","dev.update.key.dialog.update":"\u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0645\u0641\u062A\u0627\u062D","dev.update.key.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.app.key.api.name":"\u0627\u0633\u0645 API","dev.app.key.api.status":"\u0627\u0644\u062D\u0627\u0644\u0629","dev.app.key.api.edit":"\u062A\u0639\u062F\u064A\u0644 \u0648\u0627\u062C\u0647\u0627\u062A \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A","dev.edit.apis.dialog.title":"\u062A\u0639\u062F\u064A\u0644 \u0648\u0627\u062C\u0647\u0627\u062A \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A","dev.edit.apis.dialog.apiKey":"API key","dev.edit.apis.dialog.save":"\u062D\u0641\u0638","dev.edit.apis.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.select.placeholder":"\u0641\u0627\u0631\u063A","dev.app.overview.status.pending":"\u0642\u064A\u062F \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631","dev.app.overview.status.approved":"\u0645\u0639\u062A\u0645\u062F","dev.app.overview.status.revoked":"\u0645\u0644\u063A\u0649","dev.app.overview.status":"\u0627\u0644\u062D\u0627\u0644\u0629","dev.app.overview.non-production":"\u0627\u062E\u062A\u0628\u0627\u0631","dev.app.overview.production":"\u0625\u0646\u062A\u0627\u062C\u064A","dev.app.overview.clientId":"\u0627\u0644\u0633\u0631","dev.app.overview.apiKey":"API key","dev.app.key.revoke":"\u0625\u0644\u063A\u0627\u0621 \u0645\u0641\u062A\u0627\u062D API","dev.revoke.key.dialog.title":"\u0625\u0644\u063A\u0627\u0621 \u0645\u0641\u062A\u0627\u062D API","dev.revoke.key.dialog.apiKey":"API key","dev.revoke.key.dialog.expires":"\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u062A\u0647","dev.revoke.key.dialog.confirmation":"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0644\u063A\u0627\u0621 \u0645\u0641\u062A\u0627\u062D API \u0647\u0630\u0627\u061F","dev.revoke.key.dialog.revoke":"\u0625\u0644\u063A\u0627\u0621 \u0645\u0641\u062A\u0627\u062D API","dev.revoke.key.dialog.cancel":"\u0625\u0644\u063A\u0627\u0621","dev.app.overview.expires":"\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u062A\u0647","dev.app.overview.created":"\u062A\u0645 \u0627\u0644\u0625\u0646\u0634\u0627\u0621","dev.app.overview.visibilityToggle.hide":"\u0625\u062E\u0641\u0627\u0621","dev.app.overview.visibilityToggle.show":"\u0625\u0638\u0647\u0627\u0631","search.loading":"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0645\u064A\u0644...","search.noResults.title":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0646\u062A\u0627\u0626\u062C","search.keys.navigate":"\u0644\u0644\u062A\u0646\u0642\u0644","search.keys.select":"\u0644\u0644\u0627\u062E\u062A\u064A\u0627\u0631","search.keys.exit":"\u0644\u0644\u062E\u0631\u0648\u062C","search.searchItem.deprecated":"\u0645\u0647\u0645\u0644","search.label":"\u0627\u0628\u062D\u062B \u0641\u064A \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A...","search.cancel":"\u0625\u0644\u063A\u0627\u0621","search.recent":"\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u0628\u062D\u062B \u0627\u0644\u0623\u062E\u064A\u0631\u0629","search.navbar.label":"\u0628\u062D\u062B","search.suggested":"\u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u0642\u062A\u0631\u062D\u0629","search.groups.all":"\u0627\u0644\u0643\u0644","search.showMore":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064A\u062F","search.filter.title":"\u0645\u0631\u0634\u062D \u0645\u062A\u0642\u062F\u0645","search.filter.reset":"\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0645\u0631\u0634\u062D\u0627\u062A","search.filter.field.reset":"\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646","search.filter.field.footer":"\u0627\u0628\u062D\u062B \u0644\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0639\u0646\u0627\u0635\u0631...","search.ai.newConversation":"\u0645\u062D\u0627\u062F\u062B\u0629 \u062C\u062F\u064A\u062F\u0629","search.ai.welcomeText":"\u0645\u0631\u062D\u0628\u064B\u0627 \u0628\u0643 \u0641\u064A \u0628\u062D\u062B \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A! \u0644\u0627 \u062A\u062A\u0631\u062F\u062F \u0641\u064A \u0633\u0624\u0627\u0644\u064A \u0639\u0646 \u0623\u064A \u0634\u064A\u0621. \u0643\u064A\u0641 \u064A\u0645\u0643\u0646\u0646\u064A \u0627\u0644\u0645\u0633\u0627\u0639\u062F\u0629\u061F","search.ai.placeholder":"\u0627\u0637\u0631\u062D \u0633\u0624\u0627\u0644\u0627\u064B...","search.ai.back":"\u0631\u062C\u0648\u0639","search.ai.generatingResponse":"\u062C\u0627\u0631\u064D \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0631\u062F...","search.ai.followUpQuestion":"\u0647\u0644 \u0644\u062F\u064A\u0643 \u0633\u0624\u0627\u0644 \u0645\u062A\u0627\u0628\u0639\u0629\u061F","search.ai.suggestionsTitle":"\u0627\u0642\u062A\u0631\u0627\u062D\u0627\u062A","search.ai.thinkingText":"\u0623\u0641\u0643\u0631...","search.ai.resourcesFound":"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0645\u0648\u0627\u0631\u062F","search.ai.resourcesFound.basedOn":"\u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649","search.ai.resourcesFound.resources":"\u0645\u0648\u0627\u0631\u062F","search.ai.toolCall.executed":"\u062A\u0645 \u0627\u0644\u062A\u0646\u0641\u064A\u0630","search.ai.toolCall.executing":"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u0646\u0641\u064A\u0630","search.ai.toolCall.withArgs":"\u0645\u0639 \u0627\u0644\u0648\u0633\u0627\u0626\u0637","search.ai.feedback.title":"\u0645\u0627 \u0627\u0644\u0630\u064A \u0644\u0645 \u064A\u0639\u062C\u0628\u0643 \u0641\u064A \u0647\u0630\u0647 \u0627\u0644\u0627\u0633\u062A\u062C\u0627\u0628\u0629\u061F","search.ai.feedback.detailsPlaceholder":"\u0623\u0636\u0641 \u062A\u0641\u0627\u0635\u064A\u0644 \u0645\u062D\u062F\u062F\u0629","search.ai.feedback.thanks":"\u0634\u0643\u0631\u0627\u064B \u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A\u0643!","search.ai.feedback.more":"\u0627\u0644\u0645\u0632\u064A\u062F...","search.ai.label":"\u0627\u0633\u0623\u0644 \u0645\u0633\u0627\u0639\u062F \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","search.ai.button":"\u0628\u062D\u062B \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","search.ai.backToSearch":"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0628\u062D\u062B","search.ai.assistant":"\u0627\u0644\u0645\u0633\u0627\u0639\u062F","search.ai.disclaimer":"\u0642\u062F \u064A\u0648\u0641\u0631 \u0628\u062D\u062B \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u0646\u062A\u0627\u0626\u062C \u063A\u064A\u0631 \u0643\u0627\u0645\u0644\u0629 \u0623\u0648 \u063A\u064A\u0631 \u0635\u062D\u064A\u062D\u0629. \u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0645\u0647\u0645\u0629.","search.ai.error.description":"\u0648\u0627\u062C\u0647\u062A\u0646\u0627 \u0645\u0634\u0643\u0644\u0629 \u0623\u062B\u0646\u0627\u0621 \u0645\u0639\u0627\u0644\u062C\u0629 \u0628\u062D\u062B\u0643. \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627 \u0623\u0648 \u062A\u062D\u0633\u064A\u0646 \u0627\u0633\u062A\u0639\u0644\u0627\u0645\u0643. \u0625\u0630\u0627 \u0627\u0633\u062A\u0645\u0631\u062A \u0627\u0644\u0645\u0634\u0643\u0644\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u062F\u0639\u0645 Redocly.","search.ai.error.description.forbidden":"\u0628\u062D\u062B \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u063A\u064A\u0631 \u0645\u062A\u0648\u0641\u0631 \u062D\u0627\u0644\u064A\u064B\u0627.","search.ai.error.description.unauthorized":"\u063A\u064A\u0631 \u0645\u0635\u0631\u062D \u0644\u0643 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0628\u062D\u062B \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A.","search.ai.error.header":"\u0639\u0641\u0648\u064B\u0627! \u062D\u062F\u062B \u062E\u0637\u0623 \u0645\u0627.","search.ai.error.header.forbidden":"\u0627\u0644\u0645\u064A\u0632\u0629 \u063A\u064A\u0631 \u0645\u062A\u0648\u0641\u0631\u0629","search.ai.error.header.unauthorized":"\u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0645\u0637\u0644\u0648\u0628\u0629","aiAssistant.trigger":"\u0627\u0633\u0623\u0644 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","toc.header":"\u0641\u064A \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","footer.copyrightText":"","page.homeButton":"\u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629","page.forbidden.title":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0645\u0631\u0641\u0648\u0636","page.forbidden.description":"\u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0625\u0630\u0646 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629. \u0625\u0630\u0627 \u0643\u0646\u062A \u062A\u0639\u062A\u0642\u062F \u0623\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0627\u062A\u0635\u0644 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644 \u0623\u0648 \u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629.","page.notFound.title":"\u0634\u064A\u0621 \u0645\u0627 \u0645\u0641\u0642\u0648\u062F...","page.notFound.description":"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062A\u064A \u0643\u0646\u062A \u062A\u062D\u0627\u0648\u0644 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u064A\u0647\u0627 \u063A\u064A\u0631 \u0645\u0648\u062C\u0648\u062F\u0629 \u0623\u0648 \u0631\u0628\u0645\u0627 \u062A\u0645 \u0646\u0642\u0644\u0647\u0627. \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629\u060C \u0623\u0648 \u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629\u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0634\u0631\u064A\u0637 \u0627\u0644\u0628\u062D\u062B \u0644\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0645\u0627 \u062A\u0628\u062D\u062B \u0639\u0646\u0647.","page.lastUpdated.timeago":"\u0622\u062E\u0631 \u062A\u062D\u062F\u064A\u062B","page.lastUpdated.on":"\u0622\u062E\u0631 \u062A\u062D\u062F\u064A\u062B \u0641\u064A","catalog.filters.title":"\u0627\u0644\u0645\u0631\u0634\u062D\u0627\u062A","catalog.filters.add":"\u0625\u0636\u0627\u0641\u0629 \u0645\u0631\u0634\u062D","catalog.filters.placeholder":"\u0627\u0643\u062A\u0628 \u0644\u0644\u062A\u0631\u0634\u064A\u062D...","catalog.filters.clearAll":"\u0645\u0633\u062D \u0627\u0644\u0645\u0631\u0634\u062D\u0627\u062A","catalog.filters.select.addFilter":"\u0625\u0636\u0627\u0641\u0629 \u0645\u0631\u0634\u062D","catalog.filters.select.all":"\u0627\u0644\u0643\u0644","catalog.filters.done":"\u062A\u0645","filter.dateRange.from":"\u0645\u0646:","filter.dateRange.to":"\u0625\u0644\u0649:","sidebar.menu.backLabel":"\u0631\u062C\u0648\u0639","sidebar.menu.backToLabel":"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 {{value}}","sidebar.actions.show":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0634\u0631\u064A\u0637 \u0627\u0644\u062C\u0627\u0646\u0628\u064A","sidebar.actions.hide":"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0634\u0631\u064A\u0637 \u0627\u0644\u062C\u0627\u0646\u0628\u064A","sidebar.actions.changeToSingleColumn":"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0639\u0645\u0648\u062F \u0648\u0627\u062D\u062F","sidebar.actions.changeToTwoColumns":"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0639\u0645\u0648\u062F\u064A\u0646","sidebar.actions.singleColumn":"\u0639\u0645\u0648\u062F \u0648\u0627\u062D\u062F","sidebar.actions.twoColumns":"\u0639\u0645\u0648\u062F\u0627\u0646","versionPicker.label":"\u0627\u0644\u0625\u0635\u062F\u0627\u0631:","versionPicker.unversioned":"\u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A","codeSnippet.copy.buttonText":"\u062A\u0645 \u0627\u0644\u0646\u0633\u062E!","codeSnippet.copy.tooltipText":"\u0646\u0633\u062E \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\u0629","codeSnippet.copy.toasterText":"\u0646\u0633\u062E","codeSnippet.expand.tooltipText":"\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0643\u0644","codeSnippet.collapse.tooltipText":"\u0637\u064A \u0627\u0644\u0643\u0644","markdown.editPage.text":"\u062A\u0639\u062F\u064A\u0644","feedback.settings.comment.submitText":"\u0634\u0643\u0631\u064B\u0627 \u0644\u0645\u0633\u0627\u0639\u062F\u062A\u0643 \u0641\u064A \u062A\u062D\u0633\u064A\u0646 \u0648\u062B\u0627\u0626\u0642\u0646\u0627!","feedback.settings.comment.label":"\u064A\u0631\u062C\u0649 \u0645\u0634\u0627\u0631\u0643\u0629 \u0645\u0644\u0627\u062D\u0638\u0627\u062A\u0643 \u0645\u0639\u0646\u0627.","feedback.settings.comment.send":"\u0625\u0631\u0633\u0627\u0644","feedback.settings.comment.cancel":"\u0625\u0644\u063A\u0627\u0621","feedback.settings.comment.maxLength":"\u062A\u0645 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0648\u0647\u0648 {{maxLength}} \u062D\u0631\u0641","feedback.settings.comment.satisfiedLabel":"\u0645\u0627 \u0627\u0644\u0630\u064A \u0643\u0627\u0646 \u0623\u0643\u062B\u0631 \u0641\u0627\u0626\u062F\u0629\u061F","feedback.settings.comment.neutralLabel":"\u0645\u0627 \u0627\u0644\u0630\u064A \u064A\u0645\u0643\u0646\u0646\u0627 \u062A\u062D\u0633\u064A\u0646\u0647\u061F","feedback.settings.comment.dissatisfiedLabel":"\u0645\u0627 \u0627\u0644\u0630\u064A \u064A\u0645\u0643\u0646\u0646\u0627 \u062A\u062D\u0633\u064A\u0646\u0647\u061F","feedback.settings.submitText":"\u0634\u0643\u0631\u064B\u0627 \u0639\u0644\u0649 \u0645\u0644\u0627\u062D\u0638\u0627\u062A\u0643!","feedback.settings.label":"\u0647\u0644 \u0643\u0627\u0646 \u0647\u0630\u0627 \u0645\u0641\u064A\u062F\u064B\u0627\u061F","feedback.settings.reasons.label":"\u0623\u064A \u0639\u0628\u0627\u0631\u0629 \u062A\u0635\u0641 \u0623\u0641\u0643\u0627\u0631\u0643 \u062D\u0648\u0644 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0634\u0643\u0644 \u0623\u0641\u0636\u0644\u061F","feedback.submit":"\u0625\u0631\u0633\u0627\u0644","feedback.cancel":"\u0625\u0644\u063A\u0627\u0621","feedback.settings.comment.likeLabel":"\u0645\u0627 \u0627\u0644\u0630\u064A \u0643\u0627\u0646 \u0623\u0643\u062B\u0631 \u0641\u0627\u0626\u062F\u0629\u061F","feedback.settings.comment.dislikeLabel":"\u0645\u0627 \u0627\u0644\u0630\u064A \u064A\u0645\u0643\u0646\u0646\u0627 \u062A\u062D\u0633\u064A\u0646\u0647\u061F","feedback.sentiment.thumbUp":"\u0623\u0639\u062C\u0628\u0646\u064A","feedback.sentiment.thumbDown":"\u0644\u0645 \u064A\u0639\u062C\u0628\u0646\u064A","feedback.settings.leftScaleLabel":"\u063A\u064A\u0631 \u0645\u0641\u064A\u062F \u0639\u0644\u0649 \u0627\u0644\u0625\u0637\u0644\u0627\u0642","feedback.settings.rightScaleLabel":"\u0645\u0641\u064A\u062F \u0644\u0644\u063A\u0627\u064A\u0629","feedback.settings.optionalEmail.label":"\u0628\u0631\u064A\u062F\u0643 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A (\u0627\u062E\u062A\u064A\u0627\u0631\u064A\u060C \u0644\u0644\u0645\u062A\u0627\u0628\u0639\u0629)","feedback.settings.optionalEmail.placeholder":"yourname@example.com","codeSnippet.report.buttonText":"\u0625\u0628\u0644\u0627\u063A","codeSnippet.report.tooltipText":"\u0627\u0644\u0625\u0628\u0644\u0627\u063A \u0639\u0646 \u0645\u0634\u0643\u0644\u0629","codeSnippet.report.label":"\u0645\u0627 \u0647\u064A \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0647\u0630\u0627 \u0627\u0644\u0631\u0645\u0632\u061F","userMenu.login":"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","userMenu.logout":"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062E\u0631\u0648\u062C","userMenu.devOnboardingLabel":"\u062A\u0637\u0628\u064A\u0642\u0627\u062A\u064A","mobileMenu.mainMenu":"\u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629","mobileMenu.previous":"\u0627\u0644\u0633\u0627\u0628\u0642","mobileMenu.products":"\u0627\u0644\u0645\u0646\u062A\u062C\u0627\u062A","mobileMenu.version":"\u0627\u0644\u0625\u0635\u062F\u0627\u0631","page.nextButton":"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","page.previousButton":"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629","page.actions.copyButtonText":"\u0646\u0633\u062E","page.actions.copyTitle":"\u0646\u0633\u062E \u0644\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0644\u063A\u0648\u064A","page.actions.copyDescription":"\u0646\u0633\u062E \u0627\u0644\u0635\u0641\u062D\u0629 \u0643\u0640 Markdown \u0644\u0644\u0646\u0645\u0627\u0630\u062C \u0627\u0644\u0644\u063A\u0648\u064A\u0629","page.actions.viewAsMdButtonText":"\u0639\u0631\u0636 \u0643\u0640 Markdown","page.actions.viewAsMdTitle":"\u0639\u0631\u0636 \u0643\u0640 Markdown","page.actions.viewAsMdDescription":"\u0641\u062A\u062D \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u0643\u0640 Markdown","page.actions.chatGptButtonText":"\u0641\u062A\u062D \u0641\u064A ChatGPT","page.actions.chatGptTitle":"\u0641\u062A\u062D \u0641\u064A ChatGPT","page.actions.chatGptDescription":"\u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0645\u0646 ChatGPT","page.actions.claudeButtonText":"\u0641\u062A\u062D \u0641\u064A Claude","page.actions.claudeTitle":"\u0641\u062A\u062D \u0641\u064A Claude","page.actions.claudeDescription":"\u0627\u062D\u0635\u0644 \u0639\u0644\u0649 \u0631\u0624\u0649 \u0645\u0646 \u0643\u0644\u0648\u062F","page.actions.cursorMcpButtonText":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0640 Cursor","page.actions.cursorMcpTitle":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0640 Cursor","page.actions.cursorMcpDescription":"\u062A\u062B\u0628\u064A\u062A \u062E\u0627\u062F\u0645 MCP \u0639\u0644\u0649 Cursor","page.actions.connectMcp":"\u062A\u0648\u0635\u064A\u0644 MCP","page.actions.connectMcp.cursor":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0640 Cursor","page.actions.connectMcp.cursorDescription":"\u062A\u062B\u0628\u064A\u062A \u062E\u0627\u062F\u0645 MCP \u0639\u0644\u0649 Cursor","page.actions.connectMcp.vscode":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0640 VS Code","page.actions.connectMcp.vscodeDescription":"\u062A\u062B\u0628\u064A\u062A \u062E\u0627\u062F\u0645 MCP \u0639\u0644\u0649 VS Code","page.actions.connectMcp.copyConfig":"\u0646\u0633\u062E \u062A\u0643\u0648\u064A\u0646 MCP","page.actions.connectMcp.copyConfigDescription":"\u0646\u0633\u062E \u062A\u0643\u0648\u064A\u0646 MCP \u0628\u0635\u064A\u063A\u0629 JSON","navbar.products":"\u0627\u0644\u0645\u0646\u062A\u062C\u0627\u062A","openapi.download.description.title":"\u062A\u0646\u0632\u064A\u0644 \u0648\u0635\u0641 OpenAPI","openapi.info.title":"\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\u0629","openapi.info.contact.url":"URL","openapi.info.contact.name":"\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A","openapi.info.license":"\u0627\u0644\u062A\u0631\u062E\u064A\u0635","openapi.info.termsOfService":"\u0634\u0631\u0648\u0637 \u0627\u0644\u062E\u062F\u0645\u0629","openapi.info.metadata.title":"\u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0648\u0635\u0641\u064A\u0629","button.copy.tooltipText":"\u0646\u0633\u062E \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\u0629","button.download.tooltipText":"\u062A\u0646\u0632\u064A\u0644 \u0627\u0644\u0648\u0635\u0641","button.externalLink.tooltipText":"\u0641\u062A\u062D \u0641\u064A \u0639\u0644\u0627\u0645\u0629 \u062A\u0628\u0648\u064A\u0628 \u062C\u062F\u064A\u062F\u0629","button.email.tooltipText":"\u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A","openapi.key":"\u0627\u0644\u0645\u0641\u062A\u0627\u062D","openapi.value":"\u0627\u0644\u0642\u064A\u0645\u0629","openapi.enum":"\u062A\u0639\u062F\u0627\u062F","openapi.items":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631","openapi.default":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A","openapi.variable":"\u0645\u062A\u063A\u064A\u0631","openapi.variables":"\u0645\u062A\u063A\u064A\u0631\u0627\u062A","openapi.actions.show":"\u0625\u0638\u0647\u0627\u0631","openapi.actions.hide":"\u0625\u062E\u0641\u0627\u0621","openapi.actions.more":"\u0627\u0644\u0645\u0632\u064A\u062F","openapi.languages.title":"\u0627\u0644\u0644\u063A\u0627\u062A","openapi.languages.moreButton.tooltipText":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0644\u063A\u0627\u062A","openapi.servers.title":"\u0627\u0644\u062E\u0648\u0627\u062F\u0645","openapi.operations":"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A","openapi.webhooks":"Webhooks","openapi.description":"\u0627\u0644\u0648\u0635\u0641","openapi.badges.deprecated":"\u0645\u0647\u0645\u0644","openapi.badges.required":"\u0645\u0637\u0644\u0648\u0628","openapi.badges.webhook":"Webhook","openapi.request":"\u0627\u0644\u0637\u0644\u0628","openapi.path":"\u0627\u0644\u0645\u0633\u0627\u0631","openapi.query":"\u0627\u0644\u0627\u0633\u062A\u0639\u0644\u0627\u0645","openapi.cookie":"\u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637","openapi.header":"\u0627\u0644\u0631\u0624\u0648\u0633","openapi.body":"\u0627\u0644\u062C\u0633\u0645","openapi.responses":"\u0627\u0644\u0631\u062F\u0648\u062F","openapi.response":"\u0627\u0644\u0631\u062F","openapi.callbacks":"\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","openapi.callbackRequest":"\u0637\u0644\u0628 \u0627\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","openapi.callbackResponse":"\u0631\u062F \u0627\u0644\u0627\u0633\u062A\u062F\u0639\u0627\u0621","openapi.payload":"\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0637\u0644\u0628","openapi.discriminator":"\u0627\u0644\u0645\u0645\u064A\u0632","openapi.contentType":"\u0646\u0648\u0639 \u0627\u0644\u0645\u062D\u062A\u0648\u0649","openapi.tryIt":"\u062C\u0631\u0628\u0647\u0627","openapi.loading":"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0645\u064A\u0644...","openapi.example":"\u0645\u062B\u0627\u0644","openapi.examples":"\u0623\u0645\u062B\u0644\u0629","openapi.additionalProperties":"\u062E\u0627\u0635\u064A\u0629 \u0625\u0636\u0627\u0641\u064A\u0629","openapi.patternProperties":"\u062E\u0627\u0635\u064A\u0629 \u0627\u0644\u0646\u0645\u0637","openapi.required":"\u0645\u0637\u0644\u0648\u0628","openapi.recursive":"\u0645\u062A\u0643\u0631\u0631","openapi.complex":"\u0645\u0639\u0642\u062F","openapi.hideExample":"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0645\u062B\u0627\u0644","openapi.showExample":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u062B\u0627\u0644","openapi.expandAll":"\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0643\u0644","openapi.collapseAll":"\u0637\u064A \u0627\u0644\u0643\u0644","openapi.viewSecurityDetails":"\u0639\u0631\u0636 \u062A\u0641\u0627\u0635\u064A\u0644 \u0627\u0644\u0623\u0645\u0627\u0646","openapi.noResponseExample":"\u0644\u0627 \u064A\u0648\u062C\u062F \u0645\u062B\u0627\u0644 \u0644\u0644\u0631\u062F","openapi.discriminator.searchPlaceholder":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0627\u0644\u0639\u0646\u0627\u0635\u0631","openapi.discriminator.searchNoResults":"\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0639\u0646\u0627\u0635\u0631","openapi.discriminator.defaultMapping":"\u0627\u0644\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A","openapi.discriminator.defaultMappingTooltip":"OpenAPI 3.2: \u064A\u064F\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062A\u0637\u0627\u0628\u0642 \u0627\u0644\u062A\u0639\u064A\u064A\u0646\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649.","openapi.noResponseContent":"\u0644\u0627 \u064A\u0648\u062C\u062F \u0645\u062D\u062A\u0648\u0649","openapi.noRequestPayload":"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0645\u0648\u0644\u0629 \u0637\u0644\u0628","openapi.hidePattern":"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0646\u0645\u0637","openapi.showPattern":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0645\u0637","openapi.authorizationUrl":"\u0639\u0646\u0648\u0627\u0646 URL \u0644\u0644\u062A\u0641\u0648\u064A\u0636","openapi.tokenUrl":"\u0639\u0646\u0648\u0627\u0646 URL \u0644\u0644\u0631\u0645\u0632 \u0627\u0644\u0645\u0645\u064A\u0632","openapi.refreshUrl":"\u0639\u0646\u0648\u0627\u0646 URL \u0644\u0644\u062A\u062D\u062F\u064A\u062B","openapi.showOptionalScopes":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u064A\u0627\u0631\u064A\u0629","openapi.hideOptionalScopes":"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u064A\u0627\u0631\u064A\u0629","openapi.security":"\u0627\u0644\u0623\u0645\u0627\u0646","openapi.httpAuthorizationScheme":"\u0645\u062E\u0637\u0637 \u062A\u0641\u0648\u064A\u0636 HTTP","openapi.bearerFormat":"\u062A\u0646\u0633\u064A\u0642 Bearer","openapi.parameterName":"\u0627\u0633\u0645 \u0627\u0644\u0645\u0639\u0644\u0645\u0629","openapi.flowType":"\u0646\u0648\u0639 \u0627\u0644\u062A\u062F\u0641\u0642","openapi.connectUrl":"\u0639\u0646\u0648\u0627\u0646 URL \u0644\u0644\u0627\u062A\u0635\u0627\u0644","openapi.requiredScopes":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629","openapi.unsupportedLanguage":"\u0627\u0644\u0644\u063A\u0629 \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u0629.","openapi.failedToGenerateCodeSample":"\u0641\u0634\u0644 \u0625\u0646\u0634\u0627\u0621 \u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0631\u0645\u0632.","openapi.schemaCatalogLink.title":"\u0627\u0644\u0645\u062E\u0637\u0637 \u0627\u0644\u0645\u0634\u062A\u0631\u0643","openapi.schemaCatalogLink.copyButtonTooltip":"\u0646\u0633\u062E \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\u0629","openapi.schemaCatalogLink.copiedTooltip":"\u062A\u0645 \u0627\u0644\u0646\u0633\u062E!","openapi.mcp.title":"\u062E\u0627\u062F\u0645 MCP","openapi.mcp.endpoint":"\u0646\u0642\u0637\u0629 \u0627\u0644\u0646\u0647\u0627\u064A\u0629","openapi.mcp.tools":"MCP \u0627\u0644\u0623\u062F\u0648\u0627\u062A","openapi.mcp.protocolVersion":"\u0646\u0633\u062E\u0629 \u0627\u0644\u0628\u0631\u0648\u062A\u0648\u0643\u0648\u0644","openapi.mcp.capabilities":"\u0627\u0644\u0645\u064A\u0632\u0627\u062A","openapi.mcp.experimentalCapabilities":"\u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629","openapi.mcp.inputSchema":"\u0627\u0644\u0645\u062E\u0637\u0637 \u0627\u0644\u062F\u062E\u0644","openapi.mcp.inputExample":"\u0645\u062B\u0627\u0644 \u0627\u0644\u062F\u062E\u0644","openapi.mcp.outputSchema":"\u0627\u0644\u0645\u062E\u0637\u0637 \u0627\u0644\u062E\u0631\u062C","openapi.mcp.outputExample":"\u0645\u062B\u0627\u0644 \u0627\u0644\u062E\u0631\u062C","asyncapi.download.description.title":"\u062A\u0646\u0632\u064A\u0644 \u0648\u0635\u0641 AsyncAPI","asyncapi.info.title":"\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\u0629","graphql.download.description.title":"\u062A\u0646\u0632\u064A\u0644 \u0645\u062E\u0637\u0637 GraphQL","graphql.info.title":"\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\u0629","graphql.info.contact.url":"\u0639\u0646\u0648\u0627\u0646 URL","graphql.info.contact.name":"\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A","graphql.info.license":"\u0627\u0644\u062A\u0631\u062E\u064A\u0635","graphql.info.termsOfService":"\u0634\u0631\u0648\u0637 \u0627\u0644\u062E\u062F\u0645\u0629","graphql.overview":"\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\u0629 \u0639\u0644\u0649 GraphQL","graphql.metadata":"\u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0648\u0635\u0641\u064A\u0629","graphql.key":"\u0627\u0644\u0645\u0641\u062A\u0627\u062D","graphql.value":"\u0627\u0644\u0642\u064A\u0645\u0629","graphql.queries":"\u0627\u0644\u0627\u0633\u062A\u0639\u0644\u0627\u0645\u0627\u062A","graphql.mutations":"\u0627\u0644\u062A\u0639\u062F\u064A\u0644\u0627\u062A","graphql.subscriptions":"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643\u0627\u062A","graphql.directives":"\u0627\u0644\u062A\u0648\u062C\u064A\u0647\u0627\u062A","graphql.objects":"\u0627\u0644\u0643\u0627\u0626\u0646\u0627\u062A","graphql.interfaces":"\u0627\u0644\u0648\u0627\u062C\u0647\u0627\u062A","graphql.unions":"\u0627\u0644\u0627\u062A\u062D\u0627\u062F\u0627\u062A","graphql.enums":"\u0627\u0644\u062A\u0639\u062F\u0627\u062F\u0627\u062A","graphql.inputs":"\u0627\u0644\u0645\u062F\u062E\u0644\u0627\u062A","graphql.scalars":"\u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0639\u062F\u062F\u064A\u0629","graphql.arguments.label":"\u0627\u0644\u0648\u0633\u0627\u0626\u0637","graphql.arguments.show":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0648\u0633\u0627\u0626\u0637","graphql.arguments.hide":"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0648\u0633\u0627\u0626\u0637","graphql.arguments.here":"\u0627\u0644\u0648\u0633\u0627\u0626\u0637 \u0647\u0646\u0627","graphql.returnTypes.label":"\u0646\u0648\u0639 \u0627\u0644\u0646\u062A\u064A\u062C\u0629","graphql.returnTypes.show":"\u0625\u0638\u0647\u0627\u0631 \u0646\u0648\u0639 \u0627\u0644\u0646\u062A\u064A\u062C\u0629","graphql.returnTypes.hide":"\u0625\u062E\u0641\u0627\u0621 \u0646\u0648\u0639 \u0627\u0644\u0646\u062A\u064A\u062C\u0629","graphql.possibleTypes":"\u0627\u0644\u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0645\u062D\u062A\u0645\u0644\u0629","graphql.defaultValue":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A","graphql.deprecationReason":"\u0633\u0628\u0628 \u0627\u0644\u0625\u0647\u0645\u0627\u0644","graphql.requiredScopes":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629","graphql.viewSecurityDetails":"\u0639\u0631\u0636 \u062A\u0641\u0627\u0635\u064A\u0644","graphql.objectScopes":"\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0643\u0627\u0626\u0646\u0627\u062A","graphql.fieldScopes":"\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062D\u0642\u0648\u0644","graphql.implementedInterfaces":"\u064A\u0646\u0641\u0630 \u0627\u0644\u0648\u0627\u062C\u0647\u0627\u062A","graphql.implementedBy":"\u0645\u0646\u0641\u0630 \u0628\u0648\u0627\u0633\u0637\u0629","graphql.nonNull":"\u063A\u064A\u0631 \u0641\u0627\u0631\u063A","graphql.required":"\u0645\u0637\u0644\u0648\u0628","graphql.deprecated":"\u0645\u0647\u0645\u0644","graphql.variables":"\u0627\u0644\u0645\u062A\u063A\u064A\u0631\u0627\u062A","graphql.querySample":"\u0646\u0645\u0648\u0630\u062C \u0627\u0633\u062A\u0639\u0644\u0627\u0645","graphql.mutationSample":"\u0646\u0645\u0648\u0630\u062C \u062A\u0639\u062F\u064A\u0644","graphql.subscriptionSample":"\u0646\u0645\u0648\u0630\u062C \u0627\u0634\u062A\u0631\u0627\u0643","graphql.responseSample":"\u0646\u0645\u0648\u0630\u062C \u0631\u062F","graphql.locations":"\u0627\u0644\u0645\u0648\u0627\u0642\u0639","graphql.sample":"\u0639\u064A\u0646\u0629","graphql.referenced":"\u0645\u0634\u0627\u0631 \u0625\u0644\u064A\u0647 \u0641\u064A","graphql.content.fragment":"\u062C\u0632\u0621","codeWalkthrough.preview":"\u0645\u0639\u0627\u064A\u0646\u0629","codeWalkthrough.download":"\u062A\u0646\u0632\u064A\u0644","time.justNow":"\u0627\u0644\u0622\u0646 \u0641\u0642\u0637","time.past.second":"\u0645\u0646\u0630 \u062B\u0627\u0646\u064A\u0629 \u0648\u0627\u062D\u062F\u0629","time.past.seconds":"\u0645\u0646\u0630 {{value}} \u062B\u0648\u0627\u0646\u064D","time.past.minute":"\u0645\u0646\u0630 \u062F\u0642\u064A\u0642\u0629 \u0648\u0627\u062D\u062F\u0629","time.past.minutes":"\u0645\u0646\u0630 {{value}} \u062F\u0642\u0627\u0626\u0642","time.past.hour":"\u0645\u0646\u0630 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629","time.past.hours":"\u0645\u0646\u0630 {{value}} \u0633\u0627\u0639\u0627\u062A","time.past.day":"\u0645\u0646\u0630 \u064A\u0648\u0645 \u0648\u0627\u062D\u062F","time.past.days":"\u0645\u0646\u0630 {{value}} \u0623\u064A\u0627\u0645","time.past.week":"\u0645\u0646\u0630 \u0623\u0633\u0628\u0648\u0639 \u0648\u0627\u062D\u062F","time.past.weeks":"\u0645\u0646\u0630 {{value}} \u0623\u0633\u0627\u0628\u064A\u0639","time.past.month":"\u0645\u0646\u0630 \u0634\u0647\u0631 \u0648\u0627\u062D\u062F","time.past.months":"\u0645\u0646\u0630 {{value}} \u0623\u0634\u0647\u0631","time.past.year":"\u0645\u0646\u0630 \u0639\u0627\u0645 \u0648\u0627\u062D\u062F","time.past.years":"\u0645\u0646\u0630 {{value}} \u0623\u0639\u0648\u0627\u0645","page.internalServerError.title":"\u062E\u0637\u0623 \u062F\u0627\u062E\u0644\u064A \u0641\u064A \u0627\u0644\u062E\u0627\u062F\u0645","page.internalServerError.description":"\u062D\u062F\u062B \u062E\u0637\u0623 \u0645\u0627 \u0645\u0646 \u062C\u0627\u0646\u0628\u0646\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627 \u0623\u0648 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u062F\u0639\u0645 \u0625\u0630\u0627 \u0627\u0633\u062A\u0645\u0631\u062A \u0627\u0644\u0645\u0634\u0643\u0644\u0629.","page.skipToContent.label":"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u062D\u062A\u0648\u0649","catalog.catalogs.label":"\u0627\u0644\u0643\u062A\u0627\u0644\u0648\u062C\u0627\u062A","catalog.catalogs.all.title":"\u0627\u0644\u0643\u0644","catalog.catalogs.all.description":"\u062C\u0645\u064A\u0639 \u0627\u0644\u0643\u064A\u0627\u0646\u0627\u062A","catalog.catalogs.all.switcherLabel":"\u0627\u0644\u0643\u0644","catalog.catalogs.service.title":"\u0627\u0644\u062E\u062F\u0645\u0627\u062A","catalog.catalogs.service.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u062E\u062F\u0645\u0629","catalog.catalogs.service.switcherLabel":"\u0627\u0644\u062E\u062F\u0645\u0627\u062A","catalog.catalogs.user.title":"\u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u0648\u0646","catalog.catalogs.user.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","catalog.catalogs.user.switcherLabel":"\u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u0648\u0646","catalog.catalogs.team.title":"\u0627\u0644\u0641\u0631\u0642","catalog.catalogs.team.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0641\u0631\u064A\u0642","catalog.catalogs.team.switcherLabel":"\u0627\u0644\u0641\u0631\u0642","catalog.catalogs.domain.title":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A","catalog.catalogs.domain.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0646\u0637\u0627\u0642","catalog.catalogs.domain.switcherLabel":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A","catalog.catalogs.apiDescription.title":"\u0648\u0635\u0641 API","catalog.catalogs.apiDescription.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0648\u0635\u0641 API","catalog.catalogs.apiDescription.switcherLabel":"\u0648\u0635\u0641 API","catalog.catalogs.dataSchema.title":"\u0627\u0644\u0646\u0645\u0627\u0630\u062C","catalog.catalogs.dataSchema.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0646\u0645\u0627\u0630\u062C","catalog.catalogs.dataSchema.switcherLabel":"\u0627\u0644\u0646\u0645\u0627\u0630\u062C","catalog.catalogs.apiOperation.title":"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A","catalog.catalogs.apiOperation.description":"\u0643\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A","catalog.catalogs.apiOperation.switcherLabel":"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A","catalog.entity.metadata.title":"\u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0648\u0635\u0641\u064A\u0629","catalog.entity.schema.title":"\u0627\u0644\u0646\u0645\u0648\u0630\u062C","catalog.entity.properties.apiDescription.title":"\u0648\u0635\u0641 API","catalog.backToAllLabel":"\u0627\u0644\u0643\u062A\u0627\u0644\u0648\u062C","catalog.notConnected":"\u063A\u064A\u0631 \u0645\u062A\u0635\u0644","catalog.tags.label":"\u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062A","catalog.owners.label":"\u0627\u0644\u0645\u0627\u0644\u0643\u0648\u0646","catalog.repositories.label":"\u0627\u0644\u0645\u0633\u062A\u0648\u062F\u0639\u0627\u062A","catalog.email.label":"\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A","catalog.format.label":"\u0627\u0644\u062A\u0646\u0633\u064A\u0642","catalog.entityType.label":"\u0646\u0648\u0639 \u0627\u0644\u0643\u064A\u0627\u0646","catalog.domains.label":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A","catalog.contact.label":"\u0642\u0646\u0648\u0627\u062A Slack","catalog.methodAndPath.label":"\u0627\u0644\u0637\u0631\u064A\u0642\u0629 \u0648\u0627\u0644\u0645\u0633\u0627\u0631","catalog.links.label":"\u0627\u0644\u0631\u0648\u0627\u0628\u0637","catalog.metadata.domains":"\u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062A:","catalog.metadata.owners":"\u0627\u0644\u0645\u0627\u0644\u0643\u0648\u0646:","catalog.sort":"\u062A\u0631\u062A\u064A\u0628","catalog.history.button.label":"\u0633\u062C\u0644 \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A","catalog.history.sidebar.title":"\u0633\u062C\u0644 \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A","catalog.history.sidebar.close":"\u0625\u063A\u0644\u0627\u0642 \u0633\u062C\u0644 \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A","catalog.history.version.label":"\u0627\u0644\u0625\u0635\u062F\u0627\u0631","catalog.filters.close":"\u0625\u063A\u0644\u0627\u0642","catalog.history.version.notSpecified":"\u063A\u064A\u0631 \u0645\u062D\u062F\u062F","catalog.history.version.default":"\u0627\u0641\u062A\u0631\u0627\u0636\u064A","catalog.history.revisions.limitMessage":"\u0644\u0627 \u064A\u062A\u0645 \u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0631\u0627\u062C\u0639\u0627\u062A \u0627\u0644\u0623\u0642\u062F\u0645.","catalog.history.revision.current":"\u0627\u0644\u062D\u0627\u0644\u064A","catalog.history.revisions.showLess":"\u0639\u0631\u0636 \u0623\u0642\u0644","catalog.history.revisions.showMore":"\u0639\u0631\u0636 {{count}} \u0627\u0644\u0645\u0632\u064A\u062F","select.noResults":"\u0644\u0627 \u064A\u0648\u062C\u062F \u0646\u062A\u0627\u0626\u062C","loaders.loading":"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0645\u064A\u0644...","diagram.openFullscreen":"\u0627\u0646\u0642\u0631 \u0644\u0641\u062A\u062D \u0627\u0644\u0631\u0633\u0645 \u0627\u0644\u0628\u064A\u0627\u0646\u064A \u0641\u064A \u0648\u0636\u0639 \u0645\u0644\u0621 \u0627\u0644\u0634\u0627\u0634\u0629","diagram.zoomIn":"\u062A\u0643\u0628\u064A\u0631","diagram.zoomOut":"\u062A\u0635\u063A\u064A\u0631","diagram.reset":"\u0645\u0644\u0627\u0621\u0645\u0629 \u0627\u0644\u0639\u0631\u0636","diagram.close":"\u0625\u063A\u0644\u0627\u0642","diagram.viewer":"\u0639\u0627\u0631\u0636 \u0627\u0644\u0645\u062E\u0637\u0637\u0627\u062A"};export{e as ar};
|