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 +1 -0
- package/openapi.json +4 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
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