Skip to content

Commit

Permalink
Merge pull request #5594 from gooddata/dho/cq-893-clean-2
Browse files Browse the repository at this point in the history
chore: regenerate API client
  • Loading branch information
no23reason authored Nov 25, 2024
2 parents ee8c7d8 + 8aa0e7a commit 63cbddd
Show file tree
Hide file tree
Showing 8 changed files with 7,388 additions and 7,267 deletions.
385 changes: 196 additions & 189 deletions libs/api-client-tiger/api/api-client-tiger.api.md

Large diffs are not rendered by default.

Empty file modified libs/api-client-tiger/scripts/generate.js
100644 → 100755
Empty file.
5 changes: 3 additions & 2 deletions libs/api-client-tiger/src/generated/afm-rest-api/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1323,13 +1323,13 @@ export interface DateAbsoluteFilter {
* @type {string}
* @memberof DateAbsoluteFilter
*/
from?: string;
from: string;
/**
*
* @type {string}
* @memberof DateAbsoluteFilter
*/
to?: string;
to: string;
}
/**
*
Expand Down Expand Up @@ -2998,6 +2998,7 @@ export const RouteResultUseCaseEnum = {
SEARCH: "SEARCH",
CREATE_VISUALIZATION: "CREATE_VISUALIZATION",
EXTEND_VISUALIZATION: "EXTEND_VISUALIZATION",
HOWTO: "HOWTO",
} as const;

export type RouteResultUseCaseEnum = typeof RouteResultUseCaseEnum[keyof typeof RouteResultUseCaseEnum];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3057,7 +3057,8 @@
"GENERAL",
"SEARCH",
"CREATE_VISUALIZATION",
"EXTEND_VISUALIZATION"
"EXTEND_VISUALIZATION",
"HOWTO"
]
},
"reasoning": {
Expand Down Expand Up @@ -3357,7 +3358,7 @@
"description": "Visualization definitions created by AI."
},
"DateAbsoluteFilter": {
"required": ["using"],
"required": ["from", "to", "using"],
"type": "object",
"allOf": [
{
Expand Down
Loading

0 comments on commit 63cbddd

Please sign in to comment.