Skip to content

Commit

Permalink
feat: add stringIds to listScreenshots parameters (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
NazarLysyi authored Jul 4, 2024
1 parent dd7ee9c commit 9170e29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/screenshots/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ export class Screenshots extends CrowdinApi {

export namespace ScreenshotsModel {
export interface ListScreenshotParams extends PaginationOptions {
stringIds?: number[];
/**
* @deprecated use stringIds instead
*/
stringId?: number;
labelIds?: string;
excludeLabelIds?: string;
Expand Down

0 comments on commit 9170e29

Please sign in to comment.