/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Serializer for auto increment update request parameters. */ export type CatalogAutoIncrementUpdateRequest = { /** * Platform key identifier */ key?: string; /** * Platform organization identifier */ org?: string; /** * Type of number requested (e.g., course, program, pathway) */ number_type: string; };