@scalar/cli 1.9.8 → 1.9.9
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/README.md +1 -1
- package/docs.html +77 -77
- package/index.js +194 -139
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -648,7 +648,7 @@ Create a new SDK.
|
|
|
648
648
|
Options:
|
|
649
649
|
-a, --api <api> Registry API slug
|
|
650
650
|
-n, --namespace <namespace> Team namespace
|
|
651
|
-
-l, --language <language> Language of your SDK (choices: "typescript", "python", "csharp", "java", "ruby", "php", "go", "rust", "kotlin", "swift", "cpp", "dart")
|
|
651
|
+
-l, --language <language> Language of your SDK (choices: "typescript", "python", "cli", "csharp", "java", "ruby", "php", "go", "rust", "kotlin", "swift", "cpp", "dart")
|
|
652
652
|
-h, --help display help for command
|
|
653
653
|
```
|
|
654
654
|
|
package/docs.html
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<title>Scalar CLI Documentation</title>
|
|
9
9
|
<style>
|
|
10
10
|
/* Base CSS will be injected here */
|
|
11
|
-
/* ../../node_modules/.pnpm/@scalar+themes@0.
|
|
11
|
+
/* ../../node_modules/.pnpm/@scalar+themes@0.16.0/node_modules/@scalar/themes/dist/style.css */
|
|
12
12
|
@layer scalar-base, scalar-theme;
|
|
13
13
|
@layer scalar-base {
|
|
14
14
|
body {
|
|
@@ -184,29 +184,21 @@
|
|
|
184
184
|
--scalar-radius-xl: 8px;
|
|
185
185
|
--scalar-font:
|
|
186
186
|
"Inter",
|
|
187
|
-
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
"Open Sans",
|
|
195
|
-
"Helvetica Neue",
|
|
196
|
-
sans-serif;
|
|
187
|
+
ui-sans-serif,
|
|
188
|
+
system-ui,
|
|
189
|
+
sans-serif,
|
|
190
|
+
"Apple Color Emoji",
|
|
191
|
+
"Segoe UI Emoji",
|
|
192
|
+
"Segoe UI Symbol",
|
|
193
|
+
"Noto Color Emoji";
|
|
197
194
|
--scalar-font-code:
|
|
198
195
|
"JetBrains Mono",
|
|
199
196
|
ui-monospace,
|
|
197
|
+
SFMono-Regular,
|
|
200
198
|
Menlo,
|
|
201
199
|
Monaco,
|
|
202
|
-
|
|
203
|
-
"
|
|
204
|
-
"Roboto Mono",
|
|
205
|
-
"Oxygen Mono",
|
|
206
|
-
"Ubuntu Monospace",
|
|
207
|
-
"Source Code Pro",
|
|
208
|
-
"Fira Mono",
|
|
209
|
-
"Droid Sans Mono",
|
|
200
|
+
Consolas,
|
|
201
|
+
"Liberation Mono",
|
|
210
202
|
"Courier New",
|
|
211
203
|
monospace;
|
|
212
204
|
--scalar-heading-1: 24px;
|
|
@@ -398,7 +390,7 @@
|
|
|
398
390
|
}
|
|
399
391
|
}
|
|
400
392
|
|
|
401
|
-
/* ../../node_modules/.pnpm/@scalar+themes@0.
|
|
393
|
+
/* ../../node_modules/.pnpm/@scalar+themes@0.16.0/node_modules/@scalar/themes/dist/fonts/fonts.css */
|
|
402
394
|
@font-face {
|
|
403
395
|
font-family: "Inter";
|
|
404
396
|
font-style: normal;
|
|
@@ -655,6 +647,7 @@ body {
|
|
|
655
647
|
/* ../../packages/css/src/variables.css */
|
|
656
648
|
:root {
|
|
657
649
|
--scalar-header-height: 50px;
|
|
650
|
+
--scalar-content-top-spacing: 60px;
|
|
658
651
|
--scalar-sidebar-width: 280px;
|
|
659
652
|
--scalar-container-width: 680px;
|
|
660
653
|
--scalar-container-gutter: 50px;
|
|
@@ -672,6 +665,7 @@ body {
|
|
|
672
665
|
}
|
|
673
666
|
@media (max-width: 1000px) {
|
|
674
667
|
:root {
|
|
668
|
+
--scalar-content-top-spacing: 24px;
|
|
675
669
|
--scalar-container-gutter: 12px;
|
|
676
670
|
}
|
|
677
671
|
}
|
|
@@ -1545,6 +1539,11 @@ body {
|
|
|
1545
1539
|
.t-editor :where(.prose-content) > * + * {
|
|
1546
1540
|
margin-top: var(--scalar-block-spacing);
|
|
1547
1541
|
}
|
|
1542
|
+
.t-editor * > .prose-content > .t-editor__heading:first-child,
|
|
1543
|
+
.t-editor .prose-content > .t-editor__heading:first-child {
|
|
1544
|
+
margin-top: 0;
|
|
1545
|
+
scroll-margin-top: 100vh;
|
|
1546
|
+
}
|
|
1548
1547
|
@media (max-width: 1000px) {
|
|
1549
1548
|
.t-editor .page-node {
|
|
1550
1549
|
padding: 0 0 48px;
|
|
@@ -3110,6 +3109,7 @@ figure.t-editor__image.custom-image-size-full img {
|
|
|
3110
3109
|
.t-editor__button .t-editor__paragraph {
|
|
3111
3110
|
color: inherit;
|
|
3112
3111
|
font-size: inherit;
|
|
3112
|
+
font-weight: inherit;
|
|
3113
3113
|
line-height: inherit;
|
|
3114
3114
|
margin: 0;
|
|
3115
3115
|
}
|
|
@@ -3780,7 +3780,7 @@ blockquote.t-editor__quote > * {
|
|
|
3780
3780
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
3781
3781
|
</svg></button>
|
|
3782
3782
|
</h2>
|
|
3783
|
-
<div id="
|
|
3783
|
+
<div id="uj7tqP8P9om2IEBkBAIuR" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3784
3784
|
<pre style="
|
|
3785
3785
|
--line-digits: 2;
|
|
3786
3786
|
--line-number-start: -1;
|
|
@@ -3803,7 +3803,7 @@ blockquote.t-editor__quote > * {
|
|
|
3803
3803
|
</svg></button>
|
|
3804
3804
|
</h2>
|
|
3805
3805
|
<p class="t-editor__paragraph">If you really want to become friends you should install the CLI:</p>
|
|
3806
|
-
<div id="
|
|
3806
|
+
<div id="O9P3tn4aKKkD6iCcdrnjp" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3807
3807
|
<pre style="
|
|
3808
3808
|
--line-digits: 2;
|
|
3809
3809
|
--line-number-start: -1;
|
|
@@ -3827,7 +3827,7 @@ blockquote.t-editor__quote > * {
|
|
|
3827
3827
|
</svg></button>
|
|
3828
3828
|
</h3>
|
|
3829
3829
|
<p class="t-editor__paragraph">There’s another <code inline="true" class="t-editor__inline-code">scalar</code> CLI, which is bundled with <code inline="true" class="t-editor__inline-code">git</code>. If you run into naming conflicts, but never use the other CLI anyway, you can replace it like this:</p>
|
|
3830
|
-
<div id="
|
|
3830
|
+
<div id="T1mKN9gF8JsOeBJDpUVH1" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3831
3831
|
<pre style="
|
|
3832
3832
|
--line-digits: 2;
|
|
3833
3833
|
--line-number-start: -1;
|
|
@@ -3841,7 +3841,7 @@ blockquote.t-editor__quote > * {
|
|
|
3841
3841
|
</svg></button>
|
|
3842
3842
|
</div>
|
|
3843
3843
|
<p class="t-editor__paragraph">Or, if you want to keep using the other <code inline="true" class="t-editor__inline-code">scalar</code> CLI, you can just stick to <code inline="true" class="t-editor__inline-code">npx</code> (or <code inline="true" class="t-editor__inline-code">pnpm dlx</code>):</p>
|
|
3844
|
-
<div id="
|
|
3844
|
+
<div id="zwSxAKvY6aPCl1OZsERl5" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3845
3845
|
<pre style="
|
|
3846
3846
|
--line-digits: 2;
|
|
3847
3847
|
--line-number-start: -1;
|
|
@@ -3867,7 +3867,7 @@ blockquote.t-editor__quote > * {
|
|
|
3867
3867
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
3868
3868
|
</svg></button>
|
|
3869
3869
|
</h2>
|
|
3870
|
-
<div id="
|
|
3870
|
+
<div id="k8NHpyH2Ke9IDEAezQ0wo" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3871
3871
|
<pre style="
|
|
3872
3872
|
--line-digits: 2;
|
|
3873
3873
|
--line-number-start: -1;
|
|
@@ -3907,7 +3907,7 @@ blockquote.t-editor__quote > * {
|
|
|
3907
3907
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
3908
3908
|
</svg></button>
|
|
3909
3909
|
</h3>
|
|
3910
|
-
<div id="
|
|
3910
|
+
<div id="mjk2fA7YVJoCuVOHoTNeX" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3911
3911
|
<pre style="
|
|
3912
3912
|
--line-digits: 2;
|
|
3913
3913
|
--line-number-start: -1;
|
|
@@ -3937,7 +3937,7 @@ blockquote.t-editor__quote > * {
|
|
|
3937
3937
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
3938
3938
|
</svg></button>
|
|
3939
3939
|
</h4>
|
|
3940
|
-
<div id="
|
|
3940
|
+
<div id="0dQYCcAW74hJ1uV5t6RzQ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3941
3941
|
<pre style="
|
|
3942
3942
|
--line-digits: 2;
|
|
3943
3943
|
--line-number-start: -1;
|
|
@@ -3965,7 +3965,7 @@ blockquote.t-editor__quote > * {
|
|
|
3965
3965
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
3966
3966
|
</svg></button>
|
|
3967
3967
|
</h3>
|
|
3968
|
-
<div id="
|
|
3968
|
+
<div id="lF8qznr6R8srHzKivY0c2" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3969
3969
|
<pre style="
|
|
3970
3970
|
--line-digits: 2;
|
|
3971
3971
|
--line-number-start: -1;
|
|
@@ -3992,7 +3992,7 @@ blockquote.t-editor__quote > * {
|
|
|
3992
3992
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
3993
3993
|
</svg></button>
|
|
3994
3994
|
</h3>
|
|
3995
|
-
<div id="
|
|
3995
|
+
<div id="kTUxt6iVOXD7jsHoqoJds" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3996
3996
|
<pre style="
|
|
3997
3997
|
--line-digits: 2;
|
|
3998
3998
|
--line-number-start: -1;
|
|
@@ -4025,7 +4025,7 @@ blockquote.t-editor__quote > * {
|
|
|
4025
4025
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4026
4026
|
</svg></button>
|
|
4027
4027
|
</h4>
|
|
4028
|
-
<div id="
|
|
4028
|
+
<div id="ScjckHj0FfCm2ENGFUUCi" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4029
4029
|
<pre style="
|
|
4030
4030
|
--line-digits: 2;
|
|
4031
4031
|
--line-number-start: -1;
|
|
@@ -4055,7 +4055,7 @@ blockquote.t-editor__quote > * {
|
|
|
4055
4055
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4056
4056
|
</svg></button>
|
|
4057
4057
|
</h4>
|
|
4058
|
-
<div id="
|
|
4058
|
+
<div id="lySeUlqRXnEwJ2XNn9vlH" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4059
4059
|
<pre style="
|
|
4060
4060
|
--line-digits: 2;
|
|
4061
4061
|
--line-number-start: -1;
|
|
@@ -4082,7 +4082,7 @@ blockquote.t-editor__quote > * {
|
|
|
4082
4082
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4083
4083
|
</svg></button>
|
|
4084
4084
|
</h4>
|
|
4085
|
-
<div id="
|
|
4085
|
+
<div id="BKydneXU8MPpNRHdbH5gS" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4086
4086
|
<pre style="
|
|
4087
4087
|
--line-digits: 2;
|
|
4088
4088
|
--line-number-start: -1;
|
|
@@ -4109,7 +4109,7 @@ blockquote.t-editor__quote > * {
|
|
|
4109
4109
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4110
4110
|
</svg></button>
|
|
4111
4111
|
</h3>
|
|
4112
|
-
<div id="
|
|
4112
|
+
<div id="li3varAVF5QbVHdMh5NSX" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4113
4113
|
<pre style="
|
|
4114
4114
|
--line-digits: 2;
|
|
4115
4115
|
--line-number-start: -1;
|
|
@@ -4152,7 +4152,7 @@ blockquote.t-editor__quote > * {
|
|
|
4152
4152
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4153
4153
|
</svg></button>
|
|
4154
4154
|
</h4>
|
|
4155
|
-
<div id="
|
|
4155
|
+
<div id="N5VHwHUWsuG7epCKtLZq4" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4156
4156
|
<pre style="
|
|
4157
4157
|
--line-digits: 2;
|
|
4158
4158
|
--line-number-start: -1;
|
|
@@ -4186,7 +4186,7 @@ blockquote.t-editor__quote > * {
|
|
|
4186
4186
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4187
4187
|
</svg></button>
|
|
4188
4188
|
</h4>
|
|
4189
|
-
<div id="
|
|
4189
|
+
<div id="RjiLc4KRbsUWYWqvRpkR1" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4190
4190
|
<pre style="
|
|
4191
4191
|
--line-digits: 2;
|
|
4192
4192
|
--line-number-start: -1;
|
|
@@ -4217,7 +4217,7 @@ blockquote.t-editor__quote > * {
|
|
|
4217
4217
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4218
4218
|
</svg></button>
|
|
4219
4219
|
</h4>
|
|
4220
|
-
<div id="
|
|
4220
|
+
<div id="9n1zZL1z8tSCP806YBWv9" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4221
4221
|
<pre style="
|
|
4222
4222
|
--line-digits: 2;
|
|
4223
4223
|
--line-number-start: -1;
|
|
@@ -4249,7 +4249,7 @@ blockquote.t-editor__quote > * {
|
|
|
4249
4249
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4250
4250
|
</svg></button>
|
|
4251
4251
|
</h4>
|
|
4252
|
-
<div id="
|
|
4252
|
+
<div id="VHoNlm3jfTT4gpqEKAfkD" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4253
4253
|
<pre style="
|
|
4254
4254
|
--line-digits: 2;
|
|
4255
4255
|
--line-number-start: -1;
|
|
@@ -4280,7 +4280,7 @@ blockquote.t-editor__quote > * {
|
|
|
4280
4280
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4281
4281
|
</svg></button>
|
|
4282
4282
|
</h4>
|
|
4283
|
-
<div id="
|
|
4283
|
+
<div id="R3gwjXCLmAW1axMBHg9Vu" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4284
4284
|
<pre style="
|
|
4285
4285
|
--line-digits: 2;
|
|
4286
4286
|
--line-number-start: -1;
|
|
@@ -4312,7 +4312,7 @@ blockquote.t-editor__quote > * {
|
|
|
4312
4312
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4313
4313
|
</svg></button>
|
|
4314
4314
|
</h4>
|
|
4315
|
-
<div id="
|
|
4315
|
+
<div id="Xi5C2JhGLkHpC4RMv8RxZ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4316
4316
|
<pre style="
|
|
4317
4317
|
--line-digits: 2;
|
|
4318
4318
|
--line-number-start: -1;
|
|
@@ -4343,7 +4343,7 @@ blockquote.t-editor__quote > * {
|
|
|
4343
4343
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4344
4344
|
</svg></button>
|
|
4345
4345
|
</h4>
|
|
4346
|
-
<div id="
|
|
4346
|
+
<div id="LHPnVEiDChPyBtkI2146j" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4347
4347
|
<pre style="
|
|
4348
4348
|
--line-digits: 2;
|
|
4349
4349
|
--line-number-start: -1;
|
|
@@ -4376,7 +4376,7 @@ blockquote.t-editor__quote > * {
|
|
|
4376
4376
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4377
4377
|
</svg></button>
|
|
4378
4378
|
</h4>
|
|
4379
|
-
<div id="
|
|
4379
|
+
<div id="7gnpOrnzLEIJUQEXYM800" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4380
4380
|
<pre style="
|
|
4381
4381
|
--line-digits: 2;
|
|
4382
4382
|
--line-number-start: -1;
|
|
@@ -4409,7 +4409,7 @@ blockquote.t-editor__quote > * {
|
|
|
4409
4409
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4410
4410
|
</svg></button>
|
|
4411
4411
|
</h4>
|
|
4412
|
-
<div id="
|
|
4412
|
+
<div id="b7kxqg9FEsdBfgQnPyzf3" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4413
4413
|
<pre style="
|
|
4414
4414
|
--line-digits: 2;
|
|
4415
4415
|
--line-number-start: -1;
|
|
@@ -4440,7 +4440,7 @@ blockquote.t-editor__quote > * {
|
|
|
4440
4440
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4441
4441
|
</svg></button>
|
|
4442
4442
|
</h4>
|
|
4443
|
-
<div id="
|
|
4443
|
+
<div id="NBpIBWM1XzxYUSElP1htv" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4444
4444
|
<pre style="
|
|
4445
4445
|
--line-digits: 2;
|
|
4446
4446
|
--line-number-start: -1;
|
|
@@ -4470,7 +4470,7 @@ blockquote.t-editor__quote > * {
|
|
|
4470
4470
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4471
4471
|
</svg></button>
|
|
4472
4472
|
</h4>
|
|
4473
|
-
<div id="
|
|
4473
|
+
<div id="iNfYErRocEZapVkw7WAi9" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4474
4474
|
<pre style="
|
|
4475
4475
|
--line-digits: 2;
|
|
4476
4476
|
--line-number-start: -1;
|
|
@@ -4499,7 +4499,7 @@ blockquote.t-editor__quote > * {
|
|
|
4499
4499
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4500
4500
|
</svg></button>
|
|
4501
4501
|
</h4>
|
|
4502
|
-
<div id="
|
|
4502
|
+
<div id="l1FljB7IAcCyeC2Xh5S3K" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4503
4503
|
<pre style="
|
|
4504
4504
|
--line-digits: 2;
|
|
4505
4505
|
--line-number-start: -1;
|
|
@@ -4530,7 +4530,7 @@ blockquote.t-editor__quote > * {
|
|
|
4530
4530
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4531
4531
|
</svg></button>
|
|
4532
4532
|
</h4>
|
|
4533
|
-
<div id="
|
|
4533
|
+
<div id="OV82yeJlMnSFfbkFxfp1A" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4534
4534
|
<pre style="
|
|
4535
4535
|
--line-digits: 2;
|
|
4536
4536
|
--line-number-start: -1;
|
|
@@ -4561,7 +4561,7 @@ blockquote.t-editor__quote > * {
|
|
|
4561
4561
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4562
4562
|
</svg></button>
|
|
4563
4563
|
</h3>
|
|
4564
|
-
<div id="
|
|
4564
|
+
<div id="kmwesFemL69FsDC9BQ1tM" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4565
4565
|
<pre style="
|
|
4566
4566
|
--line-digits: 2;
|
|
4567
4567
|
--line-number-start: -1;
|
|
@@ -4597,7 +4597,7 @@ blockquote.t-editor__quote > * {
|
|
|
4597
4597
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4598
4598
|
</svg></button>
|
|
4599
4599
|
</h4>
|
|
4600
|
-
<div id="
|
|
4600
|
+
<div id="bs50xCqCIUUxf5301EDaW" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4601
4601
|
<pre style="
|
|
4602
4602
|
--line-digits: 2;
|
|
4603
4603
|
--line-number-start: -1;
|
|
@@ -4626,7 +4626,7 @@ blockquote.t-editor__quote > * {
|
|
|
4626
4626
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4627
4627
|
</svg></button>
|
|
4628
4628
|
</h4>
|
|
4629
|
-
<div id="
|
|
4629
|
+
<div id="zNGILMqeU4KuKGorYuYpO" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4630
4630
|
<pre style="
|
|
4631
4631
|
--line-digits: 2;
|
|
4632
4632
|
--line-number-start: -1;
|
|
@@ -4656,7 +4656,7 @@ blockquote.t-editor__quote > * {
|
|
|
4656
4656
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4657
4657
|
</svg></button>
|
|
4658
4658
|
</h4>
|
|
4659
|
-
<div id="
|
|
4659
|
+
<div id="6UfpWbWPyyYVK2oRTB0dE" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4660
4660
|
<pre style="
|
|
4661
4661
|
--line-digits: 2;
|
|
4662
4662
|
--line-number-start: -1;
|
|
@@ -4685,7 +4685,7 @@ blockquote.t-editor__quote > * {
|
|
|
4685
4685
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4686
4686
|
</svg></button>
|
|
4687
4687
|
</h4>
|
|
4688
|
-
<div id="
|
|
4688
|
+
<div id="8IXSNkmh71wAk1qMff6re" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4689
4689
|
<pre style="
|
|
4690
4690
|
--line-digits: 2;
|
|
4691
4691
|
--line-number-start: -1;
|
|
@@ -4720,7 +4720,7 @@ blockquote.t-editor__quote > * {
|
|
|
4720
4720
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4721
4721
|
</svg></button>
|
|
4722
4722
|
</h4>
|
|
4723
|
-
<div id="
|
|
4723
|
+
<div id="OHm9bvPH4wg0eOXNTVWcS" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4724
4724
|
<pre style="
|
|
4725
4725
|
--line-digits: 2;
|
|
4726
4726
|
--line-number-start: -1;
|
|
@@ -4751,7 +4751,7 @@ blockquote.t-editor__quote > * {
|
|
|
4751
4751
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4752
4752
|
</svg></button>
|
|
4753
4753
|
</h4>
|
|
4754
|
-
<div id="
|
|
4754
|
+
<div id="4sEmik7upbVKYGeVHGpx4" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4755
4755
|
<pre style="
|
|
4756
4756
|
--line-digits: 2;
|
|
4757
4757
|
--line-number-start: -1;
|
|
@@ -4781,7 +4781,7 @@ blockquote.t-editor__quote > * {
|
|
|
4781
4781
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4782
4782
|
</svg></button>
|
|
4783
4783
|
</h3>
|
|
4784
|
-
<div id="
|
|
4784
|
+
<div id="MaW7vnYRY7AfKPLufk9BE" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4785
4785
|
<pre style="
|
|
4786
4786
|
--line-digits: 2;
|
|
4787
4787
|
--line-number-start: -1;
|
|
@@ -4816,7 +4816,7 @@ blockquote.t-editor__quote > * {
|
|
|
4816
4816
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4817
4817
|
</svg></button>
|
|
4818
4818
|
</h4>
|
|
4819
|
-
<div id="
|
|
4819
|
+
<div id="GEhHBvbtuqHGWZDYGMfcw" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4820
4820
|
<pre style="
|
|
4821
4821
|
--line-digits: 2;
|
|
4822
4822
|
--line-number-start: -1;
|
|
@@ -4856,7 +4856,7 @@ blockquote.t-editor__quote > * {
|
|
|
4856
4856
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4857
4857
|
</svg></button>
|
|
4858
4858
|
</h4>
|
|
4859
|
-
<div id="
|
|
4859
|
+
<div id="gvOnpJaaqAg2zX8OgoOgn" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4860
4860
|
<pre style="
|
|
4861
4861
|
--line-digits: 2;
|
|
4862
4862
|
--line-number-start: -1;
|
|
@@ -4889,7 +4889,7 @@ blockquote.t-editor__quote > * {
|
|
|
4889
4889
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4890
4890
|
</svg></button>
|
|
4891
4891
|
</h4>
|
|
4892
|
-
<div id="
|
|
4892
|
+
<div id="iwdrvHACYVlwltVxaifkX" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4893
4893
|
<pre style="
|
|
4894
4894
|
--line-digits: 2;
|
|
4895
4895
|
--line-number-start: -1;
|
|
@@ -4920,7 +4920,7 @@ blockquote.t-editor__quote > * {
|
|
|
4920
4920
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4921
4921
|
</svg></button>
|
|
4922
4922
|
</h4>
|
|
4923
|
-
<div id="
|
|
4923
|
+
<div id="CNIgTmiQMgsLOK7sa4Pey" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4924
4924
|
<pre style="
|
|
4925
4925
|
--line-digits: 2;
|
|
4926
4926
|
--line-number-start: -1;
|
|
@@ -4948,7 +4948,7 @@ blockquote.t-editor__quote > * {
|
|
|
4948
4948
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4949
4949
|
</svg></button>
|
|
4950
4950
|
</h4>
|
|
4951
|
-
<div id="
|
|
4951
|
+
<div id="rj9PacRMfXbUcpitRwOYS" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4952
4952
|
<pre style="
|
|
4953
4953
|
--line-digits: 2;
|
|
4954
4954
|
--line-number-start: -1;
|
|
@@ -4982,7 +4982,7 @@ blockquote.t-editor__quote > * {
|
|
|
4982
4982
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4983
4983
|
</svg></button>
|
|
4984
4984
|
</h3>
|
|
4985
|
-
<div id="
|
|
4985
|
+
<div id="pymRwOUruW2agxy8B9d7v" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4986
4986
|
<pre style="
|
|
4987
4987
|
--line-digits: 2;
|
|
4988
4988
|
--line-number-start: -1;
|
|
@@ -5014,7 +5014,7 @@ blockquote.t-editor__quote > * {
|
|
|
5014
5014
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5015
5015
|
</svg></button>
|
|
5016
5016
|
</h4>
|
|
5017
|
-
<div id="
|
|
5017
|
+
<div id="Noi9iMi376RHq84RC4s0J" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5018
5018
|
<pre style="
|
|
5019
5019
|
--line-digits: 2;
|
|
5020
5020
|
--line-number-start: -1;
|
|
@@ -5041,7 +5041,7 @@ blockquote.t-editor__quote > * {
|
|
|
5041
5041
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5042
5042
|
</svg></button>
|
|
5043
5043
|
</h4>
|
|
5044
|
-
<div id="
|
|
5044
|
+
<div id="7Xx0hBBlMjh8VImOc15So" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5045
5045
|
<pre style="
|
|
5046
5046
|
--line-digits: 2;
|
|
5047
5047
|
--line-number-start: -1;
|
|
@@ -5069,7 +5069,7 @@ blockquote.t-editor__quote > * {
|
|
|
5069
5069
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5070
5070
|
</svg></button>
|
|
5071
5071
|
</h3>
|
|
5072
|
-
<div id="
|
|
5072
|
+
<div id="VUc0kPfgXNDwMPZypF4tA" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5073
5073
|
<pre style="
|
|
5074
5074
|
--line-digits: 2;
|
|
5075
5075
|
--line-number-start: -1;
|
|
@@ -5104,7 +5104,7 @@ blockquote.t-editor__quote > * {
|
|
|
5104
5104
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5105
5105
|
</svg></button>
|
|
5106
5106
|
</h4>
|
|
5107
|
-
<div id="
|
|
5107
|
+
<div id="xzoqFPgnHov9kqTSOGLqA" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5108
5108
|
<pre style="
|
|
5109
5109
|
--line-digits: 2;
|
|
5110
5110
|
--line-number-start: -1;
|
|
@@ -5132,7 +5132,7 @@ blockquote.t-editor__quote > * {
|
|
|
5132
5132
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5133
5133
|
</svg></button>
|
|
5134
5134
|
</h4>
|
|
5135
|
-
<div id="
|
|
5135
|
+
<div id="MX80PGx54hCZyX45XHeTV" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5136
5136
|
<pre style="
|
|
5137
5137
|
--line-digits: 2;
|
|
5138
5138
|
--line-number-start: -1;
|
|
@@ -5143,7 +5143,7 @@ blockquote.t-editor__quote > * {
|
|
|
5143
5143
|
<span class="t-code__line" data-line-number="4">Options:</span>
|
|
5144
5144
|
<span class="t-code__line" data-line-number="5"> -a, --api <api> Registry API slug</span>
|
|
5145
5145
|
<span class="t-code__line" data-line-number="6"> -n, --namespace <namespace> Team namespace</span>
|
|
5146
|
-
<span class="t-code__line" data-line-number="7"> -l, --language <language> Language of your SDK (choices: "typescript", "python", "csharp", "java", "ruby", "php", "go", "rust", "kotlin", "swift", "cpp", "dart")</span>
|
|
5146
|
+
<span class="t-code__line" data-line-number="7"> -l, --language <language> Language of your SDK (choices: "typescript", "python", "cli", "csharp", "java", "ruby", "php", "go", "rust", "kotlin", "swift", "cpp", "dart")</span>
|
|
5147
5147
|
<span class="t-code__line" data-line-number="8"> -h, --help display help for command</span>
|
|
5148
5148
|
</code></pre><button class="language-button t-editor__language-picker" data-scalar-type="code-block-copy" type="button">plaintext
|
|
5149
5149
|
<svg class="lang-copy" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256">
|
|
@@ -5162,7 +5162,7 @@ blockquote.t-editor__quote > * {
|
|
|
5162
5162
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5163
5163
|
</svg></button>
|
|
5164
5164
|
</h4>
|
|
5165
|
-
<div id="
|
|
5165
|
+
<div id="nyiXUFNHS7ED5siosOSv5" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5166
5166
|
<pre style="
|
|
5167
5167
|
--line-digits: 2;
|
|
5168
5168
|
--line-number-start: -1;
|
|
@@ -5193,7 +5193,7 @@ blockquote.t-editor__quote > * {
|
|
|
5193
5193
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5194
5194
|
</svg></button>
|
|
5195
5195
|
</h4>
|
|
5196
|
-
<div id="
|
|
5196
|
+
<div id="k7ANf6i3NP0CQfaKIJToQ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5197
5197
|
<pre style="
|
|
5198
5198
|
--line-digits: 2;
|
|
5199
5199
|
--line-number-start: -1;
|
|
@@ -5222,7 +5222,7 @@ blockquote.t-editor__quote > * {
|
|
|
5222
5222
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5223
5223
|
</svg></button>
|
|
5224
5224
|
</h4>
|
|
5225
|
-
<div id="
|
|
5225
|
+
<div id="ktAKhZ02yyHjgsx4RChI1" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5226
5226
|
<pre style="
|
|
5227
5227
|
--line-digits: 2;
|
|
5228
5228
|
--line-number-start: -1;
|
|
@@ -5252,7 +5252,7 @@ blockquote.t-editor__quote > * {
|
|
|
5252
5252
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5253
5253
|
</svg></button>
|
|
5254
5254
|
</h3>
|
|
5255
|
-
<div id="
|
|
5255
|
+
<div id="mNhB0UmpnNJN5nlaxcAY0" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5256
5256
|
<pre style="
|
|
5257
5257
|
--line-digits: 2;
|
|
5258
5258
|
--line-number-start: -1;
|
|
@@ -5286,7 +5286,7 @@ blockquote.t-editor__quote > * {
|
|
|
5286
5286
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5287
5287
|
</svg></button>
|
|
5288
5288
|
</h4>
|
|
5289
|
-
<div id="
|
|
5289
|
+
<div id="AFqn3ihgKTZVLDicfzSv3" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5290
5290
|
<pre style="
|
|
5291
5291
|
--line-digits: 2;
|
|
5292
5292
|
--line-number-start: -1;
|
|
@@ -5315,7 +5315,7 @@ blockquote.t-editor__quote > * {
|
|
|
5315
5315
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5316
5316
|
</svg></button>
|
|
5317
5317
|
</h4>
|
|
5318
|
-
<div id="
|
|
5318
|
+
<div id="kdN27vcsRkLHOG13gFUcO" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5319
5319
|
<pre style="
|
|
5320
5320
|
--line-digits: 2;
|
|
5321
5321
|
--line-number-start: -1;
|
|
@@ -5347,7 +5347,7 @@ blockquote.t-editor__quote > * {
|
|
|
5347
5347
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5348
5348
|
</svg></button>
|
|
5349
5349
|
</h4>
|
|
5350
|
-
<div id="
|
|
5350
|
+
<div id="DZVHJD2rlvyTXB3K8ylV6" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5351
5351
|
<pre style="
|
|
5352
5352
|
--line-digits: 2;
|
|
5353
5353
|
--line-number-start: -1;
|
|
@@ -5375,7 +5375,7 @@ blockquote.t-editor__quote > * {
|
|
|
5375
5375
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5376
5376
|
</svg></button>
|
|
5377
5377
|
</h4>
|
|
5378
|
-
<div id="
|
|
5378
|
+
<div id="lrvT4PCWqIRLfq0jLU3g0" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5379
5379
|
<pre style="
|
|
5380
5380
|
--line-digits: 2;
|
|
5381
5381
|
--line-number-start: -1;
|
|
@@ -5415,7 +5415,7 @@ blockquote.t-editor__quote > * {
|
|
|
5415
5415
|
</svg></button>
|
|
5416
5416
|
</h2>
|
|
5417
5417
|
<p class="t-editor__paragraph">To validate your OpenAPI file in GitHub Actions, add this workflow:</p>
|
|
5418
|
-
<div id="
|
|
5418
|
+
<div id="zyEQhHQDdXoG6h06yrM7S" class="t-editor__code-container" data-lang="yml" style="position: relative;">
|
|
5419
5419
|
<pre style="
|
|
5420
5420
|
--line-digits: 2;
|
|
5421
5421
|
--line-number-start: -1;
|
|
@@ -5462,7 +5462,7 @@ blockquote.t-editor__quote > * {
|
|
|
5462
5462
|
</svg></button>
|
|
5463
5463
|
</h2>
|
|
5464
5464
|
<p class="t-editor__paragraph">Set up the development environment:</p>
|
|
5465
|
-
<div id="
|
|
5465
|
+
<div id="vjXGmMyBM9WyMtGcfiKMv" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
5466
5466
|
<pre style="
|
|
5467
5467
|
--line-digits: 2;
|
|
5468
5468
|
--line-number-start: -1;
|
|
@@ -5477,7 +5477,7 @@ blockquote.t-editor__quote > * {
|
|
|
5477
5477
|
</svg></button>
|
|
5478
5478
|
</div>
|
|
5479
5479
|
<p class="t-editor__paragraph">To symlink the package and use it globally on your machine:</p>
|
|
5480
|
-
<div id="
|
|
5480
|
+
<div id="WCPw0ZcL2IrTHOT7vhmSj" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
5481
5481
|
<pre style="
|
|
5482
5482
|
--line-digits: 2;
|
|
5483
5483
|
--line-number-start: -1;
|
package/index.js
CHANGED
|
@@ -69167,7 +69167,7 @@ import { Command as Command50 } from "commander";
|
|
|
69167
69167
|
|
|
69168
69168
|
// package.json
|
|
69169
69169
|
var name = "@scalar/cli";
|
|
69170
|
-
var version = "1.9.
|
|
69170
|
+
var version = "1.9.9";
|
|
69171
69171
|
var bin = {
|
|
69172
69172
|
scalar: "./dist/index.js",
|
|
69173
69173
|
"scalar-cli": "./dist/index.js"
|
|
@@ -86982,7 +86982,7 @@ var monthlyUsageSchema = zod_default.object({
|
|
|
86982
86982
|
messages: zod_default.number()
|
|
86983
86983
|
}).meta({ id: "monthly-usage" });
|
|
86984
86984
|
|
|
86985
|
-
// ../../node_modules/.pnpm/@scalar+helpers@0.8.
|
|
86985
|
+
// ../../node_modules/.pnpm/@scalar+helpers@0.8.2/node_modules/@scalar/helpers/dist/http/http-methods.js
|
|
86986
86986
|
var HTTP_METHODS = ["delete", "get", "head", "options", "patch", "post", "put", "trace"];
|
|
86987
86987
|
var httpMethods = Object.freeze(new Set(HTTP_METHODS));
|
|
86988
86988
|
|
|
@@ -87787,12 +87787,17 @@ var signupDataSchema = external_exports.object({
|
|
|
87787
87787
|
|
|
87788
87788
|
// ../../packages/entities/dist/sdk/scalar-config.js
|
|
87789
87789
|
var import_yaml = __toESM(require_dist(), 1);
|
|
87790
|
+
import semver4 from "semver";
|
|
87791
|
+
|
|
87792
|
+
// ../../packages/entities/dist/sdk/helpers.js
|
|
87793
|
+
import semver3 from "semver";
|
|
87790
87794
|
|
|
87791
87795
|
// ../../packages/entities/dist/sdk/schema.js
|
|
87792
87796
|
var SdkLanguage;
|
|
87793
87797
|
(function(SdkLanguage2) {
|
|
87794
87798
|
SdkLanguage2["Typescript"] = "typescript";
|
|
87795
87799
|
SdkLanguage2["Python"] = "python";
|
|
87800
|
+
SdkLanguage2["Cli"] = "cli";
|
|
87796
87801
|
SdkLanguage2["CSharp"] = "csharp";
|
|
87797
87802
|
SdkLanguage2["Java"] = "java";
|
|
87798
87803
|
SdkLanguage2["Ruby"] = "ruby";
|
|
@@ -87807,6 +87812,7 @@ var SdkLanguage;
|
|
|
87807
87812
|
var SdkLanguageLabels = {
|
|
87808
87813
|
[SdkLanguage.Typescript]: "Typescript",
|
|
87809
87814
|
[SdkLanguage.Python]: "Python",
|
|
87815
|
+
[SdkLanguage.Cli]: "CLI",
|
|
87810
87816
|
[SdkLanguage.CSharp]: "C#",
|
|
87811
87817
|
[SdkLanguage.Java]: "Java",
|
|
87812
87818
|
[SdkLanguage.Ruby]: "Ruby",
|
|
@@ -87818,32 +87824,74 @@ var SdkLanguageLabels = {
|
|
|
87818
87824
|
[SdkLanguage.Cpp]: "C++",
|
|
87819
87825
|
[SdkLanguage.Dart]: "Dart"
|
|
87820
87826
|
};
|
|
87821
|
-
var
|
|
87822
|
-
|
|
87823
|
-
|
|
87824
|
-
|
|
87827
|
+
var SdkLanguageExperimental = {
|
|
87828
|
+
[SdkLanguage.Typescript]: false,
|
|
87829
|
+
[SdkLanguage.Python]: false,
|
|
87830
|
+
[SdkLanguage.Cli]: false,
|
|
87831
|
+
[SdkLanguage.CSharp]: true,
|
|
87832
|
+
[SdkLanguage.Java]: true,
|
|
87833
|
+
[SdkLanguage.Ruby]: true,
|
|
87834
|
+
[SdkLanguage.Php]: true,
|
|
87835
|
+
[SdkLanguage.Go]: true,
|
|
87836
|
+
[SdkLanguage.Rust]: true,
|
|
87837
|
+
[SdkLanguage.Kotlin]: true,
|
|
87838
|
+
[SdkLanguage.Swift]: true,
|
|
87839
|
+
[SdkLanguage.Cpp]: true,
|
|
87840
|
+
[SdkLanguage.Dart]: true
|
|
87841
|
+
};
|
|
87842
|
+
var sdkTargetDestinationSchema = external_exports.object({
|
|
87843
|
+
provider: external_exports.literal("github").default("github"),
|
|
87844
|
+
linkedBy: external_exports.string(),
|
|
87845
|
+
/**
|
|
87846
|
+
* GitHub App installation that grants push access. Optional because legacy
|
|
87847
|
+
* links predate it and it is derivable from `linkedBy` + repo at sync time.
|
|
87848
|
+
*/
|
|
87849
|
+
installationId: external_exports.number().int().optional(),
|
|
87850
|
+
id: external_exports.number().int(),
|
|
87851
|
+
/** "owner/repo" */
|
|
87852
|
+
name: external_exports.string().min(2),
|
|
87853
|
+
baseBranch: external_exports.string().min(1).default("main"),
|
|
87854
|
+
publishOnMerge: external_exports.boolean().default(false),
|
|
87855
|
+
prComments: external_exports.boolean().default(false),
|
|
87856
|
+
expired: external_exports.boolean().default(false)
|
|
87857
|
+
}).meta({ id: "sdk-target-destination" });
|
|
87858
|
+
var sdkTargetSchema = external_exports.object({
|
|
87859
|
+
language: external_exports.enum(SdkLanguage),
|
|
87860
|
+
slug: slugSchema,
|
|
87861
|
+
destination: sdkTargetDestinationSchema.nullable().default(null)
|
|
87862
|
+
}).meta({ id: "sdk-target" });
|
|
87863
|
+
var sdkVersionTargetStateSchema = external_exports.object({
|
|
87825
87864
|
activeSync: external_exports.object({
|
|
87826
87865
|
repository: external_exports.string(),
|
|
87827
87866
|
pullRequest: external_exports.number(),
|
|
87828
87867
|
commitHash: external_exports.string()
|
|
87829
87868
|
}).optional(),
|
|
87830
87869
|
activeBuild: nanoidSchema.optional()
|
|
87870
|
+
}).meta({ id: "sdk-version-target-state" });
|
|
87871
|
+
var sdkVersionStatusSchema = external_exports.enum(["draft", "published"]);
|
|
87872
|
+
var sdkVersionSchema = external_exports.object({
|
|
87873
|
+
version: docVersionSchema,
|
|
87874
|
+
apiVersion: docVersionSchema,
|
|
87875
|
+
createdAt: timestampSchema.optional(),
|
|
87876
|
+
/** Draft while being edited; published once a build of it succeeds. */
|
|
87877
|
+
status: sdkVersionStatusSchema.default("published"),
|
|
87878
|
+
/** Config snapshot for this version. Defaults to `{}` so pre-migration docs still validate. */
|
|
87879
|
+
config: external_exports.string().default("{}"),
|
|
87880
|
+
/** Language targets this version ships, derived from `config`. */
|
|
87881
|
+
languages: external_exports.enum(SdkLanguage).array().default([]),
|
|
87882
|
+
publishedAt: timestampSchema.optional(),
|
|
87883
|
+
/** What created/last-touched this version, for display. */
|
|
87884
|
+
changeSource: external_exports.enum(["user", "api-version", "created"]).optional(),
|
|
87885
|
+
changeNote: external_exports.string().optional(),
|
|
87886
|
+
/** Active sync/build per language, for this version. */
|
|
87887
|
+
targets: external_exports.partialRecord(external_exports.enum(SdkLanguage), sdkVersionTargetStateSchema).default({})
|
|
87831
87888
|
}).meta({ id: "sdk-version" });
|
|
87832
|
-
var sdkRepositorySchema = external_exports.object({
|
|
87833
|
-
linkedBy: external_exports.string(),
|
|
87834
|
-
id: external_exports.number(),
|
|
87835
|
-
name: external_exports.string().min(2),
|
|
87836
|
-
baseBranch: external_exports.string().min(1).default("main")
|
|
87837
|
-
}).meta({ id: "sdk-repository" });
|
|
87838
87889
|
var sdkSchema = baseRegistrySchema.extend({
|
|
87839
87890
|
/**
|
|
87840
|
-
*
|
|
87841
|
-
*
|
|
87842
|
-
* moment.
|
|
87891
|
+
* The registry API this SDK is generated from. Null when unlinked — the SDK
|
|
87892
|
+
* keeps its versions/builds but can't build a new version until re-linked.
|
|
87843
87893
|
*/
|
|
87844
|
-
apiUid: nanoidSchema,
|
|
87845
|
-
/** Linked GitHub repository */
|
|
87846
|
-
repository: sdkRepositorySchema.nullable().default(null),
|
|
87894
|
+
apiUid: nanoidSchema.nullable(),
|
|
87847
87895
|
/**
|
|
87848
87896
|
* Current latest revision
|
|
87849
87897
|
* for SDK. Can be selected
|
|
@@ -87852,9 +87900,18 @@ var sdkSchema = baseRegistrySchema.extend({
|
|
|
87852
87900
|
currentVersion: nanoidSchema,
|
|
87853
87901
|
/** All versions available for SDK. */
|
|
87854
87902
|
versions: sdkVersionSchema.array().default([]),
|
|
87855
|
-
/**
|
|
87856
|
-
|
|
87857
|
-
|
|
87903
|
+
/**
|
|
87904
|
+
* Persistent per-language registry: every language the SDK has, each with its
|
|
87905
|
+
* registry slug + git destination. Survives across versions — destinations and
|
|
87906
|
+
* slugs persist even when a version drops a language. The *active* language set
|
|
87907
|
+
* is the latest published version's `languages`.
|
|
87908
|
+
*/
|
|
87909
|
+
targets: sdkTargetSchema.array().min(1),
|
|
87910
|
+
/**
|
|
87911
|
+
* @deprecated Config now lives per-version (`sdkVersionSchema.config`). Kept
|
|
87912
|
+
* optional for the migration/legacy path; new code reads the version config.
|
|
87913
|
+
*/
|
|
87914
|
+
config: external_exports.string().optional()
|
|
87858
87915
|
}).meta({ id: "sdk" });
|
|
87859
87916
|
var sdkBuildStatusSchema = external_exports.enum(["pending", "error", "generated"]).meta({ id: "sdk-build-status" });
|
|
87860
87917
|
var sdkGitStatusSchema = external_exports.enum(["pending", "error", "synced"]).meta({ id: "sdk-git-status" });
|
|
@@ -87875,33 +87932,44 @@ var sdkBuildGitSchema = external_exports.object({
|
|
|
87875
87932
|
pullRequest: external_exports.number(),
|
|
87876
87933
|
commitHash: external_exports.string()
|
|
87877
87934
|
}).optional().meta({ id: "sdk-build-git" });
|
|
87878
|
-
var
|
|
87879
|
-
|
|
87935
|
+
var sdkBuildTargetSchema = external_exports.object({
|
|
87936
|
+
/** SDK language to generate */
|
|
87937
|
+
language: external_exports.enum(SdkLanguage),
|
|
87938
|
+
/** Per-target published slug the artifact lands under */
|
|
87939
|
+
slug: slugSchema,
|
|
87880
87940
|
/** Build status */
|
|
87881
87941
|
buildStatus: sdkBuildStatusSchema,
|
|
87882
|
-
/** Additional build message
|
|
87942
|
+
/** Additional build message */
|
|
87883
87943
|
buildMessage: external_exports.string().optional(),
|
|
87884
87944
|
/** Git sync status */
|
|
87885
87945
|
gitStatus: sdkGitStatusSchema.optional(),
|
|
87886
87946
|
/** Additional git message */
|
|
87887
87947
|
gitMessage: external_exports.string().optional(),
|
|
87888
|
-
/**
|
|
87889
|
-
|
|
87948
|
+
/** Linked git repository name */
|
|
87949
|
+
repository: external_exports.string().nullable().optional(),
|
|
87950
|
+
/** Git sync commit and PR */
|
|
87951
|
+
gitSync: sdkBuildGitSchema
|
|
87952
|
+
}).meta({ id: "sdk-build-target" });
|
|
87953
|
+
var sdkBuildSchema = entitySchema.extend({
|
|
87954
|
+
teamUid: nanoidSchema,
|
|
87890
87955
|
/** SDK metadata on generation */
|
|
87891
87956
|
sdk: sdkbuildSdkSchema,
|
|
87892
87957
|
/** Original API used to generate SDK */
|
|
87893
87958
|
api: sdkBuildApiSchema,
|
|
87894
87959
|
/** Custom SDK config */
|
|
87895
87960
|
config: external_exports.string(),
|
|
87896
|
-
/** Linked git repository name */
|
|
87897
|
-
repository: external_exports.string().nullable().optional(),
|
|
87898
|
-
/** Git sync commit and PR */
|
|
87899
|
-
gitSync: sdkBuildGitSchema,
|
|
87900
|
-
/** Extended generation logs */
|
|
87901
|
-
generationLog: external_exports.string().optional(),
|
|
87902
87961
|
/** Should auto set active sdk version */
|
|
87903
|
-
autoBump: external_exports.boolean().default(false)
|
|
87962
|
+
autoBump: external_exports.boolean().default(false),
|
|
87963
|
+
/** Per-language build targets */
|
|
87964
|
+
targets: sdkBuildTargetSchema.array().min(1)
|
|
87904
87965
|
}).meta({ id: "sdk-build" });
|
|
87966
|
+
var sdkBuildLogChunkSchema = entitySchema.extend({
|
|
87967
|
+
teamUid: nanoidSchema,
|
|
87968
|
+
buildUid: nanoidSchema,
|
|
87969
|
+
/** Monotonic order within a build. */
|
|
87970
|
+
sequence: external_exports.number().int(),
|
|
87971
|
+
chunk: external_exports.string()
|
|
87972
|
+
}).meta({ id: "sdk-build-log-chunk" });
|
|
87905
87973
|
var sdkCodeSampleSchema = external_exports.object({
|
|
87906
87974
|
lang: external_exports.string(),
|
|
87907
87975
|
label: external_exports.string(),
|
|
@@ -87942,11 +88010,19 @@ var sdkLanguageToScalarTarget = {
|
|
|
87942
88010
|
[SdkLanguage.Kotlin]: "kotlin",
|
|
87943
88011
|
[SdkLanguage.Swift]: "swift",
|
|
87944
88012
|
[SdkLanguage.Cpp]: "cpp",
|
|
87945
|
-
[SdkLanguage.Dart]: "dart"
|
|
88013
|
+
[SdkLanguage.Dart]: "dart",
|
|
88014
|
+
[SdkLanguage.Cli]: "cli"
|
|
87946
88015
|
};
|
|
88016
|
+
var scalarTargetDestinationsSchema = external_exports.object({
|
|
88017
|
+
production: external_exports.object({
|
|
88018
|
+
repo: external_exports.string(),
|
|
88019
|
+
branch: external_exports.string().optional()
|
|
88020
|
+
}).optional()
|
|
88021
|
+
}).meta({ id: "scalar-target-destinations" });
|
|
87947
88022
|
var scalarTargetEntrySchema = external_exports.looseObject({
|
|
87948
88023
|
packageName: external_exports.string().optional(),
|
|
87949
|
-
version: external_exports.string().optional()
|
|
88024
|
+
version: external_exports.string().optional(),
|
|
88025
|
+
destinations: scalarTargetDestinationsSchema.optional()
|
|
87950
88026
|
}).meta({ id: "scalar-target-entry" });
|
|
87951
88027
|
var scalarClientSettingsSchema = external_exports.looseObject({
|
|
87952
88028
|
opts: external_exports.record(external_exports.string(), external_exports.any()).optional(),
|
|
@@ -87967,59 +88043,10 @@ var scalarSdkConfigSchema = external_exports.looseObject({
|
|
|
87967
88043
|
codeSampleLanguages: scalarTargetLanguageSchema.array().optional(),
|
|
87968
88044
|
diagnostics: scalarDiagnosticsSchema.optional()
|
|
87969
88045
|
}).meta({ id: "scalar-sdk-config" });
|
|
87970
|
-
|
|
87971
|
-
|
|
87972
|
-
|
|
87973
|
-
|
|
87974
|
-
return `@${namespace}/${base}`;
|
|
87975
|
-
if (language === SdkLanguage.Cpp)
|
|
87976
|
-
return `${namespace}_${base}`;
|
|
87977
|
-
return `${namespace}-${base}`;
|
|
87978
|
-
}
|
|
87979
|
-
function makeScalarSdkConfig({ namespace, slug, version: version3, language, className }) {
|
|
87980
|
-
const primaryTarget = sdkLanguageToScalarTarget[language];
|
|
87981
|
-
const sdkClassName = className || slug;
|
|
87982
|
-
return scalarSdkConfigSchema.parse({
|
|
87983
|
-
version: version3,
|
|
87984
|
-
clientSettings: {
|
|
87985
|
-
defaultEnvPrefix: namespace.toUpperCase()
|
|
87986
|
-
},
|
|
87987
|
-
targets: {
|
|
87988
|
-
[primaryTarget]: {
|
|
87989
|
-
packageName: buildPackageName(language, namespace, slug),
|
|
87990
|
-
version: version3
|
|
87991
|
-
}
|
|
87992
|
-
},
|
|
87993
|
-
resources: {
|
|
87994
|
-
[sdkClassName]: {}
|
|
87995
|
-
}
|
|
87996
|
-
});
|
|
87997
|
-
}
|
|
87998
|
-
var scalarBuildInputSchema = external_exports.object({
|
|
87999
|
-
namespace: namespaceSchema,
|
|
88000
|
-
slug: slugSchema,
|
|
88001
|
-
version: docVersionSchema,
|
|
88002
|
-
language: external_exports.enum(SdkLanguage),
|
|
88003
|
-
customConfig: external_exports.string(),
|
|
88004
|
-
className: external_exports.string().optional()
|
|
88005
|
-
}).transform(({ namespace, slug, version: version3, language, customConfig, className }) => {
|
|
88006
|
-
const parsed = scalarSdkConfigSchema.parse(JSON.parse(customConfig));
|
|
88007
|
-
const merged = {
|
|
88008
|
-
...makeScalarSdkConfig({
|
|
88009
|
-
namespace,
|
|
88010
|
-
slug,
|
|
88011
|
-
version: version3,
|
|
88012
|
-
language,
|
|
88013
|
-
className
|
|
88014
|
-
}),
|
|
88015
|
-
...parsed,
|
|
88016
|
-
version: version3
|
|
88017
|
-
};
|
|
88018
|
-
return import_yaml.default.stringify(merged);
|
|
88019
|
-
}).meta({ id: "scalar-build-input" });
|
|
88020
|
-
|
|
88021
|
-
// ../../packages/entities/dist/sdk/helpers.js
|
|
88022
|
-
import semver3 from "semver";
|
|
88046
|
+
var scalarTargetToSdkLanguage = Object.fromEntries(Object.entries(sdkLanguageToScalarTarget).map(([language, target]) => [
|
|
88047
|
+
target,
|
|
88048
|
+
language
|
|
88049
|
+
]));
|
|
88023
88050
|
|
|
88024
88051
|
// ../../packages/entities/dist/team/access.js
|
|
88025
88052
|
var ExternalAccessMethod;
|
|
@@ -88659,6 +88686,7 @@ var BaseCollections = {
|
|
|
88659
88686
|
LoginPortals: (teamUid) => `team/${teamUid}/login-portals`,
|
|
88660
88687
|
Sdks: (teamUid) => `team/${teamUid}/sdks`,
|
|
88661
88688
|
SdkBuilds: (teamUid) => `team/${teamUid}/sdk-builds`,
|
|
88689
|
+
SdkBuildLogs: (teamUid) => `team/${teamUid}/sdk-build-logs`,
|
|
88662
88690
|
PersonalTokens: (userUid) => `user/${userUid}/personal-tokens`,
|
|
88663
88691
|
IdentityProviders: (teamUid) => `team/${teamUid}/identity-providers`,
|
|
88664
88692
|
Workspaces: (teamUid) => `team/${teamUid}/workspaces`,
|
|
@@ -89017,16 +89045,16 @@ function loginPortalsApiFactory(requestService) {
|
|
|
89017
89045
|
|
|
89018
89046
|
// ../../packages/service-api/dist/apis/managed-docs.js
|
|
89019
89047
|
function managedDocsApiFactory(requestService) {
|
|
89020
|
-
async function get(namespace, slug,
|
|
89048
|
+
async function get(namespace, slug, semver6) {
|
|
89021
89049
|
return await requestService.request({
|
|
89022
|
-
url: `core/managed-doc/${namespace}/${slug}/version/${
|
|
89050
|
+
url: `core/managed-doc/${namespace}/${slug}/version/${semver6}`,
|
|
89023
89051
|
method: "get",
|
|
89024
89052
|
schema: external_exports.string()
|
|
89025
89053
|
});
|
|
89026
89054
|
}
|
|
89027
|
-
async function getVersionMetadata(namespace, slug,
|
|
89055
|
+
async function getVersionMetadata(namespace, slug, semver6) {
|
|
89028
89056
|
return await requestService.request({
|
|
89029
|
-
url: `core/managed-doc/${namespace}/${slug}/version/${
|
|
89057
|
+
url: `core/managed-doc/${namespace}/${slug}/version/${semver6}/metadata`,
|
|
89030
89058
|
method: "get",
|
|
89031
89059
|
schema: managedDocVersionSchema
|
|
89032
89060
|
});
|
|
@@ -89113,9 +89141,9 @@ function managedDocsApiFactory(requestService) {
|
|
|
89113
89141
|
schema: managedDocVersionSchema
|
|
89114
89142
|
});
|
|
89115
89143
|
}
|
|
89116
|
-
async function updateVersion(namespace, slug,
|
|
89144
|
+
async function updateVersion(namespace, slug, semver6, data) {
|
|
89117
89145
|
return await requestService.request({
|
|
89118
|
-
url: `core/managed-doc/${namespace}/${slug}/version/${
|
|
89146
|
+
url: `core/managed-doc/${namespace}/${slug}/version/${semver6}`,
|
|
89119
89147
|
method: "patch",
|
|
89120
89148
|
data,
|
|
89121
89149
|
schema: external_exports.object({
|
|
@@ -89125,9 +89153,9 @@ function managedDocsApiFactory(requestService) {
|
|
|
89125
89153
|
})
|
|
89126
89154
|
});
|
|
89127
89155
|
}
|
|
89128
|
-
async function deleteVersion(namespace, slug,
|
|
89156
|
+
async function deleteVersion(namespace, slug, semver6) {
|
|
89129
89157
|
return await requestService.request({
|
|
89130
|
-
url: `core/managed-doc/${namespace}/${slug}/version/${
|
|
89158
|
+
url: `core/managed-doc/${namespace}/${slug}/version/${semver6}`,
|
|
89131
89159
|
method: "delete",
|
|
89132
89160
|
schema: external_exports.null()
|
|
89133
89161
|
});
|
|
@@ -89182,9 +89210,9 @@ function managedDocsApiFactory(requestService) {
|
|
|
89182
89210
|
})
|
|
89183
89211
|
});
|
|
89184
89212
|
}
|
|
89185
|
-
async function updateMcpTools({ namespace, slug, semver:
|
|
89213
|
+
async function updateMcpTools({ namespace, slug, semver: semver6, tools }) {
|
|
89186
89214
|
return await requestService.request({
|
|
89187
|
-
url: `core/managed-doc/${namespace}/${slug}/version/${
|
|
89215
|
+
url: `core/managed-doc/${namespace}/${slug}/version/${semver6}/tools`,
|
|
89188
89216
|
method: "post",
|
|
89189
89217
|
data: tools,
|
|
89190
89218
|
schema: external_exports.null()
|
|
@@ -89441,16 +89469,6 @@ function sdksApiFactory(requestService) {
|
|
|
89441
89469
|
schema: external_exports.string()
|
|
89442
89470
|
});
|
|
89443
89471
|
}
|
|
89444
|
-
async function bulkCreate(data) {
|
|
89445
|
-
return await requestService.request({
|
|
89446
|
-
url: "core/v1/sdks/bulk",
|
|
89447
|
-
method: "post",
|
|
89448
|
-
data,
|
|
89449
|
-
schema: external_exports.object({
|
|
89450
|
-
uids: nanoidSchema.array()
|
|
89451
|
-
})
|
|
89452
|
-
});
|
|
89453
|
-
}
|
|
89454
89472
|
async function update(uid, data) {
|
|
89455
89473
|
return await requestService.request({
|
|
89456
89474
|
url: `core/v1/sdks/${uid}`,
|
|
@@ -89482,6 +89500,29 @@ function sdksApiFactory(requestService) {
|
|
|
89482
89500
|
schema: external_exports.null()
|
|
89483
89501
|
});
|
|
89484
89502
|
}
|
|
89503
|
+
async function discardDraft(uid) {
|
|
89504
|
+
return await requestService.request({
|
|
89505
|
+
url: `core/v1/sdks/${uid}/draft`,
|
|
89506
|
+
method: "delete",
|
|
89507
|
+
schema: external_exports.null()
|
|
89508
|
+
});
|
|
89509
|
+
}
|
|
89510
|
+
async function deleteVersion(data) {
|
|
89511
|
+
return await requestService.request({
|
|
89512
|
+
url: "core/v1/sdks/version",
|
|
89513
|
+
method: "delete",
|
|
89514
|
+
data,
|
|
89515
|
+
schema: external_exports.null()
|
|
89516
|
+
});
|
|
89517
|
+
}
|
|
89518
|
+
async function fromConfig(data) {
|
|
89519
|
+
return await requestService.request({
|
|
89520
|
+
url: "core/v1/sdks/from-config",
|
|
89521
|
+
method: "post",
|
|
89522
|
+
data,
|
|
89523
|
+
schema: external_exports.string()
|
|
89524
|
+
});
|
|
89525
|
+
}
|
|
89485
89526
|
async function available(data) {
|
|
89486
89527
|
return await requestService.request({
|
|
89487
89528
|
url: "core/v1/sdks/available",
|
|
@@ -89524,37 +89565,39 @@ function sdksApiFactory(requestService) {
|
|
|
89524
89565
|
schema: external_exports.null()
|
|
89525
89566
|
});
|
|
89526
89567
|
}
|
|
89527
|
-
async function unlinkRepo(
|
|
89568
|
+
async function unlinkRepo(data) {
|
|
89528
89569
|
return await requestService.request({
|
|
89529
89570
|
url: "core/v1/sdks/repository",
|
|
89530
89571
|
method: "delete",
|
|
89531
|
-
data
|
|
89572
|
+
data,
|
|
89532
89573
|
schema: external_exports.null()
|
|
89533
89574
|
});
|
|
89534
89575
|
}
|
|
89535
|
-
async function syncBuild(
|
|
89576
|
+
async function syncBuild(data) {
|
|
89536
89577
|
return await requestService.request({
|
|
89537
89578
|
url: "core/v1/sdks/sync",
|
|
89538
89579
|
method: "post",
|
|
89539
|
-
data
|
|
89580
|
+
data,
|
|
89540
89581
|
schema: external_exports.null()
|
|
89541
89582
|
});
|
|
89542
89583
|
}
|
|
89543
|
-
async function build(sdkUid, version3) {
|
|
89584
|
+
async function build(sdkUid, version3, languages) {
|
|
89544
89585
|
return await requestService.request({
|
|
89545
89586
|
url: "core/v1/sdks/build",
|
|
89546
89587
|
method: "post",
|
|
89547
|
-
data: { sdkUid, version: version3 },
|
|
89588
|
+
data: { sdkUid, version: version3, languages },
|
|
89548
89589
|
schema: external_exports.null()
|
|
89549
89590
|
});
|
|
89550
89591
|
}
|
|
89551
89592
|
return {
|
|
89552
89593
|
create,
|
|
89553
|
-
|
|
89594
|
+
fromConfig,
|
|
89554
89595
|
createVersion,
|
|
89555
89596
|
previewCodeSamples,
|
|
89556
89597
|
update,
|
|
89557
89598
|
delete: del,
|
|
89599
|
+
discardDraft,
|
|
89600
|
+
deleteVersion,
|
|
89558
89601
|
available,
|
|
89559
89602
|
addAccessGroup,
|
|
89560
89603
|
removeAccessGroup,
|
|
@@ -91986,7 +92029,8 @@ function buildAsset(namespace, asset, slug) {
|
|
|
91986
92029
|
url: (opts) => {
|
|
91987
92030
|
const query = [
|
|
91988
92031
|
opts?.format ? `format=${registryFormat(opts.format)}` : "",
|
|
91989
|
-
opts?.variant === "processed" ? "variant=processed" : ""
|
|
92032
|
+
opts?.variant === "processed" ? "variant=processed" : "",
|
|
92033
|
+
opts?.lang ? `lang=${opts.lang}` : ""
|
|
91990
92034
|
].filter(Boolean).join("&");
|
|
91991
92035
|
return `@${namespace}/${asset}/${slug}@${versionFormat(opts?.version)}${query ? `?${query}` : ""}`;
|
|
91992
92036
|
}
|
|
@@ -92165,10 +92209,8 @@ function BundleCommand() {
|
|
|
92165
92209
|
function registryUrl(path13) {
|
|
92166
92210
|
return `${config2.projects.registry}/${path13}`;
|
|
92167
92211
|
}
|
|
92168
|
-
|
|
92169
|
-
|
|
92170
|
-
function schemaDashboardUrl(uid) {
|
|
92171
|
-
return `${config2.projects.dashboard}/schemas/${uid}`;
|
|
92212
|
+
function dashboardUrl(asset, uid) {
|
|
92213
|
+
return `${config2.projects.dashboard}/registry/${asset}/${uid}`;
|
|
92172
92214
|
}
|
|
92173
92215
|
|
|
92174
92216
|
// src/domains/schema/publish.ts
|
|
@@ -92306,12 +92348,13 @@ var PublishSchemaCommand = () => {
|
|
|
92306
92348
|
if (publishRes.error)
|
|
92307
92349
|
return output.error().title(publishRes.message).exit("error");
|
|
92308
92350
|
const schema = registry2(namespace).schemas(slug);
|
|
92309
|
-
const
|
|
92351
|
+
const schemaUrl = dashboardUrl(
|
|
92352
|
+
RegistryAsset2.Schemas,
|
|
92310
92353
|
matchingSchema?.uid ?? publishRes.data.uid
|
|
92311
92354
|
);
|
|
92312
92355
|
logger.update("loader", 0, {
|
|
92313
92356
|
content: `Successfully published v${version3} for ${slug}.`
|
|
92314
|
-
}).line().line(`${as6.green("\u279C")} ${as6.white.bold("View in dashboard:")}`).line(as6.cyan(
|
|
92357
|
+
}).line().line(`${as6.green("\u279C")} ${as6.white.bold("View in dashboard:")}`).line(as6.cyan(schemaUrl)).line().line(`${as6.green("\u279C")} ${as6.white.bold("Registry Preview:")}`).line(as6.cyan(registryUrl(schema.url({ version: version3 })))).line().line(`${as6.green("\u279C")} ${as6.white.bold("Registry YAML:")}`).line(as6.cyan(registryUrl(schema.url({ version: version3, format: "yaml" })))).line().line(`${as6.green("\u279C")} ${as6.white.bold("Registry JSON:")}`).line(as6.cyan(registryUrl(schema.url({ version: version3, format: "json" })))).print();
|
|
92315
92358
|
});
|
|
92316
92359
|
return cmd2;
|
|
92317
92360
|
};
|
|
@@ -92537,15 +92580,15 @@ var CreateSdkCommand = () => {
|
|
|
92537
92580
|
const logger = output.info().loader("Creating the SDK");
|
|
92538
92581
|
const response = await client.sdks.create({
|
|
92539
92582
|
apiUid,
|
|
92540
|
-
language
|
|
92583
|
+
languages: [language]
|
|
92541
92584
|
});
|
|
92542
92585
|
if (response.error) {
|
|
92543
92586
|
return output.error().title("Something went wrong").message(response.message).exit("error");
|
|
92544
92587
|
}
|
|
92545
92588
|
logger.update("loader", 0, { content: "SDK created successfully!" });
|
|
92546
|
-
const
|
|
92589
|
+
const dashboardUrl2 = `${config2.projects.dashboard}/sdk/${response.data}`;
|
|
92547
92590
|
logger.message(
|
|
92548
|
-
`View your SDK in the Scalar dashboard: ${as7.cyan(
|
|
92591
|
+
`View your SDK in the Scalar dashboard: ${as7.cyan(dashboardUrl2)}`
|
|
92549
92592
|
).exit("success");
|
|
92550
92593
|
});
|
|
92551
92594
|
return cmd2;
|
|
@@ -94323,6 +94366,7 @@ var pageFrontmatterSchema = external_exports.object({
|
|
|
94323
94366
|
tabs: external_exports.boolean().optional(),
|
|
94324
94367
|
pageTitle: external_exports.boolean().optional(),
|
|
94325
94368
|
pageActions: external_exports.boolean().optional(),
|
|
94369
|
+
fullWidth: external_exports.boolean().optional().describe("Expand the page content to the full page width instead of the default centered column."),
|
|
94326
94370
|
search: external_exports.object({
|
|
94327
94371
|
position: external_exports.enum(["header", "sidebar"]).optional().describe("The position of the search bar in this page"),
|
|
94328
94372
|
enabled: external_exports.boolean().optional().describe("Enable or disable search for this page")
|
|
@@ -94552,6 +94596,21 @@ var llmPageSchema = zod_default.object({
|
|
|
94552
94596
|
filepath: zod_default.string()
|
|
94553
94597
|
});
|
|
94554
94598
|
|
|
94599
|
+
// ../../packages/scalar-config/dist/schema/sdks.js
|
|
94600
|
+
var sdkConfigSchema = external_exports.object({
|
|
94601
|
+
title: external_exports.string().optional().describe("Display name for the SDK."),
|
|
94602
|
+
description: external_exports.string().optional().describe("Description of the SDK."),
|
|
94603
|
+
slug: external_exports.string().optional().describe("Slug of the SDK in the team registry."),
|
|
94604
|
+
namespace: external_exports.string().optional().describe("Namespace of the SDK in the team registry."),
|
|
94605
|
+
api: external_exports.object({
|
|
94606
|
+
namespace: external_exports.string().optional().describe("Namespace of the source API in the registry."),
|
|
94607
|
+
slug: external_exports.string().describe("Slug of the source API. Matches an OpenAPI route in the project."),
|
|
94608
|
+
version: external_exports.string().optional().describe("Version of the source API.")
|
|
94609
|
+
}).describe("The project API this SDK is generated from."),
|
|
94610
|
+
config: scalarSdkConfigSchema.optional().describe("The SDK code generation config, inline as an object."),
|
|
94611
|
+
disableSync: external_exports.boolean().optional().describe("Skip auto-publishing this SDK config to the team registry on publish.")
|
|
94612
|
+
});
|
|
94613
|
+
|
|
94555
94614
|
// ../../packages/scalar-config/dist/schema/site-config.js
|
|
94556
94615
|
var redirectSchema = external_exports.object({
|
|
94557
94616
|
from: external_exports.string(),
|
|
@@ -94650,6 +94709,7 @@ var baseScalarConfigSchema = external_exports.object({
|
|
|
94650
94709
|
insertPageTitles: external_exports.boolean().optional().describe("Whether to insert an H1 with Title and Description at top of each guide page, or not. Deprecated. Write the title and description in the markdown instead."),
|
|
94651
94710
|
assetsDir: external_exports.string().optional().describe("Specify an assets folder to serve custom assets such as media files. These are served globally from the root path, e.g. /picture.png"),
|
|
94652
94711
|
ruleset: rulesetConfigSchema.optional().describe("Default Spectral ruleset and publish policy applied to every OpenAPI route. Per-route ruleset config overrides individual keys."),
|
|
94712
|
+
sdks: external_exports.record(external_exports.string(), sdkConfigSchema).optional().describe("SDKs generated from the project APIs, keyed by SDK slug, each declaring its language targets. Lets the editor resolve SDK info from project APIs offline."),
|
|
94653
94713
|
siteConfig: siteConfigSchema
|
|
94654
94714
|
});
|
|
94655
94715
|
var externalScalarConfigSchema = baseScalarConfigSchema.extend({
|
|
@@ -95807,13 +95867,13 @@ import { cancel, confirm as confirm3, isCancel, text as text6 } from "@clack/pro
|
|
|
95807
95867
|
import as29 from "ansis";
|
|
95808
95868
|
import { Command as Command34 } from "commander";
|
|
95809
95869
|
|
|
95810
|
-
// ../../node_modules/.pnpm/@scalar+galaxy@0.6.
|
|
95870
|
+
// ../../node_modules/.pnpm/@scalar+galaxy@0.6.7/node_modules/@scalar/galaxy/dist/3.1.json
|
|
95811
95871
|
var __default = {
|
|
95812
95872
|
openapi: "3.1.1",
|
|
95813
95873
|
info: {
|
|
95814
95874
|
title: "Scalar Galaxy",
|
|
95815
95875
|
description: "The Scalar Galaxy is an example OpenAPI document to test OpenAPI tools and libraries. It's a fictional universe with fictional planets and fictional data.\n\n## Resources\n\n* https://github.com/scalar/scalar\n* https://github.com/OAI/OpenAPI-Specification\n* https://scalar.com\n\n## Markdown Support\n\nAll descriptions *can* contain ~~tons of text~~ **Markdown**. [If GitHub supports the syntax](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax), chances are we're supporting it, too.\n\n<details>\n <summary>Examples</summary>\n\n **Blockquotes**\n\n > I love OpenAPI. <3\n\n **Tables**\n\n | Feature | Availability |\n | ---------------- | ------------ |\n | Markdown Support | \u2713 |\n\n **Accordion**\n\n ```html\n <details>\n <summary>Using Details Tags</summary>\n <p>HTML Example</p>\n </details>\n ```\n\n **Images**\n\n Yes, there's support for images, too!\n\n \n\n **Alerts**\n\n > [!tip]\n > You can use Markdown alerts in your descriptions.\n\n</details>\n",
|
|
95816
|
-
version: "0.6.
|
|
95876
|
+
version: "0.6.7",
|
|
95817
95877
|
contact: {
|
|
95818
95878
|
name: "Scalar Support",
|
|
95819
95879
|
url: "https://scalar.com",
|
|
@@ -96301,6 +96361,7 @@ var __default = {
|
|
|
96301
96361
|
"Celestial Bodies"
|
|
96302
96362
|
],
|
|
96303
96363
|
summary: "Create a celestial body",
|
|
96364
|
+
description: "Stars, moons, comets, the occasional rogue asteroid \u2014 if it glows or drifts through the void, you can add it here.",
|
|
96304
96365
|
operationId: "createCelestialBody",
|
|
96305
96366
|
requestBody: {
|
|
96306
96367
|
description: "Celestial body to create",
|
|
@@ -98472,13 +98533,6 @@ import { Command as Command40 } from "commander";
|
|
|
98472
98533
|
import { bundle as bundle4 } from "@scalar/json-magic/bundle";
|
|
98473
98534
|
import { fetchUrls as fetchUrls4, readFiles as readFiles4 } from "@scalar/json-magic/bundle/plugins/node";
|
|
98474
98535
|
import { parseJsonOrYaml as parseJsonOrYaml2 } from "@scalar/oas-utils/helpers";
|
|
98475
|
-
|
|
98476
|
-
// src/domains/registry/publish/helpers/links.ts
|
|
98477
|
-
function apiDashboardUrl(uid) {
|
|
98478
|
-
return `${config2.projects.dashboard}/registry/apis/${uid}`;
|
|
98479
|
-
}
|
|
98480
|
-
|
|
98481
|
-
// src/domains/registry/publish/index.ts
|
|
98482
98536
|
var PublishCommand2 = () => {
|
|
98483
98537
|
const cmd2 = new Command40("publish");
|
|
98484
98538
|
cmd2.description("Publish an OpenAPI document to the Scalar registry");
|
|
@@ -98613,10 +98667,11 @@ var PublishCommand2 = () => {
|
|
|
98613
98667
|
content: `Successfully published v${version3} for ${apiSlug}.`
|
|
98614
98668
|
}).line().print();
|
|
98615
98669
|
const api = registry2(namespace).apis(apiSlug);
|
|
98616
|
-
const
|
|
98670
|
+
const apiUrl = dashboardUrl(
|
|
98671
|
+
RegistryAsset2.Apis,
|
|
98617
98672
|
matchingApi?.uid ?? publishRes.data.uid
|
|
98618
98673
|
);
|
|
98619
|
-
output.info().line(`${as33.green("\u279C")} ${as33.white.bold("View in dashboard:")}`).line(as33.cyan(
|
|
98674
|
+
output.info().line(`${as33.green("\u279C")} ${as33.white.bold("View in dashboard:")}`).line(as33.cyan(apiUrl)).line().line(`${as33.green("\u279C")} ${as33.white.bold("Registry Preview:")}`).line(as33.cyan(registryUrl(api.url({ version: version3 })))).line().line(`${as33.green("\u279C")} ${as33.white.bold("Registry YAML:")}`).line(as33.cyan(registryUrl(api.url({ version: version3, format: "yaml" })))).line().line(`${as33.green("\u279C")} ${as33.white.bold("Registry JSON:")}`).line(as33.cyan(registryUrl(api.url({ version: version3, format: "json" })))).print();
|
|
98620
98675
|
});
|
|
98621
98676
|
return cmd2;
|
|
98622
98677
|
};
|
|
@@ -98942,7 +98997,7 @@ import { Command as Command49 } from "commander";
|
|
|
98942
98997
|
|
|
98943
98998
|
// src/helpers/upgrade.ts
|
|
98944
98999
|
import as38 from "ansis";
|
|
98945
|
-
import
|
|
99000
|
+
import semver5 from "semver";
|
|
98946
99001
|
var packageJsonSchema = external_exports.object({
|
|
98947
99002
|
version: external_exports.string()
|
|
98948
99003
|
});
|
|
@@ -98955,7 +99010,7 @@ async function getRemotePackageJson(packageName, version3 = "latest") {
|
|
|
98955
99010
|
}
|
|
98956
99011
|
async function getUpgradeInformation() {
|
|
98957
99012
|
const { version: latestVersion } = await getRemotePackageJson(name);
|
|
98958
|
-
if (
|
|
99013
|
+
if (semver5.gte(version, latestVersion)) {
|
|
98959
99014
|
return {
|
|
98960
99015
|
upgrade: false
|
|
98961
99016
|
};
|
|
@@ -98988,7 +99043,7 @@ async function checkUpgrade() {
|
|
|
98988
99043
|
}
|
|
98989
99044
|
}).catch();
|
|
98990
99045
|
}
|
|
98991
|
-
if (
|
|
99046
|
+
if (semver5.lt(version, lastKnownVersion)) {
|
|
98992
99047
|
emitOutput();
|
|
98993
99048
|
}
|
|
98994
99049
|
}
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=24"
|
|
7
7
|
},
|
|
8
|
-
"version": "1.9.
|
|
8
|
+
"version": "1.9.9",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"scalar",
|
|
11
11
|
"openapi",
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
"@clack/prompts": "0.7.0",
|
|
23
23
|
"@fastify/static": "9.1.3",
|
|
24
24
|
"@hono/node-server": "2.0.1",
|
|
25
|
-
"@scalar/json-magic": "0.12.
|
|
26
|
-
"@scalar/mock-server": "0.10.
|
|
27
|
-
"@scalar/oas-utils": "0.18.
|
|
28
|
-
"@scalar/openapi-parser": "0.28.
|
|
29
|
-
"@scalar/openapi-to-markdown": "0.5.
|
|
25
|
+
"@scalar/json-magic": "0.12.16",
|
|
26
|
+
"@scalar/mock-server": "0.10.18",
|
|
27
|
+
"@scalar/oas-utils": "0.18.2",
|
|
28
|
+
"@scalar/openapi-parser": "0.28.7",
|
|
29
|
+
"@scalar/openapi-to-markdown": "0.5.23",
|
|
30
30
|
"@scalar/openapi-types": "0.9.1",
|
|
31
|
-
"@scalar/postman-to-openapi": "0.7.
|
|
32
|
-
"@scalar/themes": "0.
|
|
33
|
-
"@scalar/void-server": "2.5.
|
|
34
|
-
"@scalar/workspace-store": "0.
|
|
31
|
+
"@scalar/postman-to-openapi": "0.7.10",
|
|
32
|
+
"@scalar/themes": "0.16.0",
|
|
33
|
+
"@scalar/void-server": "2.5.1",
|
|
34
|
+
"@scalar/workspace-store": "0.54.1",
|
|
35
35
|
"@stoplight/spectral-core": "1.22.0",
|
|
36
36
|
"@stoplight/spectral-ruleset-bundler": "1.7.0",
|
|
37
37
|
"@stoplight/spectral-rulesets": "1.22.1",
|