api.fluff4.me 1.0.645 → 1.0.646
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
|
@@ -4244,11 +4244,15 @@
|
|
|
4244
4244
|
},
|
|
4245
4245
|
"months_remaining": {
|
|
4246
4246
|
"type": "number"
|
|
4247
|
+
},
|
|
4248
|
+
"has_supporter_history": {
|
|
4249
|
+
"type": "boolean"
|
|
4247
4250
|
}
|
|
4248
4251
|
},
|
|
4249
4252
|
"required": [
|
|
4250
4253
|
"products",
|
|
4251
|
-
"months_remaining"
|
|
4254
|
+
"months_remaining",
|
|
4255
|
+
"has_supporter_history"
|
|
4252
4256
|
]
|
|
4253
4257
|
},
|
|
4254
4258
|
"LemonSqueezyProductDisplay": {
|
package/package.json
CHANGED