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 CHANGED
@@ -898,6 +898,7 @@ export interface Fundraiser {
898
898
  threshold_descriptions: string[]
899
899
  funds_raised: number
900
900
  id: string
901
+ monthly_income: number
901
902
  }
902
903
 
903
904
  export interface WorkCensorBody {
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
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.1010",
3
+ "version": "1.0.1012",
4
4
  "types": "index.d.ts"
5
5
  }