@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.
- package/dist/cjs/src/client/entitlements.d.cts +2 -28
- package/dist/cjs/src/client/schemas.d.cts +2290 -1755
- package/dist/cjs/src/zod/index.cjs +1533 -1370
- package/dist/cjs/src/zod/index.d.cts +1690 -1577
- package/dist/cjs/src/zod/index.js.map +1 -1
- package/dist/cjs/{tsconfig.0f5cb85e.tsbuildinfo → tsconfig.a9e178c1.tsbuildinfo} +1 -1
- package/dist/cjs/{tsconfig.5bdc0a71.tsbuildinfo → tsconfig.b3e27f1b.tsbuildinfo} +1 -1
- package/dist/src/client/entitlements.d.ts +2 -28
- package/dist/src/client/schemas.d.ts +2290 -1755
- package/dist/src/zod/index.d.ts +1690 -1577
- package/dist/src/zod/index.js +1516 -1354
- package/dist/src/zod/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -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
|
*
|