api.fluff4.me 1.0.453 → 1.0.456

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
@@ -66,6 +66,7 @@ export interface PatreonCampaign {
66
66
  }
67
67
 
68
68
  export interface PatreonCampaignTier {
69
+ tier_id: string
69
70
  tier_name: string
70
71
  amount: number
71
72
  }
package/openapi.json CHANGED
@@ -273,6 +273,9 @@
273
273
  "PatreonCampaignTier": {
274
274
  "type": "object",
275
275
  "properties": {
276
+ "tier_id": {
277
+ "type": "string"
278
+ },
276
279
  "tier_name": {
277
280
  "type": "string"
278
281
  },
@@ -281,6 +284,7 @@
281
284
  }
282
285
  },
283
286
  "required": [
287
+ "tier_id",
284
288
  "tier_name",
285
289
  "amount"
286
290
  ]
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.453",
3
+ "version": "1.0.456",
4
4
  "types": "index.d.ts"
5
5
  }