We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 485a554 + 527652d commit c7452cbCopy full SHA for c7452cb
src/services/license.types.ts
@@ -194,13 +194,16 @@ export type LicenseCreateRequest = Omit<
194
export type LicenseUpdateRequest = Omit<
195
LicenseResponse,
196
| LicenseReadOnlyProperties
197
- | "key"
+ | "productId"
198
| "licensePolicyId"
199
| "createdAt"
200
- | "type"
201
| "validity"
202
| "metadata"
203
| "meterAttributes"
+ | "userLocked"
204
+ | "expirationStrategy"
205
+ | "type"
206
+ | "createdAt"
207
> & {
208
meterAttributes?: MeterAttributesRequest[];
209
metadata?: MetadataRequest[];
0 commit comments