queryClient
): SmartLicensesQueryModule
Name | Type |
---|---|
queryClient | QueryClient |
SmartLicensesQueryModule
params?
, smartLicenseId?
): Promise
<SmartLicensesResponse
>
Get a list of smart licenses based on filtering and pagination parameters
Name | Type | Description |
---|---|---|
params | PaginationParams | Pagination parameters |
smartLicenseId? | string | Optional filter by specific smart license ID |
Promise
<SmartLicensesResponse
>
List of smart licenses with pagination info
id
): Promise
<null
| SmartLicenseObject
>
Get a single smart license by its ID
Name | Type | Description |
---|---|---|
id | string | The smart license ID |
Promise
<null
| SmartLicenseObject
>
The smart license or null if not found
licenseHash
): Promise
<null
| SmartLicenseObject
>
Get a smart license by its hash
Name | Type | Description |
---|---|---|
licenseHash | string | Smart license hash |
Promise
<null
| SmartLicenseObject
>
The smart license or null if not found