api.fluff4.me 1.0.413 → 1.0.415
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/openapi.json +7 -7
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
},
|
|
259
259
|
"description": {
|
|
260
260
|
"type": "string",
|
|
261
|
-
"maxLength":
|
|
261
|
+
"maxLength": 142
|
|
262
262
|
},
|
|
263
263
|
"vanity": {
|
|
264
264
|
"type": "string",
|
|
@@ -733,7 +733,7 @@
|
|
|
733
733
|
},
|
|
734
734
|
"description": {
|
|
735
735
|
"type": "string",
|
|
736
|
-
"maxLength":
|
|
736
|
+
"maxLength": 142
|
|
737
737
|
},
|
|
738
738
|
"vanity": {
|
|
739
739
|
"type": "string",
|
|
@@ -850,11 +850,11 @@
|
|
|
850
850
|
},
|
|
851
851
|
"description": {
|
|
852
852
|
"type": "string",
|
|
853
|
-
"maxLength":
|
|
853
|
+
"maxLength": 142
|
|
854
854
|
},
|
|
855
855
|
"synopsis": {
|
|
856
856
|
"type": "string",
|
|
857
|
-
"maxLength":
|
|
857
|
+
"maxLength": 1024
|
|
858
858
|
},
|
|
859
859
|
"vanity": {
|
|
860
860
|
"type": "string",
|
|
@@ -998,7 +998,7 @@
|
|
|
998
998
|
"anyOf": [
|
|
999
999
|
{
|
|
1000
1000
|
"type": "string",
|
|
1001
|
-
"maxLength":
|
|
1001
|
+
"maxLength": 142
|
|
1002
1002
|
},
|
|
1003
1003
|
{
|
|
1004
1004
|
"type": "null"
|
|
@@ -1009,7 +1009,7 @@
|
|
|
1009
1009
|
"anyOf": [
|
|
1010
1010
|
{
|
|
1011
1011
|
"type": "string",
|
|
1012
|
-
"maxLength":
|
|
1012
|
+
"maxLength": 1024
|
|
1013
1013
|
},
|
|
1014
1014
|
{
|
|
1015
1015
|
"type": "null"
|
|
@@ -1882,7 +1882,7 @@
|
|
|
1882
1882
|
"anyOf": [
|
|
1883
1883
|
{
|
|
1884
1884
|
"type": "string",
|
|
1885
|
-
"maxLength":
|
|
1885
|
+
"maxLength": 541
|
|
1886
1886
|
},
|
|
1887
1887
|
{
|
|
1888
1888
|
"type": "null"
|
package/package.json
CHANGED