API: Rename image-builder to imageBuilder for consistency
This commit is contained in:
parent
834c9d8333
commit
217796d016
3 changed files with 2 additions and 2 deletions
2
api.sh
2
api.sh
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Run commands in the background using & operator
|
||||
npx @rtk-query/codegen-openapi ./api/config/image-builder.ts &
|
||||
npx @rtk-query/codegen-openapi ./api/config/imageBuilder.ts &
|
||||
npx @rtk-query/codegen-openapi ./api/config/rhsm.ts &
|
||||
npx @rtk-query/codegen-openapi ./api/config/contentSources.ts &
|
||||
npx @rtk-query/codegen-openapi ./api/config/provisioning.ts &
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import type { ConfigFile } from '@rtk-query/codegen-openapi'
|
||||
|
||||
const config: ConfigFile = {
|
||||
schemaFile: '../schema/image-builder.json',
|
||||
schemaFile: '../schema/imageBuilder.json',
|
||||
apiFile: '../../src/store/emptyImageBuilderApi.ts',
|
||||
apiImport: 'emptyImageBuilderApi',
|
||||
outputFile: '../../src/store/imageBuilderApi.ts',
|
||||
Loading…
Add table
Add a link
Reference in a new issue