api.fluff4.me 1.0.670 → 1.0.672
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
|
@@ -4333,11 +4333,15 @@
|
|
|
4333
4333
|
"type": "null"
|
|
4334
4334
|
}
|
|
4335
4335
|
]
|
|
4336
|
+
},
|
|
4337
|
+
"total_paid": {
|
|
4338
|
+
"type": "number"
|
|
4336
4339
|
}
|
|
4337
4340
|
},
|
|
4338
4341
|
"required": [
|
|
4339
4342
|
"products",
|
|
4340
|
-
"months_remaining"
|
|
4343
|
+
"months_remaining",
|
|
4344
|
+
"total_paid"
|
|
4341
4345
|
]
|
|
4342
4346
|
},
|
|
4343
4347
|
"LemonSqueezyProductDisplay": {
|
package/package.json
CHANGED