Skip to content

Commit c7452cb

Browse files
authored
Merge pull request #16 from cryptlex/fix-license-update
fix: license update type
2 parents 485a554 + 527652d commit c7452cb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/services/license.types.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,16 @@ export type LicenseCreateRequest = Omit<
194194
export type LicenseUpdateRequest = Omit<
195195
LicenseResponse,
196196
| LicenseReadOnlyProperties
197-
| "key"
197+
| "productId"
198198
| "licensePolicyId"
199199
| "createdAt"
200-
| "type"
201200
| "validity"
202201
| "metadata"
203202
| "meterAttributes"
203+
| "userLocked"
204+
| "expirationStrategy"
205+
| "type"
206+
| "createdAt"
204207
> & {
205208
meterAttributes?: MeterAttributesRequest[];
206209
metadata?: MetadataRequest[];

0 commit comments

Comments
 (0)