api.fluff4.me 1.0.1010 → 1.0.1012
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/index.d.ts +1 -0
- package/openapi.json +5 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
package/openapi.json
CHANGED
|
@@ -5113,13 +5113,17 @@
|
|
|
5113
5113
|
},
|
|
5114
5114
|
"id": {
|
|
5115
5115
|
"type": "string"
|
|
5116
|
+
},
|
|
5117
|
+
"monthly_income": {
|
|
5118
|
+
"type": "number"
|
|
5116
5119
|
}
|
|
5117
5120
|
},
|
|
5118
5121
|
"required": [
|
|
5119
5122
|
"thresholds",
|
|
5120
5123
|
"threshold_descriptions",
|
|
5121
5124
|
"funds_raised",
|
|
5122
|
-
"id"
|
|
5125
|
+
"id",
|
|
5126
|
+
"monthly_income"
|
|
5123
5127
|
]
|
|
5124
5128
|
},
|
|
5125
5129
|
"WorkCensorBody": {
|
package/package.json
CHANGED