Skip to content

Commit

Permalink
chore: Generate api
Browse files Browse the repository at this point in the history
  • Loading branch information
d-beezee committed May 14, 2024
1 parent 26da8ea commit 9cd9457
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/services/tryberApi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ const injectedRtkApi = api.injectEndpoints({
filterByInclude: queryArg.filterByInclude,
filterByExclude: queryArg.filterByExclude,
filterByAge: queryArg.filterByAge,
show: queryArg.show,
},
}),
}),
Expand Down Expand Up @@ -1141,6 +1142,8 @@ export type GetCampaignsByCampaignCandidatesApiArg = {
filterByExclude?: any;
/** Array with min and max */
filterByAge?: any;
/** Show accepted/candidates or both */
show?: "onlyAccepted" | "onlyCandidates" | "all";
};
export type GetCampaignsByCampaignClustersApiResponse =
/** status 200 A UseCase linked with the Campaign */ {
Expand Down

0 comments on commit 9cd9457

Please sign in to comment.