qlik-oss / qlik-api-ts

Typescript types and Javascript library for consuming Qlik API's
https://qlik.dev
ISC License
9 stars 3 forks source link

getItems - "recentlyUsed" parameter is not found in the qlik-api library but I see it on the product. #99

Closed kburra193 closed 1 week ago

kburra193 commented 2 weeks ago

Hi all, I'm using @qlik-api library to implement getItems "-recentlyUsed" parameter and I can see it is being used in the product but is not available in the library. Pls see the screenshot attached :

image (1)

and here is the api call in dev tools for the product :

image (2)

Will this be available in the library?

Thanks

goldbergjeffrey commented 1 week ago

@kburra193 this is resolved with https://github.com/qlik-oss/qlik-api-ts/releases/tag/v1.25.0 . You can see the addition here: https://github.com/qlik-oss/qlik-api-ts/blob/c550a86d6c19a977e07b2995a804d34a02e04649/items.d.ts#L292

nilzona commented 1 week ago

release diff .. https://github.com/qlik-oss/qlik-api-ts/compare/v1.24.0...v1.25.0#diff-cff5934fd00a86d4ee0521d0a566c12026682f1cb554681e67a5cae26b992b44R293