api.fluff4.me 1.0.612 → 1.0.613
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 -1
- package/openapi.json +3 -7
- package/package.json +1 -1
package/index.d.ts
CHANGED
package/openapi.json
CHANGED
|
@@ -3703,17 +3703,13 @@
|
|
|
3703
3703
|
"$ref": "#/components/schema/LemonSqueezyProductDisplay"
|
|
3704
3704
|
}
|
|
3705
3705
|
},
|
|
3706
|
-
"
|
|
3707
|
-
"type": "
|
|
3708
|
-
"enum": [
|
|
3709
|
-
"active",
|
|
3710
|
-
"inactive"
|
|
3711
|
-
]
|
|
3706
|
+
"months_remaining": {
|
|
3707
|
+
"type": "number"
|
|
3712
3708
|
}
|
|
3713
3709
|
},
|
|
3714
3710
|
"required": [
|
|
3715
3711
|
"products",
|
|
3716
|
-
"
|
|
3712
|
+
"months_remaining"
|
|
3717
3713
|
]
|
|
3718
3714
|
},
|
|
3719
3715
|
"LemonSqueezyProductDisplay": {
|
package/package.json
CHANGED