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 CHANGED
@@ -858,6 +858,7 @@ export interface Fundraiser {
858
858
  thresholds: number[]
859
859
  threshold_descriptions: string[]
860
860
  funds_raised: number
861
+ id: string
861
862
  }
862
863
 
863
864
  export interface WorkCensorBody {
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
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.769",
3
+ "version": "1.0.770",
4
4
  "types": "index.d.ts"
5
5
  }