@openmeter/sdk 1.0.0-beta-c7e5dc61713e → 1.0.0-beta-3adb1e091e26

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.
@@ -256,10 +256,10 @@ export declare class Entitlements {
256
256
  currentUsagePeriod?: import("./schemas.cjs").components["schemas"]["Period"];
257
257
  usagePeriod?: import("./schemas.cjs").components["schemas"]["RecurringPeriod"];
258
258
  } & {
259
+ readonly id: string;
259
260
  readonly createdAt: Date;
260
261
  readonly updatedAt: Date;
261
262
  type: import("./schemas.cjs").components["schemas"]["EntitlementType"];
262
- readonly id: string;
263
263
  activeFrom: Date;
264
264
  subjectKey: string;
265
265
  featureKey: string;