docusaurus-theme-openapi-docs 0.0.0-691 → 0.0.0-693
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.
|
@@ -635,102 +635,6 @@
|
|
|
635
635
|
"description": "Modifies code snippet to incorporate ES6 (EcmaScript) features"
|
|
636
636
|
}
|
|
637
637
|
]
|
|
638
|
-
},
|
|
639
|
-
{
|
|
640
|
-
"key": "Request",
|
|
641
|
-
"options": [
|
|
642
|
-
{
|
|
643
|
-
"name": "Set indentation count",
|
|
644
|
-
"id": "indentCount",
|
|
645
|
-
"type": "positiveInteger",
|
|
646
|
-
"default": 2,
|
|
647
|
-
"description": "Set the number of indentation characters to add per code level"
|
|
648
|
-
},
|
|
649
|
-
{
|
|
650
|
-
"name": "Set indentation type",
|
|
651
|
-
"id": "indentType",
|
|
652
|
-
"type": "enum",
|
|
653
|
-
"availableOptions": ["Tab", "Space"],
|
|
654
|
-
"default": "Space",
|
|
655
|
-
"description": "Select the character used to indent lines of code"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"name": "Set request timeout",
|
|
659
|
-
"id": "requestTimeout",
|
|
660
|
-
"type": "positiveInteger",
|
|
661
|
-
"default": 0,
|
|
662
|
-
"description": "Set number of milliseconds the request should wait for a response before timing out (use 0 for infinity)"
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"name": "Follow redirects",
|
|
666
|
-
"id": "followRedirect",
|
|
667
|
-
"type": "boolean",
|
|
668
|
-
"default": true,
|
|
669
|
-
"description": "Automatically follow HTTP redirects"
|
|
670
|
-
},
|
|
671
|
-
{
|
|
672
|
-
"name": "Trim request body fields",
|
|
673
|
-
"id": "trimRequestBody",
|
|
674
|
-
"type": "boolean",
|
|
675
|
-
"default": false,
|
|
676
|
-
"description": "Remove white space and additional lines that may affect the server's response"
|
|
677
|
-
},
|
|
678
|
-
{
|
|
679
|
-
"name": "Enable ES6 features",
|
|
680
|
-
"id": "ES6_enabled",
|
|
681
|
-
"type": "boolean",
|
|
682
|
-
"default": false,
|
|
683
|
-
"description": "Modifies code snippet to incorporate ES6 (EcmaScript) features"
|
|
684
|
-
}
|
|
685
|
-
]
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"key": "Unirest",
|
|
689
|
-
"options": [
|
|
690
|
-
{
|
|
691
|
-
"name": "Set indentation count",
|
|
692
|
-
"id": "indentCount",
|
|
693
|
-
"type": "positiveInteger",
|
|
694
|
-
"default": 2,
|
|
695
|
-
"description": "Set the number of indentation characters to add per code level"
|
|
696
|
-
},
|
|
697
|
-
{
|
|
698
|
-
"name": "Set indentation type",
|
|
699
|
-
"id": "indentType",
|
|
700
|
-
"type": "enum",
|
|
701
|
-
"availableOptions": ["Tab", "Space"],
|
|
702
|
-
"default": "Space",
|
|
703
|
-
"description": "Select the character used to indent lines of code"
|
|
704
|
-
},
|
|
705
|
-
{
|
|
706
|
-
"name": "Set request timeout",
|
|
707
|
-
"id": "requestTimeout",
|
|
708
|
-
"type": "positiveInteger",
|
|
709
|
-
"default": 0,
|
|
710
|
-
"description": "Set number of milliseconds the request should wait for a response before timing out (use 0 for infinity)"
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"name": "Follow redirects",
|
|
714
|
-
"id": "followRedirect",
|
|
715
|
-
"type": "boolean",
|
|
716
|
-
"default": true,
|
|
717
|
-
"description": "Automatically follow HTTP redirects"
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
"name": "Trim request body fields",
|
|
721
|
-
"id": "trimRequestBody",
|
|
722
|
-
"type": "boolean",
|
|
723
|
-
"default": false,
|
|
724
|
-
"description": "Remove white space and additional lines that may affect the server's response"
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"name": "Enable ES6 features",
|
|
728
|
-
"id": "ES6_enabled",
|
|
729
|
-
"type": "boolean",
|
|
730
|
-
"default": false,
|
|
731
|
-
"description": "Modifies code snippet to incorporate ES6 (EcmaScript) features"
|
|
732
|
-
}
|
|
733
|
-
]
|
|
734
638
|
}
|
|
735
639
|
]
|
|
736
640
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "docusaurus-theme-openapi-docs",
|
|
3
3
|
"description": "OpenAPI theme for Docusaurus.",
|
|
4
|
-
"version": "0.0.0-
|
|
4
|
+
"version": "0.0.0-693",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"openapi",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"clsx": "^1.1.1",
|
|
44
44
|
"copy-text-to-clipboard": "^3.1.0",
|
|
45
45
|
"crypto-js": "^4.1.1",
|
|
46
|
-
"docusaurus-plugin-openapi-docs": "
|
|
46
|
+
"docusaurus-plugin-openapi-docs": "^2.0.3",
|
|
47
47
|
"docusaurus-plugin-sass": "^0.2.3",
|
|
48
48
|
"file-saver": "^2.0.5",
|
|
49
49
|
"lodash": "^4.17.20",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"engines": {
|
|
69
69
|
"node": ">=14"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "739ca429c036571e7b0da13aa157a248a68bfe31"
|
|
72
72
|
}
|
|
@@ -635,102 +635,6 @@
|
|
|
635
635
|
"description": "Modifies code snippet to incorporate ES6 (EcmaScript) features"
|
|
636
636
|
}
|
|
637
637
|
]
|
|
638
|
-
},
|
|
639
|
-
{
|
|
640
|
-
"key": "Request",
|
|
641
|
-
"options": [
|
|
642
|
-
{
|
|
643
|
-
"name": "Set indentation count",
|
|
644
|
-
"id": "indentCount",
|
|
645
|
-
"type": "positiveInteger",
|
|
646
|
-
"default": 2,
|
|
647
|
-
"description": "Set the number of indentation characters to add per code level"
|
|
648
|
-
},
|
|
649
|
-
{
|
|
650
|
-
"name": "Set indentation type",
|
|
651
|
-
"id": "indentType",
|
|
652
|
-
"type": "enum",
|
|
653
|
-
"availableOptions": ["Tab", "Space"],
|
|
654
|
-
"default": "Space",
|
|
655
|
-
"description": "Select the character used to indent lines of code"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"name": "Set request timeout",
|
|
659
|
-
"id": "requestTimeout",
|
|
660
|
-
"type": "positiveInteger",
|
|
661
|
-
"default": 0,
|
|
662
|
-
"description": "Set number of milliseconds the request should wait for a response before timing out (use 0 for infinity)"
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"name": "Follow redirects",
|
|
666
|
-
"id": "followRedirect",
|
|
667
|
-
"type": "boolean",
|
|
668
|
-
"default": true,
|
|
669
|
-
"description": "Automatically follow HTTP redirects"
|
|
670
|
-
},
|
|
671
|
-
{
|
|
672
|
-
"name": "Trim request body fields",
|
|
673
|
-
"id": "trimRequestBody",
|
|
674
|
-
"type": "boolean",
|
|
675
|
-
"default": false,
|
|
676
|
-
"description": "Remove white space and additional lines that may affect the server's response"
|
|
677
|
-
},
|
|
678
|
-
{
|
|
679
|
-
"name": "Enable ES6 features",
|
|
680
|
-
"id": "ES6_enabled",
|
|
681
|
-
"type": "boolean",
|
|
682
|
-
"default": false,
|
|
683
|
-
"description": "Modifies code snippet to incorporate ES6 (EcmaScript) features"
|
|
684
|
-
}
|
|
685
|
-
]
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"key": "Unirest",
|
|
689
|
-
"options": [
|
|
690
|
-
{
|
|
691
|
-
"name": "Set indentation count",
|
|
692
|
-
"id": "indentCount",
|
|
693
|
-
"type": "positiveInteger",
|
|
694
|
-
"default": 2,
|
|
695
|
-
"description": "Set the number of indentation characters to add per code level"
|
|
696
|
-
},
|
|
697
|
-
{
|
|
698
|
-
"name": "Set indentation type",
|
|
699
|
-
"id": "indentType",
|
|
700
|
-
"type": "enum",
|
|
701
|
-
"availableOptions": ["Tab", "Space"],
|
|
702
|
-
"default": "Space",
|
|
703
|
-
"description": "Select the character used to indent lines of code"
|
|
704
|
-
},
|
|
705
|
-
{
|
|
706
|
-
"name": "Set request timeout",
|
|
707
|
-
"id": "requestTimeout",
|
|
708
|
-
"type": "positiveInteger",
|
|
709
|
-
"default": 0,
|
|
710
|
-
"description": "Set number of milliseconds the request should wait for a response before timing out (use 0 for infinity)"
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"name": "Follow redirects",
|
|
714
|
-
"id": "followRedirect",
|
|
715
|
-
"type": "boolean",
|
|
716
|
-
"default": true,
|
|
717
|
-
"description": "Automatically follow HTTP redirects"
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
"name": "Trim request body fields",
|
|
721
|
-
"id": "trimRequestBody",
|
|
722
|
-
"type": "boolean",
|
|
723
|
-
"default": false,
|
|
724
|
-
"description": "Remove white space and additional lines that may affect the server's response"
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"name": "Enable ES6 features",
|
|
728
|
-
"id": "ES6_enabled",
|
|
729
|
-
"type": "boolean",
|
|
730
|
-
"default": false,
|
|
731
|
-
"description": "Modifies code snippet to incorporate ES6 (EcmaScript) features"
|
|
732
|
-
}
|
|
733
|
-
]
|
|
734
638
|
}
|
|
735
639
|
]
|
|
736
640
|
},
|