Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "chore(deps): bump @ibm-cloud/openapi-ruleset from 1.14.2 to 1.18.2" #1503

Conversation

soartec-lab
Copy link
Member

Reverts #1494

because the following error occurs:

Error:

Error: generated/default/any-of/model/getItemsParams.ts(14,1): error TS1131: Property or signature expected.
Error: generated/default/any-of/model/getItemsParams.ts(17,1): error TS1128: Declaration or statement expected.

Generated

Generated tests/generated/default/any-of/model/getItemsParams.ts:

/**
 * Generated by orval v6.31.0 🍺
 * Do not edit manually.
 * AnyOf Schema
 * OpenAPI spec version: 1.0.0
 */
import type { GetItemsTest } from './getItemsTest';
import { A } from './a';

export type GetItemsParams = {
test?: typeof GetItemsTest[keyof typeof GetItemsTest] 

// eslint-disable-next-line @typescript-eslint/no-redeclare
export const GetItemsTest = {...A,  B: 'B',
  C: 'C',
} as const;
};

@melloware melloware merged commit 7ae76b4 into master Jul 5, 2024
0 of 2 checks passed
@melloware melloware deleted the revert-1494-dependabot/npm_and_yarn/ibm-cloud/openapi-ruleset-1.18.2 branch July 5, 2024 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants