@cotofe/service-of-usercenter
Version:
OpenAPI client for @cotofe/service-of-usercenter
38 lines (37 loc) • 1.21 kB
TypeScript
/**
* 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 * as runtime from '../runtime';
/**
*
*/
export declare class UserCenterInteractionToEarnApi extends runtime.BaseAPI {
/**
*
* getInteractionPoints
*/
apiV1ClientPointsInteractionGetPointsGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<object>>;
/**
*
* getInteractionPoints
*/
apiV1ClientPointsInteractionGetPointsGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<object>;
/**
*
* interaction record
*/
apiV1ClientPointsInteractionRecordPostRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<object>>;
/**
*
* interaction record
*/
apiV1ClientPointsInteractionRecordPost(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<object>;
}