@lyeve-labs/client 0.3.1 → 0.3.3
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/dist/index.d.cts +0 -4
- package/dist/index.d.ts +0 -4
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -235,10 +235,6 @@ interface Entitlements {
|
|
|
235
235
|
* SKU minus its "plugin-" prefix. A "feature:"-prefixed id matches nothing.
|
|
236
236
|
*/
|
|
237
237
|
features: string[];
|
|
238
|
-
/** License expiry (ISO 8601), null when unlicensed or perpetual. */
|
|
239
|
-
expires_at: string | null;
|
|
240
|
-
/** Full days until expiry, -1 when unlicensed or perpetual. */
|
|
241
|
-
days_remaining: number;
|
|
242
238
|
/** Maximum tenants this plan allows; 0 means unlimited. */
|
|
243
239
|
tenant_quota: number;
|
|
244
240
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -235,10 +235,6 @@ interface Entitlements {
|
|
|
235
235
|
* SKU minus its "plugin-" prefix. A "feature:"-prefixed id matches nothing.
|
|
236
236
|
*/
|
|
237
237
|
features: string[];
|
|
238
|
-
/** License expiry (ISO 8601), null when unlicensed or perpetual. */
|
|
239
|
-
expires_at: string | null;
|
|
240
|
-
/** Full days until expiry, -1 when unlicensed or perpetual. */
|
|
241
|
-
days_remaining: number;
|
|
242
238
|
/** Maximum tenants this plan allows; 0 means unlimited. */
|
|
243
239
|
tenant_quota: number;
|
|
244
240
|
}
|