@openmeter/sdk 1.0.0-beta-1c3937d256eb → 1.0.0-beta-35a558ccd76c
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/schemas.d.cts +0 -3
- package/dist/cjs/src/zod/index.cjs +0 -3
- package/dist/cjs/src/zod/index.d.cts +0 -3
- package/dist/cjs/src/zod/index.js.map +1 -1
- package/dist/cjs/{tsconfig.79cd05cc.tsbuildinfo → tsconfig.0fee5e38.tsbuildinfo} +1 -1
- package/dist/cjs/{tsconfig.ab775c47.tsbuildinfo → tsconfig.be0f335c.tsbuildinfo} +1 -1
- package/dist/src/client/schemas.d.ts +0 -3
- package/dist/src/zod/index.d.ts +0 -3
- package/dist/src/zod/index.js +0 -3
- package/dist/src/zod/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1048,11 +1048,8 @@ export interface paths {
|
|
|
1048
1048
|
post?: never;
|
|
1049
1049
|
/**
|
|
1050
1050
|
* Void grant
|
|
1051
|
-
* @deprecated
|
|
1052
1051
|
* @description Voiding a grant means it is no longer valid, it doesn't take part in further balance calculations. Voiding a grant does not retroactively take effect, meaning any usage that has already been attributed to the grant will remain, but future usage cannot be burnt down from the grant.
|
|
1053
1052
|
* For example, if you have a single grant for your metered entitlement with an initial amount of 100, and so far 60 usage has been metered, the grant (and the entitlement itself) would have a balance of 40. If you then void that grant, balance becomes 0, but the 60 previous usage will not be affected.
|
|
1054
|
-
*
|
|
1055
|
-
* ⚠️ __Deprecated__: Use [`DELETE /api/v2/grants/{grantId}`](#tag/entitlements/delete/api/v2/grants/{grantId}) instead.
|
|
1056
1053
|
*/
|
|
1057
1054
|
delete: operations['voidGrant'];
|
|
1058
1055
|
options?: never;
|
|
@@ -5726,9 +5726,6 @@ exports.listGrantsQueryParams = zod_1.z.object({
|
|
|
5726
5726
|
/**
|
|
5727
5727
|
* Voiding a grant means it is no longer valid, it doesn't take part in further balance calculations. Voiding a grant does not retroactively take effect, meaning any usage that has already been attributed to the grant will remain, but future usage cannot be burnt down from the grant.
|
|
5728
5728
|
For example, if you have a single grant for your metered entitlement with an initial amount of 100, and so far 60 usage has been metered, the grant (and the entitlement itself) would have a balance of 40. If you then void that grant, balance becomes 0, but the 60 previous usage will not be affected.
|
|
5729
|
-
|
|
5730
|
-
⚠️ __Deprecated__: Use [`DELETE /api/v2/grants/{grantId}`](#tag/entitlements/delete/api/v2/grants/{grantId}) instead.
|
|
5731
|
-
* @deprecated
|
|
5732
5729
|
* @summary Void grant
|
|
5733
5730
|
*/
|
|
5734
5731
|
exports.voidGrantParams = zod_1.z.object({
|
|
@@ -9016,9 +9016,6 @@ export declare const listGrantsQueryParams: zod.ZodObject<{
|
|
|
9016
9016
|
/**
|
|
9017
9017
|
* Voiding a grant means it is no longer valid, it doesn't take part in further balance calculations. Voiding a grant does not retroactively take effect, meaning any usage that has already been attributed to the grant will remain, but future usage cannot be burnt down from the grant.
|
|
9018
9018
|
For example, if you have a single grant for your metered entitlement with an initial amount of 100, and so far 60 usage has been metered, the grant (and the entitlement itself) would have a balance of 40. If you then void that grant, balance becomes 0, but the 60 previous usage will not be affected.
|
|
9019
|
-
|
|
9020
|
-
⚠️ __Deprecated__: Use [`DELETE /api/v2/grants/{grantId}`](#tag/entitlements/delete/api/v2/grants/{grantId}) instead.
|
|
9021
|
-
* @deprecated
|
|
9022
9019
|
* @summary Void grant
|
|
9023
9020
|
*/
|
|
9024
9021
|
export declare const voidGrantParams: zod.ZodObject<{
|