api.fluff4.me 1.0.769 → 1.0.770
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
|
@@ -4761,12 +4761,16 @@
|
|
|
4761
4761
|
},
|
|
4762
4762
|
"funds_raised": {
|
|
4763
4763
|
"type": "number"
|
|
4764
|
+
},
|
|
4765
|
+
"id": {
|
|
4766
|
+
"type": "string"
|
|
4764
4767
|
}
|
|
4765
4768
|
},
|
|
4766
4769
|
"required": [
|
|
4767
4770
|
"thresholds",
|
|
4768
4771
|
"threshold_descriptions",
|
|
4769
|
-
"funds_raised"
|
|
4772
|
+
"funds_raised",
|
|
4773
|
+
"id"
|
|
4770
4774
|
]
|
|
4771
4775
|
},
|
|
4772
4776
|
"WorkCensorBody": {
|
package/package.json
CHANGED