api.fluff4.me 1.0.560 → 1.0.561
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 +5 -5
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
},
|
|
88
88
|
"support_link": {
|
|
89
89
|
"type": "string",
|
|
90
|
-
"maxLength":
|
|
90
|
+
"maxLength": 128
|
|
91
91
|
},
|
|
92
92
|
"support_message": {
|
|
93
93
|
"type": "string",
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
},
|
|
231
231
|
"support_link": {
|
|
232
232
|
"type": "string",
|
|
233
|
-
"maxLength":
|
|
233
|
+
"maxLength": 128
|
|
234
234
|
},
|
|
235
235
|
"support_message": {
|
|
236
236
|
"type": "string",
|
|
@@ -598,7 +598,7 @@
|
|
|
598
598
|
"anyOf": [
|
|
599
599
|
{
|
|
600
600
|
"type": "string",
|
|
601
|
-
"maxLength":
|
|
601
|
+
"maxLength": 128
|
|
602
602
|
},
|
|
603
603
|
{
|
|
604
604
|
"type": "null"
|
|
@@ -686,7 +686,7 @@
|
|
|
686
686
|
},
|
|
687
687
|
"support_link": {
|
|
688
688
|
"type": "string",
|
|
689
|
-
"maxLength":
|
|
689
|
+
"maxLength": 128
|
|
690
690
|
},
|
|
691
691
|
"support_message": {
|
|
692
692
|
"type": "string",
|
|
@@ -764,7 +764,7 @@
|
|
|
764
764
|
"anyOf": [
|
|
765
765
|
{
|
|
766
766
|
"type": "string",
|
|
767
|
-
"maxLength":
|
|
767
|
+
"maxLength": 128
|
|
768
768
|
},
|
|
769
769
|
{
|
|
770
770
|
"type": "null"
|
package/package.json
CHANGED