UNPKG

@cotofe/service-of-oms

Version:

OpenAPI client for @cotofe/service-of-oms

32 lines (31 loc) 1.22 kB
/** * Platform * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import type { ResponseMessage } from '../models/index'; import * as runtime from '../runtime'; export interface VersionControllerApiEncryptedVersionUsingGETRequest { projectName: string; } /** * */ export declare class VersionControllerApi extends runtime.BaseAPI { /** * hash encrypted version information * hash encrypted version information */ encryptedVersionUsingGETRaw(requestParameters: VersionControllerApiEncryptedVersionUsingGETRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ResponseMessage>>; /** * hash encrypted version information * hash encrypted version information */ encryptedVersionUsingGET(requestParameters: VersionControllerApiEncryptedVersionUsingGETRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ResponseMessage>; }