@openmeter/sdk 1.0.0-beta-8daddaa2afed → 1.0.0-beta-30c15d4607cf

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.
@@ -225,7 +225,7 @@ export declare class Entitlements {
225
225
  featureId: string;
226
226
  currentUsagePeriod?: import("./schemas.cjs").components["schemas"]["Period"];
227
227
  usagePeriod?: import("./schemas.cjs").components["schemas"]["RecurringPeriod"];
228
- } | ({
228
+ } | {
229
229
  type: "boolean";
230
230
  readonly createdAt: Date;
231
231
  readonly updatedAt: Date;
@@ -240,33 +240,7 @@ export declare class Entitlements {
240
240
  featureId: string;
241
241
  currentUsagePeriod?: import("./schemas.cjs").components["schemas"]["Period"];
242
242
  usagePeriod?: import("./schemas.cjs").components["schemas"]["RecurringPeriod"];
243
- } & {
244
- readonly createdAt: Date;
245
- readonly updatedAt: Date;
246
- readonly deletedAt?: Date;
247
- metadata?: import("./schemas.cjs").components["schemas"]["Metadata"];
248
- activeFrom: Date;
249
- activeTo?: Date;
250
- readonly annotations?: import("./schemas.cjs").components["schemas"]["Annotations"];
251
- readonly id: string;
252
- type: import("./schemas.cjs").components["schemas"]["EntitlementType"];
253
- subjectKey: string;
254
- featureKey: string;
255
- featureId: string;
256
- currentUsagePeriod?: import("./schemas.cjs").components["schemas"]["Period"];
257
- usagePeriod?: import("./schemas.cjs").components["schemas"]["RecurringPeriod"];
258
- } & {
259
- readonly id: string;
260
- readonly createdAt: Date;
261
- readonly updatedAt: Date;
262
- type: import("./schemas.cjs").components["schemas"]["EntitlementType"];
263
- activeFrom: Date;
264
- subjectKey: string;
265
- featureKey: string;
266
- featureId: string;
267
- } & {
268
- type: "boolean";
269
- }))[]>;
243
+ })[]>;
270
244
  /**
271
245
  * Delete an entitlement
272
246
  *