Skip to content

Commit

Permalink
deprecate stringId
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar Lysyi committed Jul 4, 2024
1 parent 4f764ba commit 4cd6bf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/screenshots/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ 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 4cd6bf3

Please sign in to comment.