feat: 添加分组统计接口

This commit is contained in:
danial
2025-04-27 14:11:08 +08:00
parent d6a956bb10
commit 7deede374c
326 changed files with 34497 additions and 25339 deletions

View File

@@ -187,6 +187,8 @@ models/kami-api-card-info-walmart-v1-group-all-list-res.ts
models/kami-api-card-info-walmart-v1-group-delete-req.ts models/kami-api-card-info-walmart-v1-group-delete-req.ts
models/kami-api-card-info-walmart-v1-group-list-req.ts models/kami-api-card-info-walmart-v1-group-list-req.ts
models/kami-api-card-info-walmart-v1-group-list-res.ts models/kami-api-card-info-walmart-v1-group-list-res.ts
models/kami-api-card-info-walmart-v1-group-stat-req.ts
models/kami-api-card-info-walmart-v1-group-stat-res.ts
models/kami-api-card-info-walmart-v1-group-update-req.ts models/kami-api-card-info-walmart-v1-group-update-req.ts
models/kami-api-card-info-walmart-v1-list-req.ts models/kami-api-card-info-walmart-v1-list-req.ts
models/kami-api-card-info-walmart-v1-list-res.ts models/kami-api-card-info-walmart-v1-list-res.ts
@@ -200,6 +202,8 @@ models/kami-api-card-info-walmart-v1-order-summary-record.ts
models/kami-api-card-info-walmart-v1-redeem-config-get-res.ts models/kami-api-card-info-walmart-v1-redeem-config-get-res.ts
models/kami-api-card-info-walmart-v1-redeem-config-set-req.ts models/kami-api-card-info-walmart-v1-redeem-config-set-req.ts
models/kami-api-card-info-walmart-v1-submit-req.ts models/kami-api-card-info-walmart-v1-submit-req.ts
models/kami-api-card-info-walmart-v1-v1-card-redeem-account-group-entity-account.ts
models/kami-api-card-info-walmart-v1-v1-card-redeem-account-group-entity.ts
models/kami-api-card-redeem-jd-v1-account-add-req.ts models/kami-api-card-redeem-jd-v1-account-add-req.ts
models/kami-api-card-redeem-jd-v1-account-delete-req.ts models/kami-api-card-redeem-jd-v1-account-delete-req.ts
models/kami-api-card-redeem-jd-v1-account-get-req.ts models/kami-api-card-redeem-jd-v1-account-get-req.ts

File diff suppressed because it is too large Load Diff

View File

@@ -1,26 +1,43 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
import type { Configuration } from '../configuration'; import type { Configuration } from '../configuration';
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios'; import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
import globalAxios from 'axios'; import globalAxios from 'axios';
// Some imports not used depending on template conditions // Some imports not used depending on template conditions
// @ts-ignore // @ts-ignore
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common'; import {
DUMMY_BASE_URL,
assertParamExists,
setApiKeyToObject,
setBasicAuthToObject,
setBearerAuthToObject,
setOAuthToObject,
setSearchParams,
serializeDataIfNeeded,
toPathString,
createRequestFunction
} from '../common';
// @ts-ignore // @ts-ignore
import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base'; import {
BASE_PATH,
COLLECTION_FORMATS,
type RequestArgs,
BaseAPI,
RequiredError,
operationServerMap
} from '../base';
// @ts-ignore // @ts-ignore
import type { KamiApiSysUserV1TotpImageGetRes } from '../models'; import type { KamiApiSysUserV1TotpImageGetRes } from '../models';
// @ts-ignore // @ts-ignore
@@ -35,254 +52,400 @@ import type { KamiApiSysUserV1TotpStatusGetRes } from '../models';
* TOTPApi - axios parameter creator * TOTPApi - axios parameter creator
* @export * @export
*/ */
export const TOTPApiAxiosParamCreator = function (configuration?: Configuration) { export const TOTPApiAxiosParamCreator = function (
return { configuration?: Configuration
/** ) {
* return {
* @summary 查看两步验证图像 /**
* @param {string} code *
* @param {*} [options] Override http request option. * @summary 查看两步验证图像
* @throws {RequiredError} * @param {string} code
*/ * @param {*} [options] Override http request option.
apiUserTotpImageGet: async (code: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => { * @throws {RequiredError}
// verify required parameter 'code' is not null or undefined */
assertParamExists('apiUserTotpImageGet', 'code', code) apiUserTotpImageGet: async (
const localVarPath = `/api/user/totp/image`; code: string,
// use dummy base URL string because the URL constructor only accepts absolute URLs. options: RawAxiosRequestConfig = {}
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); ): Promise<RequestArgs> => {
let baseOptions; // verify required parameter 'code' is not null or undefined
if (configuration) { assertParamExists('apiUserTotpImageGet', 'code', code);
baseOptions = configuration.baseOptions; const localVarPath = `/api/user/totp/image`;
} // use dummy base URL string because the URL constructor only accepts absolute URLs.
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
let baseOptions;
if (configuration) {
baseOptions = configuration.baseOptions;
}
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options}; const localVarRequestOptions = {
const localVarHeaderParameter = {} as any; method: 'GET',
const localVarQueryParameter = {} as any; ...baseOptions,
...options
};
const localVarHeaderParameter = {} as any;
const localVarQueryParameter = {} as any;
if (code !== undefined) { if (code !== undefined) {
localVarQueryParameter['code'] = code; localVarQueryParameter['code'] = code;
} }
setSearchParams(localVarUrlObj, localVarQueryParameter);
let headersFromBaseOptions =
baseOptions && baseOptions.headers ? baseOptions.headers : {};
localVarRequestOptions.headers = {
...localVarHeaderParameter,
...headersFromBaseOptions,
...options.headers
};
return {
setSearchParams(localVarUrlObj, localVarQueryParameter); url: toPathString(localVarUrlObj),
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; options: localVarRequestOptions
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; };
},
/**
*
* @summary 重置两步验证
* @param {KamiApiSysUserV1TotpResetReq} [kamiApiSysUserV1TotpResetReq]
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
apiUserTotpResetPost: async (
kamiApiSysUserV1TotpResetReq?: KamiApiSysUserV1TotpResetReq,
options: RawAxiosRequestConfig = {}
): Promise<RequestArgs> => {
const localVarPath = `/api/user/totp/reset`;
// use dummy base URL string because the URL constructor only accepts absolute URLs.
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
let baseOptions;
if (configuration) {
baseOptions = configuration.baseOptions;
}
return { const localVarRequestOptions = {
url: toPathString(localVarUrlObj), method: 'POST',
options: localVarRequestOptions, ...baseOptions,
}; ...options
}, };
/** const localVarHeaderParameter = {} as any;
* const localVarQueryParameter = {} as any;
* @summary 重置两步验证
* @param {KamiApiSysUserV1TotpResetReq} [kamiApiSysUserV1TotpResetReq]
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
apiUserTotpResetPost: async (kamiApiSysUserV1TotpResetReq?: KamiApiSysUserV1TotpResetReq, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
const localVarPath = `/api/user/totp/reset`;
// use dummy base URL string because the URL constructor only accepts absolute URLs.
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
let baseOptions;
if (configuration) {
baseOptions = configuration.baseOptions;
}
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options}; localVarHeaderParameter['Content-Type'] = 'application/json';
const localVarHeaderParameter = {} as any;
const localVarQueryParameter = {} as any;
setSearchParams(localVarUrlObj, localVarQueryParameter);
let headersFromBaseOptions =
baseOptions && baseOptions.headers ? baseOptions.headers : {};
localVarRequestOptions.headers = {
...localVarHeaderParameter,
...headersFromBaseOptions,
...options.headers
};
localVarRequestOptions.data = serializeDataIfNeeded(
kamiApiSysUserV1TotpResetReq,
localVarRequestOptions,
configuration
);
return {
localVarHeaderParameter['Content-Type'] = 'application/json'; url: toPathString(localVarUrlObj),
options: localVarRequestOptions
};
},
/**
*
* @summary 设置二步验证
* @param {KamiApiSysUserV1TotpSetReq} [kamiApiSysUserV1TotpSetReq]
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
apiUserTotpSetPost: async (
kamiApiSysUserV1TotpSetReq?: KamiApiSysUserV1TotpSetReq,
options: RawAxiosRequestConfig = {}
): Promise<RequestArgs> => {
const localVarPath = `/api/user/totp/set`;
// use dummy base URL string because the URL constructor only accepts absolute URLs.
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
let baseOptions;
if (configuration) {
baseOptions = configuration.baseOptions;
}
setSearchParams(localVarUrlObj, localVarQueryParameter); const localVarRequestOptions = {
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; method: 'POST',
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; ...baseOptions,
localVarRequestOptions.data = serializeDataIfNeeded(kamiApiSysUserV1TotpResetReq, localVarRequestOptions, configuration) ...options
};
const localVarHeaderParameter = {} as any;
const localVarQueryParameter = {} as any;
return { localVarHeaderParameter['Content-Type'] = 'application/json';
url: toPathString(localVarUrlObj),
options: localVarRequestOptions,
};
},
/**
*
* @summary 设置二步验证
* @param {KamiApiSysUserV1TotpSetReq} [kamiApiSysUserV1TotpSetReq]
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
apiUserTotpSetPost: async (kamiApiSysUserV1TotpSetReq?: KamiApiSysUserV1TotpSetReq, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
const localVarPath = `/api/user/totp/set`;
// use dummy base URL string because the URL constructor only accepts absolute URLs.
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
let baseOptions;
if (configuration) {
baseOptions = configuration.baseOptions;
}
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options}; setSearchParams(localVarUrlObj, localVarQueryParameter);
const localVarHeaderParameter = {} as any; let headersFromBaseOptions =
const localVarQueryParameter = {} as any; baseOptions && baseOptions.headers ? baseOptions.headers : {};
localVarRequestOptions.headers = {
...localVarHeaderParameter,
...headersFromBaseOptions,
...options.headers
};
localVarRequestOptions.data = serializeDataIfNeeded(
kamiApiSysUserV1TotpSetReq,
localVarRequestOptions,
configuration
);
return {
url: toPathString(localVarUrlObj),
options: localVarRequestOptions
};
},
/**
*
* @summary 确认当前用户是否开启totp
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
apiUserTotpStatusGet: async (
options: RawAxiosRequestConfig = {}
): Promise<RequestArgs> => {
const localVarPath = `/api/user/totp/status`;
// use dummy base URL string because the URL constructor only accepts absolute URLs.
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
let baseOptions;
if (configuration) {
baseOptions = configuration.baseOptions;
}
const localVarRequestOptions = {
localVarHeaderParameter['Content-Type'] = 'application/json'; method: 'GET',
...baseOptions,
...options
};
const localVarHeaderParameter = {} as any;
const localVarQueryParameter = {} as any;
setSearchParams(localVarUrlObj, localVarQueryParameter); setSearchParams(localVarUrlObj, localVarQueryParameter);
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; let headersFromBaseOptions =
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; baseOptions && baseOptions.headers ? baseOptions.headers : {};
localVarRequestOptions.data = serializeDataIfNeeded(kamiApiSysUserV1TotpSetReq, localVarRequestOptions, configuration) localVarRequestOptions.headers = {
...localVarHeaderParameter,
...headersFromBaseOptions,
...options.headers
};
return { return {
url: toPathString(localVarUrlObj), url: toPathString(localVarUrlObj),
options: localVarRequestOptions, options: localVarRequestOptions
}; };
},
/**
*
* @summary 确认当前用户是否开启totp
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
apiUserTotpStatusGet: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
const localVarPath = `/api/user/totp/status`;
// use dummy base URL string because the URL constructor only accepts absolute URLs.
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
let baseOptions;
if (configuration) {
baseOptions = configuration.baseOptions;
}
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
const localVarHeaderParameter = {} as any;
const localVarQueryParameter = {} as any;
setSearchParams(localVarUrlObj, localVarQueryParameter);
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
return {
url: toPathString(localVarUrlObj),
options: localVarRequestOptions,
};
},
} }
};
}; };
/** /**
* TOTPApi - functional programming interface * TOTPApi - functional programming interface
* @export * @export
*/ */
export const TOTPApiFp = function(configuration?: Configuration) { export const TOTPApiFp = function (configuration?: Configuration) {
const localVarAxiosParamCreator = TOTPApiAxiosParamCreator(configuration) const localVarAxiosParamCreator = TOTPApiAxiosParamCreator(configuration);
return { return {
/** /**
* *
* @summary 查看两步验证图像 * @summary 查看两步验证图像
* @param {string} code * @param {string} code
* @param {*} [options] Override http request option. * @param {*} [options] Override http request option.
* @throws {RequiredError} * @throws {RequiredError}
*/ */
async apiUserTotpImageGet(code: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<KamiApiSysUserV1TotpImageGetRes>> { async apiUserTotpImageGet(
const localVarAxiosArgs = await localVarAxiosParamCreator.apiUserTotpImageGet(code, options); code: string,
const localVarOperationServerIndex = configuration?.serverIndex ?? 0; options?: RawAxiosRequestConfig
const localVarOperationServerBasePath = operationServerMap['TOTPApi.apiUserTotpImageGet']?.[localVarOperationServerIndex]?.url; ): Promise<
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); (
}, axios?: AxiosInstance,
/** basePath?: string
* ) => AxiosPromise<KamiApiSysUserV1TotpImageGetRes>
* @summary 重置两步验证 > {
* @param {KamiApiSysUserV1TotpResetReq} [kamiApiSysUserV1TotpResetReq] const localVarAxiosArgs =
* @param {*} [options] Override http request option. await localVarAxiosParamCreator.apiUserTotpImageGet(code, options);
* @throws {RequiredError} const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
*/ const localVarOperationServerBasePath =
async apiUserTotpResetPost(kamiApiSysUserV1TotpResetReq?: KamiApiSysUserV1TotpResetReq, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<KamiApiSysUserV1TotpResetRes>> { operationServerMap['TOTPApi.apiUserTotpImageGet']?.[
const localVarAxiosArgs = await localVarAxiosParamCreator.apiUserTotpResetPost(kamiApiSysUserV1TotpResetReq, options); localVarOperationServerIndex
const localVarOperationServerIndex = configuration?.serverIndex ?? 0; ]?.url;
const localVarOperationServerBasePath = operationServerMap['TOTPApi.apiUserTotpResetPost']?.[localVarOperationServerIndex]?.url; return (axios, basePath) =>
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); createRequestFunction(
}, localVarAxiosArgs,
/** globalAxios,
* BASE_PATH,
* @summary 设置二步验证 configuration
* @param {KamiApiSysUserV1TotpSetReq} [kamiApiSysUserV1TotpSetReq] )(axios, localVarOperationServerBasePath || basePath);
* @param {*} [options] Override http request option. },
* @throws {RequiredError} /**
*/ *
async apiUserTotpSetPost(kamiApiSysUserV1TotpSetReq?: KamiApiSysUserV1TotpSetReq, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>> { * @summary 重置两步验证
const localVarAxiosArgs = await localVarAxiosParamCreator.apiUserTotpSetPost(kamiApiSysUserV1TotpSetReq, options); * @param {KamiApiSysUserV1TotpResetReq} [kamiApiSysUserV1TotpResetReq]
const localVarOperationServerIndex = configuration?.serverIndex ?? 0; * @param {*} [options] Override http request option.
const localVarOperationServerBasePath = operationServerMap['TOTPApi.apiUserTotpSetPost']?.[localVarOperationServerIndex]?.url; * @throws {RequiredError}
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); */
}, async apiUserTotpResetPost(
/** kamiApiSysUserV1TotpResetReq?: KamiApiSysUserV1TotpResetReq,
* options?: RawAxiosRequestConfig
* @summary 确认当前用户是否开启totp ): Promise<
* @param {*} [options] Override http request option. (
* @throws {RequiredError} axios?: AxiosInstance,
*/ basePath?: string
async apiUserTotpStatusGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<KamiApiSysUserV1TotpStatusGetRes>> { ) => AxiosPromise<KamiApiSysUserV1TotpResetRes>
const localVarAxiosArgs = await localVarAxiosParamCreator.apiUserTotpStatusGet(options); > {
const localVarOperationServerIndex = configuration?.serverIndex ?? 0; const localVarAxiosArgs =
const localVarOperationServerBasePath = operationServerMap['TOTPApi.apiUserTotpStatusGet']?.[localVarOperationServerIndex]?.url; await localVarAxiosParamCreator.apiUserTotpResetPost(
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); kamiApiSysUserV1TotpResetReq,
}, options
);
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
const localVarOperationServerBasePath =
operationServerMap['TOTPApi.apiUserTotpResetPost']?.[
localVarOperationServerIndex
]?.url;
return (axios, basePath) =>
createRequestFunction(
localVarAxiosArgs,
globalAxios,
BASE_PATH,
configuration
)(axios, localVarOperationServerBasePath || basePath);
},
/**
*
* @summary 设置二步验证
* @param {KamiApiSysUserV1TotpSetReq} [kamiApiSysUserV1TotpSetReq]
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
async apiUserTotpSetPost(
kamiApiSysUserV1TotpSetReq?: KamiApiSysUserV1TotpSetReq,
options?: RawAxiosRequestConfig
): Promise<
(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>
> {
const localVarAxiosArgs =
await localVarAxiosParamCreator.apiUserTotpSetPost(
kamiApiSysUserV1TotpSetReq,
options
);
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
const localVarOperationServerBasePath =
operationServerMap['TOTPApi.apiUserTotpSetPost']?.[
localVarOperationServerIndex
]?.url;
return (axios, basePath) =>
createRequestFunction(
localVarAxiosArgs,
globalAxios,
BASE_PATH,
configuration
)(axios, localVarOperationServerBasePath || basePath);
},
/**
*
* @summary 确认当前用户是否开启totp
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
async apiUserTotpStatusGet(
options?: RawAxiosRequestConfig
): Promise<
(
axios?: AxiosInstance,
basePath?: string
) => AxiosPromise<KamiApiSysUserV1TotpStatusGetRes>
> {
const localVarAxiosArgs =
await localVarAxiosParamCreator.apiUserTotpStatusGet(options);
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
const localVarOperationServerBasePath =
operationServerMap['TOTPApi.apiUserTotpStatusGet']?.[
localVarOperationServerIndex
]?.url;
return (axios, basePath) =>
createRequestFunction(
localVarAxiosArgs,
globalAxios,
BASE_PATH,
configuration
)(axios, localVarOperationServerBasePath || basePath);
} }
};
}; };
/** /**
* TOTPApi - factory interface * TOTPApi - factory interface
* @export * @export
*/ */
export const TOTPApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) { export const TOTPApiFactory = function (
const localVarFp = TOTPApiFp(configuration) configuration?: Configuration,
return { basePath?: string,
/** axios?: AxiosInstance
* ) {
* @summary 查看两步验证图像 const localVarFp = TOTPApiFp(configuration);
* @param {string} code return {
* @param {*} [options] Override http request option. /**
* @throws {RequiredError} *
*/ * @summary 查看两步验证图像
apiUserTotpImageGet(code: string, options?: RawAxiosRequestConfig): AxiosPromise<KamiApiSysUserV1TotpImageGetRes> { * @param {string} code
return localVarFp.apiUserTotpImageGet(code, options).then((request) => request(axios, basePath)); * @param {*} [options] Override http request option.
}, * @throws {RequiredError}
/** */
* apiUserTotpImageGet(
* @summary 重置两步验证 code: string,
* @param {KamiApiSysUserV1TotpResetReq} [kamiApiSysUserV1TotpResetReq] options?: RawAxiosRequestConfig
* @param {*} [options] Override http request option. ): AxiosPromise<KamiApiSysUserV1TotpImageGetRes> {
* @throws {RequiredError} return localVarFp
*/ .apiUserTotpImageGet(code, options)
apiUserTotpResetPost(kamiApiSysUserV1TotpResetReq?: KamiApiSysUserV1TotpResetReq, options?: RawAxiosRequestConfig): AxiosPromise<KamiApiSysUserV1TotpResetRes> { .then(request => request(axios, basePath));
return localVarFp.apiUserTotpResetPost(kamiApiSysUserV1TotpResetReq, options).then((request) => request(axios, basePath)); },
}, /**
/** *
* * @summary 重置两步验证
* @summary 设置二步验证 * @param {KamiApiSysUserV1TotpResetReq} [kamiApiSysUserV1TotpResetReq]
* @param {KamiApiSysUserV1TotpSetReq} [kamiApiSysUserV1TotpSetReq] * @param {*} [options] Override http request option.
* @param {*} [options] Override http request option. * @throws {RequiredError}
* @throws {RequiredError} */
*/ apiUserTotpResetPost(
apiUserTotpSetPost(kamiApiSysUserV1TotpSetReq?: KamiApiSysUserV1TotpSetReq, options?: RawAxiosRequestConfig): AxiosPromise<object> { kamiApiSysUserV1TotpResetReq?: KamiApiSysUserV1TotpResetReq,
return localVarFp.apiUserTotpSetPost(kamiApiSysUserV1TotpSetReq, options).then((request) => request(axios, basePath)); options?: RawAxiosRequestConfig
}, ): AxiosPromise<KamiApiSysUserV1TotpResetRes> {
/** return localVarFp
* .apiUserTotpResetPost(kamiApiSysUserV1TotpResetReq, options)
* @summary 确认当前用户是否开启totp .then(request => request(axios, basePath));
* @param {*} [options] Override http request option. },
* @throws {RequiredError} /**
*/ *
apiUserTotpStatusGet(options?: RawAxiosRequestConfig): AxiosPromise<KamiApiSysUserV1TotpStatusGetRes> { * @summary 设置二步验证
return localVarFp.apiUserTotpStatusGet(options).then((request) => request(axios, basePath)); * @param {KamiApiSysUserV1TotpSetReq} [kamiApiSysUserV1TotpSetReq]
}, * @param {*} [options] Override http request option.
}; * @throws {RequiredError}
*/
apiUserTotpSetPost(
kamiApiSysUserV1TotpSetReq?: KamiApiSysUserV1TotpSetReq,
options?: RawAxiosRequestConfig
): AxiosPromise<object> {
return localVarFp
.apiUserTotpSetPost(kamiApiSysUserV1TotpSetReq, options)
.then(request => request(axios, basePath));
},
/**
*
* @summary 确认当前用户是否开启totp
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
apiUserTotpStatusGet(
options?: RawAxiosRequestConfig
): AxiosPromise<KamiApiSysUserV1TotpStatusGetRes> {
return localVarFp
.apiUserTotpStatusGet(options)
.then(request => request(axios, basePath));
}
};
}; };
/** /**
@@ -292,51 +455,64 @@ export const TOTPApiFactory = function (configuration?: Configuration, basePath?
* @extends {BaseAPI} * @extends {BaseAPI}
*/ */
export class TOTPApi extends BaseAPI { export class TOTPApi extends BaseAPI {
/** /**
* *
* @summary 查看两步验证图像 * @summary 查看两步验证图像
* @param {string} code * @param {string} code
* @param {*} [options] Override http request option. * @param {*} [options] Override http request option.
* @throws {RequiredError} * @throws {RequiredError}
* @memberof TOTPApi * @memberof TOTPApi
*/ */
public apiUserTotpImageGet(code: string, options?: RawAxiosRequestConfig) { public apiUserTotpImageGet(code: string, options?: RawAxiosRequestConfig) {
return TOTPApiFp(this.configuration).apiUserTotpImageGet(code, options).then((request) => request(this.axios, this.basePath)); return TOTPApiFp(this.configuration)
} .apiUserTotpImageGet(code, options)
.then(request => request(this.axios, this.basePath));
}
/** /**
* *
* @summary 重置两步验证 * @summary 重置两步验证
* @param {KamiApiSysUserV1TotpResetReq} [kamiApiSysUserV1TotpResetReq] * @param {KamiApiSysUserV1TotpResetReq} [kamiApiSysUserV1TotpResetReq]
* @param {*} [options] Override http request option. * @param {*} [options] Override http request option.
* @throws {RequiredError} * @throws {RequiredError}
* @memberof TOTPApi * @memberof TOTPApi
*/ */
public apiUserTotpResetPost(kamiApiSysUserV1TotpResetReq?: KamiApiSysUserV1TotpResetReq, options?: RawAxiosRequestConfig) { public apiUserTotpResetPost(
return TOTPApiFp(this.configuration).apiUserTotpResetPost(kamiApiSysUserV1TotpResetReq, options).then((request) => request(this.axios, this.basePath)); kamiApiSysUserV1TotpResetReq?: KamiApiSysUserV1TotpResetReq,
} options?: RawAxiosRequestConfig
) {
return TOTPApiFp(this.configuration)
.apiUserTotpResetPost(kamiApiSysUserV1TotpResetReq, options)
.then(request => request(this.axios, this.basePath));
}
/** /**
* *
* @summary 设置二步验证 * @summary 设置二步验证
* @param {KamiApiSysUserV1TotpSetReq} [kamiApiSysUserV1TotpSetReq] * @param {KamiApiSysUserV1TotpSetReq} [kamiApiSysUserV1TotpSetReq]
* @param {*} [options] Override http request option. * @param {*} [options] Override http request option.
* @throws {RequiredError} * @throws {RequiredError}
* @memberof TOTPApi * @memberof TOTPApi
*/ */
public apiUserTotpSetPost(kamiApiSysUserV1TotpSetReq?: KamiApiSysUserV1TotpSetReq, options?: RawAxiosRequestConfig) { public apiUserTotpSetPost(
return TOTPApiFp(this.configuration).apiUserTotpSetPost(kamiApiSysUserV1TotpSetReq, options).then((request) => request(this.axios, this.basePath)); kamiApiSysUserV1TotpSetReq?: KamiApiSysUserV1TotpSetReq,
} options?: RawAxiosRequestConfig
) {
return TOTPApiFp(this.configuration)
.apiUserTotpSetPost(kamiApiSysUserV1TotpSetReq, options)
.then(request => request(this.axios, this.basePath));
}
/** /**
* *
* @summary 确认当前用户是否开启totp * @summary 确认当前用户是否开启totp
* @param {*} [options] Override http request option. * @param {*} [options] Override http request option.
* @throws {RequiredError} * @throws {RequiredError}
* @memberof TOTPApi * @memberof TOTPApi
*/ */
public apiUserTotpStatusGet(options?: RawAxiosRequestConfig) { public apiUserTotpStatusGet(options?: RawAxiosRequestConfig) {
return TOTPApiFp(this.configuration).apiUserTotpStatusGet(options).then((request) => request(this.axios, this.basePath)); return TOTPApiFp(this.configuration)
} .apiUserTotpStatusGet(options)
.then(request => request(this.axios, this.basePath));
}
} }

View File

@@ -1,35 +1,34 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
import type { Configuration } from './configuration'; import type { Configuration } from './configuration';
// Some imports not used depending on template conditions // Some imports not used depending on template conditions
// @ts-ignore // @ts-ignore
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios'; import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
import globalAxios from 'axios'; import globalAxios from 'axios';
export const BASE_PATH = "http://localhost".replace(/\/+$/, ""); export const BASE_PATH = 'http://localhost'.replace(/\/+$/, '');
/** /**
* *
* @export * @export
*/ */
export const COLLECTION_FORMATS = { export const COLLECTION_FORMATS = {
csv: ",", csv: ',',
ssv: " ", ssv: ' ',
tsv: "\t", tsv: '\t',
pipes: "|", pipes: '|'
}; };
/** /**
@@ -38,8 +37,8 @@ export const COLLECTION_FORMATS = {
* @interface RequestArgs * @interface RequestArgs
*/ */
export interface RequestArgs { export interface RequestArgs {
url: string; url: string;
options: RawAxiosRequestConfig; options: RawAxiosRequestConfig;
} }
/** /**
@@ -48,15 +47,19 @@ export interface RequestArgs {
* @class BaseAPI * @class BaseAPI
*/ */
export class BaseAPI { export class BaseAPI {
protected configuration: Configuration | undefined; protected configuration: Configuration | undefined;
constructor(configuration?: Configuration, protected basePath: string = BASE_PATH, protected axios: AxiosInstance = globalAxios) { constructor(
if (configuration) { configuration?: Configuration,
this.configuration = configuration; protected basePath: string = BASE_PATH,
this.basePath = configuration.basePath ?? basePath; protected axios: AxiosInstance = globalAxios
} ) {
if (configuration) {
this.configuration = configuration;
this.basePath = configuration.basePath ?? basePath;
} }
}; }
}
/** /**
* *
@@ -65,22 +68,24 @@ export class BaseAPI {
* @extends {Error} * @extends {Error}
*/ */
export class RequiredError extends Error { export class RequiredError extends Error {
constructor(public field: string, msg?: string) { constructor(
super(msg); public field: string,
this.name = "RequiredError" msg?: string
} ) {
super(msg);
this.name = 'RequiredError';
}
} }
interface ServerMap { interface ServerMap {
[key: string]: { [key: string]: {
url: string, url: string;
description: string, description: string;
}[]; }[];
} }
/** /**
* *
* @export * @export
*/ */
export const operationServerMap: ServerMap = { export const operationServerMap: ServerMap = {};
}

View File

@@ -1,109 +1,143 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
import type { Configuration } from './configuration';
import type { Configuration } from "./configuration"; import type { RequestArgs } from './base';
import type { RequestArgs } from "./base";
import type { AxiosInstance, AxiosResponse } from 'axios'; import type { AxiosInstance, AxiosResponse } from 'axios';
import { RequiredError } from "./base"; import { RequiredError } from './base';
/** /**
* *
* @export * @export
*/ */
export const DUMMY_BASE_URL = 'https://example.com' export const DUMMY_BASE_URL = 'https://example.com';
/** /**
* *
* @throws {RequiredError} * @throws {RequiredError}
* @export * @export
*/ */
export const assertParamExists = function (functionName: string, paramName: string, paramValue: unknown) { export const assertParamExists = function (
if (paramValue === null || paramValue === undefined) { functionName: string,
throw new RequiredError(paramName, `Required parameter ${paramName} was null or undefined when calling ${functionName}.`); paramName: string,
} paramValue: unknown
} ) {
if (paramValue === null || paramValue === undefined) {
throw new RequiredError(
paramName,
`Required parameter ${paramName} was null or undefined when calling ${functionName}.`
);
}
};
/** /**
* *
* @export * @export
*/ */
export const setApiKeyToObject = async function (object: any, keyParamName: string, configuration?: Configuration) { export const setApiKeyToObject = async function (
if (configuration && configuration.apiKey) { object: any,
const localVarApiKeyValue = typeof configuration.apiKey === 'function' keyParamName: string,
? await configuration.apiKey(keyParamName) configuration?: Configuration
: await configuration.apiKey; ) {
object[keyParamName] = localVarApiKeyValue; if (configuration && configuration.apiKey) {
} const localVarApiKeyValue =
} typeof configuration.apiKey === 'function'
? await configuration.apiKey(keyParamName)
: await configuration.apiKey;
object[keyParamName] = localVarApiKeyValue;
}
};
/** /**
* *
* @export * @export
*/ */
export const setBasicAuthToObject = function (object: any, configuration?: Configuration) { export const setBasicAuthToObject = function (
if (configuration && (configuration.username || configuration.password)) { object: any,
object["auth"] = { username: configuration.username, password: configuration.password }; configuration?: Configuration
} ) {
} if (configuration && (configuration.username || configuration.password)) {
object['auth'] = {
username: configuration.username,
password: configuration.password
};
}
};
/** /**
* *
* @export * @export
*/ */
export const setBearerAuthToObject = async function (object: any, configuration?: Configuration) { export const setBearerAuthToObject = async function (
if (configuration && configuration.accessToken) { object: any,
const accessToken = typeof configuration.accessToken === 'function' configuration?: Configuration
? await configuration.accessToken() ) {
: await configuration.accessToken; if (configuration && configuration.accessToken) {
object["Authorization"] = "Bearer " + accessToken; const accessToken =
} typeof configuration.accessToken === 'function'
} ? await configuration.accessToken()
: await configuration.accessToken;
object['Authorization'] = 'Bearer ' + accessToken;
}
};
/** /**
* *
* @export * @export
*/ */
export const setOAuthToObject = async function (object: any, name: string, scopes: string[], configuration?: Configuration) { export const setOAuthToObject = async function (
if (configuration && configuration.accessToken) { object: any,
const localVarAccessTokenValue = typeof configuration.accessToken === 'function' name: string,
? await configuration.accessToken(name, scopes) scopes: string[],
: await configuration.accessToken; configuration?: Configuration
object["Authorization"] = "Bearer " + localVarAccessTokenValue; ) {
} if (configuration && configuration.accessToken) {
} const localVarAccessTokenValue =
typeof configuration.accessToken === 'function'
? await configuration.accessToken(name, scopes)
: await configuration.accessToken;
object['Authorization'] = 'Bearer ' + localVarAccessTokenValue;
}
};
function setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = ""): void { function setFlattenedQueryParams(
if (parameter == null) return; urlSearchParams: URLSearchParams,
if (typeof parameter === "object") { parameter: any,
if (Array.isArray(parameter)) { key: string = ''
(parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key)); ): void {
} if (parameter == null) return;
else { if (typeof parameter === 'object') {
Object.keys(parameter).forEach(currentKey => if (Array.isArray(parameter)) {
setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`) (parameter as any[]).forEach(item =>
); setFlattenedQueryParams(urlSearchParams, item, key)
} );
} } else {
else { Object.keys(parameter).forEach(currentKey =>
if (urlSearchParams.has(key)) { setFlattenedQueryParams(
urlSearchParams.append(key, parameter); urlSearchParams,
} parameter[currentKey],
else { `${key}${key !== '' ? '.' : ''}${currentKey}`
urlSearchParams.set(key, parameter); )
} );
} }
} else {
if (urlSearchParams.has(key)) {
urlSearchParams.append(key, parameter);
} else {
urlSearchParams.set(key, parameter);
}
}
} }
/** /**
@@ -111,40 +145,58 @@ function setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: an
* @export * @export
*/ */
export const setSearchParams = function (url: URL, ...objects: any[]) { export const setSearchParams = function (url: URL, ...objects: any[]) {
const searchParams = new URLSearchParams(url.search); const searchParams = new URLSearchParams(url.search);
setFlattenedQueryParams(searchParams, objects); setFlattenedQueryParams(searchParams, objects);
url.search = searchParams.toString(); url.search = searchParams.toString();
} };
/** /**
* *
* @export * @export
*/ */
export const serializeDataIfNeeded = function (value: any, requestOptions: any, configuration?: Configuration) { export const serializeDataIfNeeded = function (
const nonString = typeof value !== 'string'; value: any,
const needsSerialization = nonString && configuration && configuration.isJsonMime requestOptions: any,
? configuration.isJsonMime(requestOptions.headers['Content-Type']) configuration?: Configuration
: nonString; ) {
return needsSerialization const nonString = typeof value !== 'string';
? JSON.stringify(value !== undefined ? value : {}) const needsSerialization =
: (value || ""); nonString && configuration && configuration.isJsonMime
} ? configuration.isJsonMime(requestOptions.headers['Content-Type'])
: nonString;
return needsSerialization
? JSON.stringify(value !== undefined ? value : {})
: value || '';
};
/** /**
* *
* @export * @export
*/ */
export const toPathString = function (url: URL) { export const toPathString = function (url: URL) {
return url.pathname + url.search + url.hash return url.pathname + url.search + url.hash;
} };
/** /**
* *
* @export * @export
*/ */
export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) { export const createRequestFunction = function (
return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => { axiosArgs: RequestArgs,
const axiosRequestArgs = {...axiosArgs.options, url: (axios.defaults.baseURL ? '' : configuration?.basePath ?? basePath) + axiosArgs.url}; globalAxios: AxiosInstance,
return axios.request<T, R>(axiosRequestArgs); BASE_PATH: string,
configuration?: Configuration
) {
return <T = unknown, R = AxiosResponse<T>>(
axios: AxiosInstance = globalAxios,
basePath: string = BASE_PATH
) => {
const axiosRequestArgs = {
...axiosArgs.options,
url:
(axios.defaults.baseURL ? '' : (configuration?.basePath ?? basePath)) +
axiosArgs.url
}; };
} return axios.request<T, R>(axiosRequestArgs);
};
};

View File

@@ -1,110 +1,132 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
export interface ConfigurationParameters { export interface ConfigurationParameters {
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>); apiKey?:
username?: string; | string
password?: string; | Promise<string>
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>); | ((name: string) => string)
basePath?: string; | ((name: string) => Promise<string>);
serverIndex?: number; username?: string;
baseOptions?: any; password?: string;
formDataCtor?: new () => any; accessToken?:
| string
| Promise<string>
| ((name?: string, scopes?: string[]) => string)
| ((name?: string, scopes?: string[]) => Promise<string>);
basePath?: string;
serverIndex?: number;
baseOptions?: any;
formDataCtor?: new () => any;
} }
export class Configuration { export class Configuration {
/** /**
* parameter for apiKey security * parameter for apiKey security
* @param name security name * @param name security name
* @memberof Configuration * @memberof Configuration
*/ */
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>); apiKey?:
/** | string
* parameter for basic security | Promise<string>
* | ((name: string) => string)
* @type {string} | ((name: string) => Promise<string>);
* @memberof Configuration /**
*/ * parameter for basic security
username?: string; *
/** * @type {string}
* parameter for basic security * @memberof Configuration
* */
* @type {string} username?: string;
* @memberof Configuration /**
*/ * parameter for basic security
password?: string; *
/** * @type {string}
* parameter for oauth2 security * @memberof Configuration
* @param name security name */
* @param scopes oauth2 scope password?: string;
* @memberof Configuration /**
*/ * parameter for oauth2 security
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>); * @param name security name
/** * @param scopes oauth2 scope
* override base path * @memberof Configuration
* */
* @type {string} accessToken?:
* @memberof Configuration | string
*/ | Promise<string>
basePath?: string; | ((name?: string, scopes?: string[]) => string)
/** | ((name?: string, scopes?: string[]) => Promise<string>);
* override server index /**
* * override base path
* @type {number} *
* @memberof Configuration * @type {string}
*/ * @memberof Configuration
serverIndex?: number; */
/** basePath?: string;
* base options for axios calls /**
* * override server index
* @type {any} *
* @memberof Configuration * @type {number}
*/ * @memberof Configuration
baseOptions?: any; */
/** serverIndex?: number;
* The FormData constructor that will be used to create multipart form data /**
* requests. You can inject this here so that execution environments that * base options for axios calls
* do not support the FormData class can still run the generated client. *
* * @type {any}
* @type {new () => FormData} * @memberof Configuration
*/ */
formDataCtor?: new () => any; baseOptions?: any;
/**
* The FormData constructor that will be used to create multipart form data
* requests. You can inject this here so that execution environments that
* do not support the FormData class can still run the generated client.
*
* @type {new () => FormData}
*/
formDataCtor?: new () => any;
constructor(param: ConfigurationParameters = {}) { constructor(param: ConfigurationParameters = {}) {
this.apiKey = param.apiKey; this.apiKey = param.apiKey;
this.username = param.username; this.username = param.username;
this.password = param.password; this.password = param.password;
this.accessToken = param.accessToken; this.accessToken = param.accessToken;
this.basePath = param.basePath; this.basePath = param.basePath;
this.serverIndex = param.serverIndex; this.serverIndex = param.serverIndex;
this.baseOptions = param.baseOptions; this.baseOptions = param.baseOptions;
this.formDataCtor = param.formDataCtor; this.formDataCtor = param.formDataCtor;
} }
/** /**
* Check if the given MIME is a JSON MIME. * Check if the given MIME is a JSON MIME.
* JSON MIME examples: * JSON MIME examples:
* application/json * application/json
* application/json; charset=UTF8 * application/json; charset=UTF8
* APPLICATION/JSON * APPLICATION/JSON
* application/vnd.company+json * application/vnd.company+json
* @param mime - MIME (Multipurpose Internet Mail Extensions) * @param mime - MIME (Multipurpose Internet Mail Extensions)
* @return True if the given MIME is JSON, false otherwise. * @return True if the given MIME is JSON, false otherwise.
*/ */
public isJsonMime(mime: string): boolean { public isJsonMime(mime: string): boolean {
const jsonMime: RegExp = new RegExp('^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$', 'i'); const jsonMime: RegExp = new RegExp(
return mime !== null && (jsonMime.test(mime) || mime.toLowerCase() === 'application/json-patch+json'); '^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$',
} 'i'
);
return (
mime !== null &&
(jsonMime.test(mime) ||
mime.toLowerCase() === 'application/json-patch+json')
);
}
} }

View File

@@ -1,18 +1,17 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
export * from './api';
export * from "./api"; export * from './configuration';
export * from "./configuration"; export * from './models';
export * from "./models";

View File

@@ -175,6 +175,8 @@ export * from './kami-api-card-info-walmart-v1-group-all-list-res';
export * from './kami-api-card-info-walmart-v1-group-delete-req'; export * from './kami-api-card-info-walmart-v1-group-delete-req';
export * from './kami-api-card-info-walmart-v1-group-list-req'; export * from './kami-api-card-info-walmart-v1-group-list-req';
export * from './kami-api-card-info-walmart-v1-group-list-res'; export * from './kami-api-card-info-walmart-v1-group-list-res';
export * from './kami-api-card-info-walmart-v1-group-stat-req';
export * from './kami-api-card-info-walmart-v1-group-stat-res';
export * from './kami-api-card-info-walmart-v1-group-update-req'; export * from './kami-api-card-info-walmart-v1-group-update-req';
export * from './kami-api-card-info-walmart-v1-list-req'; export * from './kami-api-card-info-walmart-v1-list-req';
export * from './kami-api-card-info-walmart-v1-list-res'; export * from './kami-api-card-info-walmart-v1-list-res';
@@ -188,6 +190,8 @@ export * from './kami-api-card-info-walmart-v1-order-summary-record';
export * from './kami-api-card-info-walmart-v1-redeem-config-get-res'; export * from './kami-api-card-info-walmart-v1-redeem-config-get-res';
export * from './kami-api-card-info-walmart-v1-redeem-config-set-req'; export * from './kami-api-card-info-walmart-v1-redeem-config-set-req';
export * from './kami-api-card-info-walmart-v1-submit-req'; export * from './kami-api-card-info-walmart-v1-submit-req';
export * from './kami-api-card-info-walmart-v1-v1-card-redeem-account-group-entity';
export * from './kami-api-card-info-walmart-v1-v1-card-redeem-account-group-entity-account';
export * from './kami-api-card-redeem-jd-v1-account-add-req'; export * from './kami-api-card-redeem-jd-v1-account-add-req';
export * from './kami-api-card-redeem-jd-v1-account-delete-req'; export * from './kami-api-card-redeem-jd-v1-account-delete-req';
export * from './kami-api-card-redeem-jd-v1-account-get-req'; export * from './kami-api-card-redeem-jd-v1-account-get-req';

View File

@@ -1,42 +1,39 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1AppleCardListRecordUploadUser * @interface KamiApiCardInfoAppleV1AppleCardListRecordUploadUser
*/ */
export interface KamiApiCardInfoAppleV1AppleCardListRecordUploadUser { export interface KamiApiCardInfoAppleV1AppleCardListRecordUploadUser {
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1AppleCardListRecordUploadUser * @memberof KamiApiCardInfoAppleV1AppleCardListRecordUploadUser
*/ */
'id'?: string; id?: string;
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1AppleCardListRecordUploadUser * @memberof KamiApiCardInfoAppleV1AppleCardListRecordUploadUser
*/ */
'username'?: string; username?: string;
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1AppleCardListRecordUploadUser * @memberof KamiApiCardInfoAppleV1AppleCardListRecordUploadUser
*/ */
'nickname'?: string; nickname?: string;
} }

View File

@@ -1,135 +1,133 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
// May contain unused imports in some cases // May contain unused imports in some cases
// @ts-ignore // @ts-ignore
import type { KamiApiCardInfoAppleV1AppleCardListRecordUploadUser } from './kami-api-card-info-apple-v1-apple-card-list-record-upload-user'; import type { KamiApiCardInfoAppleV1AppleCardListRecordUploadUser } from './kami-api-card-info-apple-v1-apple-card-list-record-upload-user';
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1AppleCardListRecord * @interface KamiApiCardInfoAppleV1AppleCardListRecord
*/ */
export interface KamiApiCardInfoAppleV1AppleCardListRecord { export interface KamiApiCardInfoAppleV1AppleCardListRecord {
/** /**
* 主键 * 主键
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1AppleCardListRecord * @memberof KamiApiCardInfoAppleV1AppleCardListRecord
*/ */
'id'?: string; id?: string;
/** /**
* 账户 * 账户
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1AppleCardListRecord * @memberof KamiApiCardInfoAppleV1AppleCardListRecord
*/ */
'account'?: string; account?: string;
/** /**
* 密码 * 密码
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1AppleCardListRecord * @memberof KamiApiCardInfoAppleV1AppleCardListRecord
*/ */
'password'?: string; password?: string;
/** /**
* 余额 * 余额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1AppleCardListRecord * @memberof KamiApiCardInfoAppleV1AppleCardListRecord
*/ */
'balance'?: number; balance?: number;
/** /**
* itunes充值后余额 * itunes充值后余额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1AppleCardListRecord * @memberof KamiApiCardInfoAppleV1AppleCardListRecord
*/ */
'balanceItunes'?: number; balanceItunes?: number;
/** /**
* 状态 0.停用 1.正常使用(待充值) 2.正在充值 3.已达到单日充值限制 * 状态 0.停用 1.正常使用(待充值) 2.正在充值 3.已达到单日充值限制
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1AppleCardListRecord * @memberof KamiApiCardInfoAppleV1AppleCardListRecord
*/ */
'status'?: number; status?: number;
/** /**
* 今日充值金额,临时字段,方便查询 * 今日充值金额,临时字段,方便查询
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1AppleCardListRecord * @memberof KamiApiCardInfoAppleV1AppleCardListRecord
*/ */
'todayRechargeAmount'?: number; todayRechargeAmount?: number;
/** /**
* 今日充值笔数,临时字段,方便查询 * 今日充值笔数,临时字段,方便查询
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1AppleCardListRecord * @memberof KamiApiCardInfoAppleV1AppleCardListRecord
*/ */
'todayRechargeCount'?: number; todayRechargeCount?: number;
/** /**
* 今日日期,临时字段,方便查询 * 今日日期,临时字段,方便查询
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1AppleCardListRecord * @memberof KamiApiCardInfoAppleV1AppleCardListRecord
*/ */
'todayRechargeDatetime'?: string; todayRechargeDatetime?: string;
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1AppleCardListRecord * @memberof KamiApiCardInfoAppleV1AppleCardListRecord
*/ */
'createdUserId'?: string; createdUserId?: string;
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1AppleCardListRecord * @memberof KamiApiCardInfoAppleV1AppleCardListRecord
*/ */
'createdUserRole'?: string; createdUserRole?: string;
/** /**
* 最大充值限制金额 * 最大充值限制金额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1AppleCardListRecord * @memberof KamiApiCardInfoAppleV1AppleCardListRecord
*/ */
'maxAmountLimit'?: number; maxAmountLimit?: number;
/** /**
* 最大充值限制次数 * 最大充值限制次数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1AppleCardListRecord * @memberof KamiApiCardInfoAppleV1AppleCardListRecord
*/ */
'maxCountLimit'?: number; maxCountLimit?: number;
/** /**
* 备注 * 备注
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1AppleCardListRecord * @memberof KamiApiCardInfoAppleV1AppleCardListRecord
*/ */
'remark'?: string; remark?: string;
/** /**
* 创建日期 * 创建日期
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1AppleCardListRecord * @memberof KamiApiCardInfoAppleV1AppleCardListRecord
*/ */
'createdAt'?: string; createdAt?: string;
/** /**
* 更新日期 * 更新日期
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1AppleCardListRecord * @memberof KamiApiCardInfoAppleV1AppleCardListRecord
*/ */
'updatedAt'?: string; updatedAt?: string;
/** /**
* 删除日期 * 删除日期
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1AppleCardListRecord * @memberof KamiApiCardInfoAppleV1AppleCardListRecord
*/ */
'deletedAt'?: string; deletedAt?: string;
/** /**
* *
* @type {KamiApiCardInfoAppleV1AppleCardListRecordUploadUser} * @type {KamiApiCardInfoAppleV1AppleCardListRecordUploadUser}
* @memberof KamiApiCardInfoAppleV1AppleCardListRecord * @memberof KamiApiCardInfoAppleV1AppleCardListRecord
*/ */
'uploadUser'?: KamiApiCardInfoAppleV1AppleCardListRecordUploadUser; uploadUser?: KamiApiCardInfoAppleV1AppleCardListRecordUploadUser;
} }

View File

@@ -1,36 +1,33 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1CallBackOrderManualReq * @interface KamiApiCardInfoAppleV1CallBackOrderManualReq
*/ */
export interface KamiApiCardInfoAppleV1CallBackOrderManualReq { export interface KamiApiCardInfoAppleV1CallBackOrderManualReq {
/** /**
* 订单ID * 订单ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1CallBackOrderManualReq * @memberof KamiApiCardInfoAppleV1CallBackOrderManualReq
*/ */
'orderNo': string; orderNo: string;
/** /**
* 充值ID * 充值ID
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1CallBackOrderManualReq * @memberof KamiApiCardInfoAppleV1CallBackOrderManualReq
*/ */
'id'?: number; id?: number;
} }

View File

@@ -1,60 +1,57 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1CardHistoryInfoListReq * @interface KamiApiCardInfoAppleV1CardHistoryInfoListReq
*/ */
export interface KamiApiCardInfoAppleV1CardHistoryInfoListReq { export interface KamiApiCardInfoAppleV1CardHistoryInfoListReq {
/** /**
* 页数 * 页数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1CardHistoryInfoListReq * @memberof KamiApiCardInfoAppleV1CardHistoryInfoListReq
*/ */
'current': number; current: number;
/** /**
* 页码 * 页码
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1CardHistoryInfoListReq * @memberof KamiApiCardInfoAppleV1CardHistoryInfoListReq
*/ */
'pageSize': KamiApiCardInfoAppleV1CardHistoryInfoListReqPageSizeEnum; pageSize: KamiApiCardInfoAppleV1CardHistoryInfoListReqPageSizeEnum;
/** /**
* 苹果账户名 * 苹果账户名
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1CardHistoryInfoListReq * @memberof KamiApiCardInfoAppleV1CardHistoryInfoListReq
*/ */
'accountName'?: string; accountName?: string;
/** /**
* 苹果账户ID * 苹果账户ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1CardHistoryInfoListReq * @memberof KamiApiCardInfoAppleV1CardHistoryInfoListReq
*/ */
'accountId'?: string; accountId?: string;
} }
export const KamiApiCardInfoAppleV1CardHistoryInfoListReqPageSizeEnum = { export const KamiApiCardInfoAppleV1CardHistoryInfoListReqPageSizeEnum = {
NUMBER_5: 5, NUMBER_5: 5,
NUMBER_10: 10, NUMBER_10: 10,
NUMBER_15: 15, NUMBER_15: 15,
NUMBER_20: 20, NUMBER_20: 20,
NUMBER_50: 50, NUMBER_50: 50,
NUMBER_100: 100 NUMBER_100: 100
} as const; } as const;
export type KamiApiCardInfoAppleV1CardHistoryInfoListReqPageSizeEnum = typeof KamiApiCardInfoAppleV1CardHistoryInfoListReqPageSizeEnum[keyof typeof KamiApiCardInfoAppleV1CardHistoryInfoListReqPageSizeEnum]; export type KamiApiCardInfoAppleV1CardHistoryInfoListReqPageSizeEnum =
(typeof KamiApiCardInfoAppleV1CardHistoryInfoListReqPageSizeEnum)[keyof typeof KamiApiCardInfoAppleV1CardHistoryInfoListReqPageSizeEnum];

View File

@@ -1,39 +1,37 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
// May contain unused imports in some cases // May contain unused imports in some cases
// @ts-ignore // @ts-ignore
import type { KamiApiCardInfoAppleV1CardHistoryModel } from './kami-api-card-info-apple-v1-card-history-model'; import type { KamiApiCardInfoAppleV1CardHistoryModel } from './kami-api-card-info-apple-v1-card-history-model';
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1CardHistoryInfoListRes * @interface KamiApiCardInfoAppleV1CardHistoryInfoListRes
*/ */
export interface KamiApiCardInfoAppleV1CardHistoryInfoListRes { export interface KamiApiCardInfoAppleV1CardHistoryInfoListRes {
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1CardHistoryInfoListRes * @memberof KamiApiCardInfoAppleV1CardHistoryInfoListRes
*/ */
'total'?: number; total?: number;
/** /**
* *
* @type {Array<KamiApiCardInfoAppleV1CardHistoryModel>} * @type {Array<KamiApiCardInfoAppleV1CardHistoryModel>}
* @memberof KamiApiCardInfoAppleV1CardHistoryInfoListRes * @memberof KamiApiCardInfoAppleV1CardHistoryInfoListRes
*/ */
'list'?: Array<KamiApiCardInfoAppleV1CardHistoryModel>; list?: Array<KamiApiCardInfoAppleV1CardHistoryModel>;
} }

View File

@@ -1,84 +1,81 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1CardHistoryModel * @interface KamiApiCardInfoAppleV1CardHistoryModel
*/ */
export interface KamiApiCardInfoAppleV1CardHistoryModel { export interface KamiApiCardInfoAppleV1CardHistoryModel {
/** /**
* 账户ID * 账户ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1CardHistoryModel * @memberof KamiApiCardInfoAppleV1CardHistoryModel
*/ */
'accountId'?: string; accountId?: string;
/** /**
* 账户 * 账户
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1CardHistoryModel * @memberof KamiApiCardInfoAppleV1CardHistoryModel
*/ */
'accountName'?: string; accountName?: string;
/** /**
* 订单号 * 订单号
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1CardHistoryModel * @memberof KamiApiCardInfoAppleV1CardHistoryModel
*/ */
'orderNo'?: string; orderNo?: string;
/** /**
* 余额(itunes) * 余额(itunes)
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1CardHistoryModel * @memberof KamiApiCardInfoAppleV1CardHistoryModel
*/ */
'balanceBeforeItunes'?: number; balanceBeforeItunes?: number;
/** /**
* 余额增长后(itunes) * 余额增长后(itunes)
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1CardHistoryModel * @memberof KamiApiCardInfoAppleV1CardHistoryModel
*/ */
'balanceAfterItunes'?: number; balanceAfterItunes?: number;
/** /**
* 余额(自动计算) * 余额(自动计算)
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1CardHistoryModel * @memberof KamiApiCardInfoAppleV1CardHistoryModel
*/ */
'balanceBeforeAutoIncrement'?: number; balanceBeforeAutoIncrement?: number;
/** /**
* 余额增长后(自动计算) * 余额增长后(自动计算)
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1CardHistoryModel * @memberof KamiApiCardInfoAppleV1CardHistoryModel
*/ */
'balanceAfterAutoIncrement'?: number; balanceAfterAutoIncrement?: number;
/** /**
* 充值金额 * 充值金额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1CardHistoryModel * @memberof KamiApiCardInfoAppleV1CardHistoryModel
*/ */
'amount'?: number; amount?: number;
/** /**
* 描述 * 描述
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1CardHistoryModel * @memberof KamiApiCardInfoAppleV1CardHistoryModel
*/ */
'description'?: string; description?: string;
/** /**
* 创建时间 * 创建时间
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1CardHistoryModel * @memberof KamiApiCardInfoAppleV1CardHistoryModel
*/ */
'createdAt'?: string; createdAt?: string;
} }

View File

@@ -1,30 +1,27 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1CardInfoBatchAddFromXlsxReq * @interface KamiApiCardInfoAppleV1CardInfoBatchAddFromXlsxReq
*/ */
export interface KamiApiCardInfoAppleV1CardInfoBatchAddFromXlsxReq { export interface KamiApiCardInfoAppleV1CardInfoBatchAddFromXlsxReq {
/** /**
* 选择上传文件 * 选择上传文件
* @type {any} * @type {any}
* @memberof KamiApiCardInfoAppleV1CardInfoBatchAddFromXlsxReq * @memberof KamiApiCardInfoAppleV1CardInfoBatchAddFromXlsxReq
*/ */
'file': any; file: any;
} }

View File

@@ -1,30 +1,27 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1CardInfoBatchAddFromXlsxRes * @interface KamiApiCardInfoAppleV1CardInfoBatchAddFromXlsxRes
*/ */
export interface KamiApiCardInfoAppleV1CardInfoBatchAddFromXlsxRes { export interface KamiApiCardInfoAppleV1CardInfoBatchAddFromXlsxRes {
/** /**
* 导入结果 * 导入结果
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1CardInfoBatchAddFromXlsxRes * @memberof KamiApiCardInfoAppleV1CardInfoBatchAddFromXlsxRes
*/ */
'msg'?: string; msg?: string;
} }

View File

@@ -1,54 +1,51 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1CardInfoCreateReq * @interface KamiApiCardInfoAppleV1CardInfoCreateReq
*/ */
export interface KamiApiCardInfoAppleV1CardInfoCreateReq { export interface KamiApiCardInfoAppleV1CardInfoCreateReq {
/** /**
* 账户 * 账户
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1CardInfoCreateReq * @memberof KamiApiCardInfoAppleV1CardInfoCreateReq
*/ */
'account': string; account: string;
/** /**
* 密码 * 密码
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1CardInfoCreateReq * @memberof KamiApiCardInfoAppleV1CardInfoCreateReq
*/ */
'password': string; password: string;
/** /**
* 最大充值金额 * 最大充值金额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1CardInfoCreateReq * @memberof KamiApiCardInfoAppleV1CardInfoCreateReq
*/ */
'maxAmountLimit': number; maxAmountLimit: number;
/** /**
* 最大充值次数 * 最大充值次数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1CardInfoCreateReq * @memberof KamiApiCardInfoAppleV1CardInfoCreateReq
*/ */
'maxCountLimit': number; maxCountLimit: number;
/** /**
* 备注 * 备注
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1CardInfoCreateReq * @memberof KamiApiCardInfoAppleV1CardInfoCreateReq
*/ */
'remark'?: string; remark?: string;
} }

View File

@@ -1,30 +1,27 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1CardInfoDeleteReq * @interface KamiApiCardInfoAppleV1CardInfoDeleteReq
*/ */
export interface KamiApiCardInfoAppleV1CardInfoDeleteReq { export interface KamiApiCardInfoAppleV1CardInfoDeleteReq {
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1CardInfoDeleteReq * @memberof KamiApiCardInfoAppleV1CardInfoDeleteReq
*/ */
'id': string; id: string;
} }

View File

@@ -1,54 +1,51 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1CardInfoListReq * @interface KamiApiCardInfoAppleV1CardInfoListReq
*/ */
export interface KamiApiCardInfoAppleV1CardInfoListReq { export interface KamiApiCardInfoAppleV1CardInfoListReq {
/** /**
* 账户 * 账户
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1CardInfoListReq * @memberof KamiApiCardInfoAppleV1CardInfoListReq
*/ */
'account'?: string; account?: string;
/** /**
* 页数 * 页数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1CardInfoListReq * @memberof KamiApiCardInfoAppleV1CardInfoListReq
*/ */
'current': number; current: number;
/** /**
* 页码 * 页码
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1CardInfoListReq * @memberof KamiApiCardInfoAppleV1CardInfoListReq
*/ */
'pageSize': KamiApiCardInfoAppleV1CardInfoListReqPageSizeEnum; pageSize: KamiApiCardInfoAppleV1CardInfoListReqPageSizeEnum;
} }
export const KamiApiCardInfoAppleV1CardInfoListReqPageSizeEnum = { export const KamiApiCardInfoAppleV1CardInfoListReqPageSizeEnum = {
NUMBER_5: 5, NUMBER_5: 5,
NUMBER_10: 10, NUMBER_10: 10,
NUMBER_15: 15, NUMBER_15: 15,
NUMBER_20: 20, NUMBER_20: 20,
NUMBER_50: 50, NUMBER_50: 50,
NUMBER_100: 100 NUMBER_100: 100
} as const; } as const;
export type KamiApiCardInfoAppleV1CardInfoListReqPageSizeEnum = typeof KamiApiCardInfoAppleV1CardInfoListReqPageSizeEnum[keyof typeof KamiApiCardInfoAppleV1CardInfoListReqPageSizeEnum]; export type KamiApiCardInfoAppleV1CardInfoListReqPageSizeEnum =
(typeof KamiApiCardInfoAppleV1CardInfoListReqPageSizeEnum)[keyof typeof KamiApiCardInfoAppleV1CardInfoListReqPageSizeEnum];

View File

@@ -1,39 +1,37 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
// May contain unused imports in some cases // May contain unused imports in some cases
// @ts-ignore // @ts-ignore
import type { KamiApiCardInfoAppleV1AppleCardListRecord } from './kami-api-card-info-apple-v1-apple-card-list-record'; import type { KamiApiCardInfoAppleV1AppleCardListRecord } from './kami-api-card-info-apple-v1-apple-card-list-record';
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1CardInfoListRes * @interface KamiApiCardInfoAppleV1CardInfoListRes
*/ */
export interface KamiApiCardInfoAppleV1CardInfoListRes { export interface KamiApiCardInfoAppleV1CardInfoListRes {
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1CardInfoListRes * @memberof KamiApiCardInfoAppleV1CardInfoListRes
*/ */
'total'?: number; total?: number;
/** /**
* *
* @type {Array<KamiApiCardInfoAppleV1AppleCardListRecord>} * @type {Array<KamiApiCardInfoAppleV1AppleCardListRecord>}
* @memberof KamiApiCardInfoAppleV1CardInfoListRes * @memberof KamiApiCardInfoAppleV1CardInfoListRes
*/ */
'list'?: Array<KamiApiCardInfoAppleV1AppleCardListRecord>; list?: Array<KamiApiCardInfoAppleV1AppleCardListRecord>;
} }

View File

@@ -1,30 +1,27 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1CardInfoSuspendOrContinueReq * @interface KamiApiCardInfoAppleV1CardInfoSuspendOrContinueReq
*/ */
export interface KamiApiCardInfoAppleV1CardInfoSuspendOrContinueReq { export interface KamiApiCardInfoAppleV1CardInfoSuspendOrContinueReq {
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1CardInfoSuspendOrContinueReq * @memberof KamiApiCardInfoAppleV1CardInfoSuspendOrContinueReq
*/ */
'id': string; id: string;
} }

View File

@@ -1,60 +1,57 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1CardInfoUpdateReq * @interface KamiApiCardInfoAppleV1CardInfoUpdateReq
*/ */
export interface KamiApiCardInfoAppleV1CardInfoUpdateReq { export interface KamiApiCardInfoAppleV1CardInfoUpdateReq {
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1CardInfoUpdateReq * @memberof KamiApiCardInfoAppleV1CardInfoUpdateReq
*/ */
'id': string; id: string;
/** /**
* 账户 * 账户
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1CardInfoUpdateReq * @memberof KamiApiCardInfoAppleV1CardInfoUpdateReq
*/ */
'account': string; account: string;
/** /**
* 密码 * 密码
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1CardInfoUpdateReq * @memberof KamiApiCardInfoAppleV1CardInfoUpdateReq
*/ */
'password': string; password: string;
/** /**
* 最大充值金额 * 最大充值金额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1CardInfoUpdateReq * @memberof KamiApiCardInfoAppleV1CardInfoUpdateReq
*/ */
'maxAmountLimit': number; maxAmountLimit: number;
/** /**
* 最大充值次数 * 最大充值次数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1CardInfoUpdateReq * @memberof KamiApiCardInfoAppleV1CardInfoUpdateReq
*/ */
'maxCountLimit': number; maxCountLimit: number;
/** /**
* 备注 * 备注
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1CardInfoUpdateReq * @memberof KamiApiCardInfoAppleV1CardInfoUpdateReq
*/ */
'remark'?: string; remark?: string;
} }

View File

@@ -1,51 +1,48 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1CardInfoUpdateStatusReq * @interface KamiApiCardInfoAppleV1CardInfoUpdateStatusReq
*/ */
export interface KamiApiCardInfoAppleV1CardInfoUpdateStatusReq { export interface KamiApiCardInfoAppleV1CardInfoUpdateStatusReq {
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1CardInfoUpdateStatusReq * @memberof KamiApiCardInfoAppleV1CardInfoUpdateStatusReq
*/ */
'id': string; id: string;
/** /**
* 状态 * 状态
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1CardInfoUpdateStatusReq * @memberof KamiApiCardInfoAppleV1CardInfoUpdateStatusReq
*/ */
'status': KamiApiCardInfoAppleV1CardInfoUpdateStatusReqStatusEnum; status: KamiApiCardInfoAppleV1CardInfoUpdateStatusReqStatusEnum;
} }
export const KamiApiCardInfoAppleV1CardInfoUpdateStatusReqStatusEnum = { export const KamiApiCardInfoAppleV1CardInfoUpdateStatusReqStatusEnum = {
NUMBER_1: 1, NUMBER_1: 1,
NUMBER_5: 5, NUMBER_5: 5,
NUMBER_6: 6, NUMBER_6: 6,
NUMBER_8: 8, NUMBER_8: 8,
NUMBER_4: 4, NUMBER_4: 4,
NUMBER_2: 2, NUMBER_2: 2,
NUMBER_9: 9, NUMBER_9: 9,
NUMBER_7: 7, NUMBER_7: 7,
NUMBER_3: 3 NUMBER_3: 3
} as const; } as const;
export type KamiApiCardInfoAppleV1CardInfoUpdateStatusReqStatusEnum = typeof KamiApiCardInfoAppleV1CardInfoUpdateStatusReqStatusEnum[keyof typeof KamiApiCardInfoAppleV1CardInfoUpdateStatusReqStatusEnum]; export type KamiApiCardInfoAppleV1CardInfoUpdateStatusReqStatusEnum =
(typeof KamiApiCardInfoAppleV1CardInfoUpdateStatusReqStatusEnum)[keyof typeof KamiApiCardInfoAppleV1CardInfoUpdateStatusReqStatusEnum];

View File

@@ -1,60 +1,57 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1ConfigGetRes * @interface KamiApiCardInfoAppleV1ConfigGetRes
*/ */
export interface KamiApiCardInfoAppleV1ConfigGetRes { export interface KamiApiCardInfoAppleV1ConfigGetRes {
/** /**
* 是否允许金额异议充值 * 是否允许金额异议充值
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoAppleV1ConfigGetRes * @memberof KamiApiCardInfoAppleV1ConfigGetRes
*/ */
'isAllowDifferentAmount'?: boolean; isAllowDifferentAmount?: boolean;
/** /**
* 是否允许金额异议回调(充值成功) * 是否允许金额异议回调(充值成功)
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoAppleV1ConfigGetRes * @memberof KamiApiCardInfoAppleV1ConfigGetRes
*/ */
'isAllowDifferentSucceedCallback'?: boolean; isAllowDifferentSucceedCallback?: boolean;
/** /**
* 是否允许金额异议回调(充值失败) * 是否允许金额异议回调(充值失败)
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoAppleV1ConfigGetRes * @memberof KamiApiCardInfoAppleV1ConfigGetRes
*/ */
'isAllowDifferentFailCallback'?: boolean; isAllowDifferentFailCallback?: boolean;
/** /**
* 充值卡最小充值金额 * 充值卡最小充值金额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1ConfigGetRes * @memberof KamiApiCardInfoAppleV1ConfigGetRes
*/ */
'redeemCardMinAmount'?: number; redeemCardMinAmount?: number;
/** /**
* 是否允许补卡自动回调 * 是否允许补卡自动回调
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoAppleV1ConfigGetRes * @memberof KamiApiCardInfoAppleV1ConfigGetRes
*/ */
'isAllowCompensatedCallback'?: boolean; isAllowCompensatedCallback?: boolean;
/** /**
* 充值卡充值速率 * 充值卡充值速率
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1ConfigGetRes * @memberof KamiApiCardInfoAppleV1ConfigGetRes
*/ */
'redeemCardRate'?: number; redeemCardRate?: number;
} }

View File

@@ -1,60 +1,57 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1ConfigSetReq * @interface KamiApiCardInfoAppleV1ConfigSetReq
*/ */
export interface KamiApiCardInfoAppleV1ConfigSetReq { export interface KamiApiCardInfoAppleV1ConfigSetReq {
/** /**
* 是否允许金额异议充值 * 是否允许金额异议充值
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoAppleV1ConfigSetReq * @memberof KamiApiCardInfoAppleV1ConfigSetReq
*/ */
'isAllowDifferentAmount': boolean; isAllowDifferentAmount: boolean;
/** /**
* 是否允许金额异议回调(充值成功) * 是否允许金额异议回调(充值成功)
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoAppleV1ConfigSetReq * @memberof KamiApiCardInfoAppleV1ConfigSetReq
*/ */
'isAllowDifferentSucceedCallback': boolean; isAllowDifferentSucceedCallback: boolean;
/** /**
* 是否允许金额异议回调(充值失败) * 是否允许金额异议回调(充值失败)
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoAppleV1ConfigSetReq * @memberof KamiApiCardInfoAppleV1ConfigSetReq
*/ */
'isAllowDifferentFailCallback': boolean; isAllowDifferentFailCallback: boolean;
/** /**
* 账号单日最大充值次数 * 账号单日最大充值次数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1ConfigSetReq * @memberof KamiApiCardInfoAppleV1ConfigSetReq
*/ */
'redeemCardMinAmount': number; redeemCardMinAmount: number;
/** /**
* 是否允许补卡自动回调 * 是否允许补卡自动回调
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoAppleV1ConfigSetReq * @memberof KamiApiCardInfoAppleV1ConfigSetReq
*/ */
'isAllowCompensatedCallback': boolean; isAllowCompensatedCallback: boolean;
/** /**
* 充值卡充值速率 * 充值卡充值速率
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1ConfigSetReq * @memberof KamiApiCardInfoAppleV1ConfigSetReq
*/ */
'redeemCardRate': number; redeemCardRate: number;
} }

View File

@@ -1,30 +1,27 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeDuplicatedCardPassReq * @interface KamiApiCardInfoAppleV1RechargeDuplicatedCardPassReq
*/ */
export interface KamiApiCardInfoAppleV1RechargeDuplicatedCardPassReq { export interface KamiApiCardInfoAppleV1RechargeDuplicatedCardPassReq {
/** /**
* 订单ID * 订单ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeDuplicatedCardPassReq * @memberof KamiApiCardInfoAppleV1RechargeDuplicatedCardPassReq
*/ */
'orderNo': string; orderNo: string;
} }

View File

@@ -1,30 +1,27 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeHandlerReq * @interface KamiApiCardInfoAppleV1RechargeHandlerReq
*/ */
export interface KamiApiCardInfoAppleV1RechargeHandlerReq { export interface KamiApiCardInfoAppleV1RechargeHandlerReq {
/** /**
* 机器ID * 机器ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeHandlerReq * @memberof KamiApiCardInfoAppleV1RechargeHandlerReq
*/ */
'machineId': string; machineId: string;
} }

View File

@@ -1,60 +1,57 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeHandlerRes * @interface KamiApiCardInfoAppleV1RechargeHandlerRes
*/ */
export interface KamiApiCardInfoAppleV1RechargeHandlerRes { export interface KamiApiCardInfoAppleV1RechargeHandlerRes {
/** /**
* 订单ID * 订单ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeHandlerRes * @memberof KamiApiCardInfoAppleV1RechargeHandlerRes
*/ */
'orderNo'?: string; orderNo?: string;
/** /**
* 卡号 * 卡号
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeHandlerRes * @memberof KamiApiCardInfoAppleV1RechargeHandlerRes
*/ */
'cardNo'?: string; cardNo?: string;
/** /**
* 卡密 * 卡密
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeHandlerRes * @memberof KamiApiCardInfoAppleV1RechargeHandlerRes
*/ */
'cardPass'?: string; cardPass?: string;
/** /**
* 账户 * 账户
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeHandlerRes * @memberof KamiApiCardInfoAppleV1RechargeHandlerRes
*/ */
'account'?: string; account?: string;
/** /**
* 密码 * 密码
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeHandlerRes * @memberof KamiApiCardInfoAppleV1RechargeHandlerRes
*/ */
'password'?: string; password?: string;
/** /**
* 账户ID * 账户ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeHandlerRes * @memberof KamiApiCardInfoAppleV1RechargeHandlerRes
*/ */
'accountId'?: string; accountId?: string;
} }

View File

@@ -1,30 +1,27 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeHistoryListReq * @interface KamiApiCardInfoAppleV1RechargeHistoryListReq
*/ */
export interface KamiApiCardInfoAppleV1RechargeHistoryListReq { export interface KamiApiCardInfoAppleV1RechargeHistoryListReq {
/** /**
* 订单ID * 订单ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeHistoryListReq * @memberof KamiApiCardInfoAppleV1RechargeHistoryListReq
*/ */
'orderNo': string; orderNo: string;
} }

View File

@@ -1,33 +1,31 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
// May contain unused imports in some cases // May contain unused imports in some cases
// @ts-ignore // @ts-ignore
import type { KamiInternalModelEntityV1CardAppleHistoryInfo } from './kami-internal-model-entity-v1-card-apple-history-info'; import type { KamiInternalModelEntityV1CardAppleHistoryInfo } from './kami-internal-model-entity-v1-card-apple-history-info';
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeHistoryListRes * @interface KamiApiCardInfoAppleV1RechargeHistoryListRes
*/ */
export interface KamiApiCardInfoAppleV1RechargeHistoryListRes { export interface KamiApiCardInfoAppleV1RechargeHistoryListRes {
/** /**
* *
* @type {Array<KamiInternalModelEntityV1CardAppleHistoryInfo>} * @type {Array<KamiInternalModelEntityV1CardAppleHistoryInfo>}
* @memberof KamiApiCardInfoAppleV1RechargeHistoryListRes * @memberof KamiApiCardInfoAppleV1RechargeHistoryListRes
*/ */
'list'?: Array<KamiInternalModelEntityV1CardAppleHistoryInfo>; list?: Array<KamiInternalModelEntityV1CardAppleHistoryInfo>;
} }

View File

@@ -1,83 +1,80 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeItunesCallbackReq * @interface KamiApiCardInfoAppleV1RechargeItunesCallbackReq
*/ */
export interface KamiApiCardInfoAppleV1RechargeItunesCallbackReq { export interface KamiApiCardInfoAppleV1RechargeItunesCallbackReq {
/** /**
* 金额 * 金额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeItunesCallbackReq * @memberof KamiApiCardInfoAppleV1RechargeItunesCallbackReq
*/ */
'amount': number; amount: number;
/** /**
* 金额 * 金额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeItunesCallbackReq * @memberof KamiApiCardInfoAppleV1RechargeItunesCallbackReq
*/ */
'accountAmount': number; accountAmount: number;
/** /**
* 账户ID * 账户ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeItunesCallbackReq * @memberof KamiApiCardInfoAppleV1RechargeItunesCallbackReq
*/ */
'accountId': string; accountId: string;
/** /**
* 机器ID * 机器ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeItunesCallbackReq * @memberof KamiApiCardInfoAppleV1RechargeItunesCallbackReq
*/ */
'machineId': string; machineId: string;
/** /**
* 订单ID * 订单ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeItunesCallbackReq * @memberof KamiApiCardInfoAppleV1RechargeItunesCallbackReq
*/ */
'orderNo': string; orderNo: string;
/** /**
* 状态 * 状态
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeItunesCallbackReq * @memberof KamiApiCardInfoAppleV1RechargeItunesCallbackReq
*/ */
'status': KamiApiCardInfoAppleV1RechargeItunesCallbackReqStatusEnum; status: KamiApiCardInfoAppleV1RechargeItunesCallbackReqStatusEnum;
/** /**
* 备注 * 备注
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeItunesCallbackReq * @memberof KamiApiCardInfoAppleV1RechargeItunesCallbackReq
*/ */
'remark'?: string; remark?: string;
} }
export const KamiApiCardInfoAppleV1RechargeItunesCallbackReqStatusEnum = { export const KamiApiCardInfoAppleV1RechargeItunesCallbackReqStatusEnum = {
NUMBER_30: 30, NUMBER_30: 30,
NUMBER_31: 31, NUMBER_31: 31,
NUMBER_40: 40, NUMBER_40: 40,
NUMBER_32: 32, NUMBER_32: 32,
NUMBER_10: 10, NUMBER_10: 10,
NUMBER_12: 12, NUMBER_12: 12,
NUMBER_11: 11, NUMBER_11: 11,
NUMBER_14: 14, NUMBER_14: 14,
NUMBER_20: 20, NUMBER_20: 20,
NUMBER_13: 13, NUMBER_13: 13,
NUMBER_15: 15 NUMBER_15: 15
} as const; } as const;
export type KamiApiCardInfoAppleV1RechargeItunesCallbackReqStatusEnum = typeof KamiApiCardInfoAppleV1RechargeItunesCallbackReqStatusEnum[keyof typeof KamiApiCardInfoAppleV1RechargeItunesCallbackReqStatusEnum]; export type KamiApiCardInfoAppleV1RechargeItunesCallbackReqStatusEnum =
(typeof KamiApiCardInfoAppleV1RechargeItunesCallbackReqStatusEnum)[keyof typeof KamiApiCardInfoAppleV1RechargeItunesCallbackReqStatusEnum];

View File

@@ -1,78 +1,75 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeListDownloadReq * @interface KamiApiCardInfoAppleV1RechargeListDownloadReq
*/ */
export interface KamiApiCardInfoAppleV1RechargeListDownloadReq { export interface KamiApiCardInfoAppleV1RechargeListDownloadReq {
/** /**
* 账户ID * 账户ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeListDownloadReq * @memberof KamiApiCardInfoAppleV1RechargeListDownloadReq
*/ */
'accountId'?: string; accountId?: string;
/** /**
* 账户 * 账户
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeListDownloadReq * @memberof KamiApiCardInfoAppleV1RechargeListDownloadReq
*/ */
'account'?: string; account?: string;
/** /**
* 附加信息 * 附加信息
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeListDownloadReq * @memberof KamiApiCardInfoAppleV1RechargeListDownloadReq
*/ */
'attach'?: string; attach?: string;
/** /**
* 订单ID * 订单ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeListDownloadReq * @memberof KamiApiCardInfoAppleV1RechargeListDownloadReq
*/ */
'orderNo'?: string; orderNo?: string;
/** /**
* 卡号 * 卡号
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeListDownloadReq * @memberof KamiApiCardInfoAppleV1RechargeListDownloadReq
*/ */
'cardNo'?: string; cardNo?: string;
/** /**
* 商户ID * 商户ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeListDownloadReq * @memberof KamiApiCardInfoAppleV1RechargeListDownloadReq
*/ */
'merchantId'?: string; merchantId?: string;
/** /**
* 密码 * 密码
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeListDownloadReq * @memberof KamiApiCardInfoAppleV1RechargeListDownloadReq
*/ */
'cardPass'?: string; cardPass?: string;
/** /**
* 开始时间 * 开始时间
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeListDownloadReq * @memberof KamiApiCardInfoAppleV1RechargeListDownloadReq
*/ */
'StartDate'?: string; StartDate?: string;
/** /**
* 结束时间 * 结束时间
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeListDownloadReq * @memberof KamiApiCardInfoAppleV1RechargeListDownloadReq
*/ */
'EndDate'?: string; EndDate?: string;
} }

View File

@@ -1,102 +1,99 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeListReq * @interface KamiApiCardInfoAppleV1RechargeListReq
*/ */
export interface KamiApiCardInfoAppleV1RechargeListReq { export interface KamiApiCardInfoAppleV1RechargeListReq {
/** /**
* 页数 * 页数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeListReq * @memberof KamiApiCardInfoAppleV1RechargeListReq
*/ */
'current': number; current: number;
/** /**
* 页码 * 页码
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeListReq * @memberof KamiApiCardInfoAppleV1RechargeListReq
*/ */
'pageSize': KamiApiCardInfoAppleV1RechargeListReqPageSizeEnum; pageSize: KamiApiCardInfoAppleV1RechargeListReqPageSizeEnum;
/** /**
* 账户 * 账户
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeListReq * @memberof KamiApiCardInfoAppleV1RechargeListReq
*/ */
'account'?: string; account?: string;
/** /**
* 账户ID * 账户ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeListReq * @memberof KamiApiCardInfoAppleV1RechargeListReq
*/ */
'accountId'?: string; accountId?: string;
/** /**
* 附加信息 * 附加信息
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeListReq * @memberof KamiApiCardInfoAppleV1RechargeListReq
*/ */
'attach'?: string; attach?: string;
/** /**
* 订单ID * 订单ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeListReq * @memberof KamiApiCardInfoAppleV1RechargeListReq
*/ */
'orderNo'?: string; orderNo?: string;
/** /**
* 卡号 * 卡号
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeListReq * @memberof KamiApiCardInfoAppleV1RechargeListReq
*/ */
'cardNo'?: string; cardNo?: string;
/** /**
* 密码 * 密码
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeListReq * @memberof KamiApiCardInfoAppleV1RechargeListReq
*/ */
'cardPass'?: string; cardPass?: string;
/** /**
* 商户ID * 商户ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeListReq * @memberof KamiApiCardInfoAppleV1RechargeListReq
*/ */
'merchantId'?: string; merchantId?: string;
/** /**
* 开始时间 * 开始时间
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeListReq * @memberof KamiApiCardInfoAppleV1RechargeListReq
*/ */
'StartDate'?: string; StartDate?: string;
/** /**
* 结束时间 * 结束时间
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeListReq * @memberof KamiApiCardInfoAppleV1RechargeListReq
*/ */
'EndDate'?: string; EndDate?: string;
} }
export const KamiApiCardInfoAppleV1RechargeListReqPageSizeEnum = { export const KamiApiCardInfoAppleV1RechargeListReqPageSizeEnum = {
NUMBER_5: 5, NUMBER_5: 5,
NUMBER_10: 10, NUMBER_10: 10,
NUMBER_15: 15, NUMBER_15: 15,
NUMBER_20: 20, NUMBER_20: 20,
NUMBER_50: 50, NUMBER_50: 50,
NUMBER_100: 100 NUMBER_100: 100
} as const; } as const;
export type KamiApiCardInfoAppleV1RechargeListReqPageSizeEnum = typeof KamiApiCardInfoAppleV1RechargeListReqPageSizeEnum[keyof typeof KamiApiCardInfoAppleV1RechargeListReqPageSizeEnum]; export type KamiApiCardInfoAppleV1RechargeListReqPageSizeEnum =
(typeof KamiApiCardInfoAppleV1RechargeListReqPageSizeEnum)[keyof typeof KamiApiCardInfoAppleV1RechargeListReqPageSizeEnum];

View File

@@ -1,39 +1,37 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
// May contain unused imports in some cases // May contain unused imports in some cases
// @ts-ignore // @ts-ignore
import type { KamiInternalModelEntityV1CardAppleRechargeInfo } from './kami-internal-model-entity-v1-card-apple-recharge-info'; import type { KamiInternalModelEntityV1CardAppleRechargeInfo } from './kami-internal-model-entity-v1-card-apple-recharge-info';
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeListRes * @interface KamiApiCardInfoAppleV1RechargeListRes
*/ */
export interface KamiApiCardInfoAppleV1RechargeListRes { export interface KamiApiCardInfoAppleV1RechargeListRes {
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeListRes * @memberof KamiApiCardInfoAppleV1RechargeListRes
*/ */
'total'?: number; total?: number;
/** /**
* *
* @type {Array<KamiInternalModelEntityV1CardAppleRechargeInfo>} * @type {Array<KamiInternalModelEntityV1CardAppleRechargeInfo>}
* @memberof KamiApiCardInfoAppleV1RechargeListRes * @memberof KamiApiCardInfoAppleV1RechargeListRes
*/ */
'list'?: Array<KamiInternalModelEntityV1CardAppleRechargeInfo>; list?: Array<KamiInternalModelEntityV1CardAppleRechargeInfo>;
} }

View File

@@ -1,42 +1,39 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeOrderModifyActualAmountReq * @interface KamiApiCardInfoAppleV1RechargeOrderModifyActualAmountReq
*/ */
export interface KamiApiCardInfoAppleV1RechargeOrderModifyActualAmountReq { export interface KamiApiCardInfoAppleV1RechargeOrderModifyActualAmountReq {
/** /**
* 订单ID * 订单ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeOrderModifyActualAmountReq * @memberof KamiApiCardInfoAppleV1RechargeOrderModifyActualAmountReq
*/ */
'orderNo': string; orderNo: string;
/** /**
* 金额 * 金额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeOrderModifyActualAmountReq * @memberof KamiApiCardInfoAppleV1RechargeOrderModifyActualAmountReq
*/ */
'actualAmount': number; actualAmount: number;
/** /**
* TOTP * TOTP
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeOrderModifyActualAmountReq * @memberof KamiApiCardInfoAppleV1RechargeOrderModifyActualAmountReq
*/ */
'totpCode'?: string; totpCode?: string;
} }

View File

@@ -1,36 +1,33 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeOrderResetStatusReq * @interface KamiApiCardInfoAppleV1RechargeOrderResetStatusReq
*/ */
export interface KamiApiCardInfoAppleV1RechargeOrderResetStatusReq { export interface KamiApiCardInfoAppleV1RechargeOrderResetStatusReq {
/** /**
* 订单ID * 订单ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeOrderResetStatusReq * @memberof KamiApiCardInfoAppleV1RechargeOrderResetStatusReq
*/ */
'orderNo': string; orderNo: string;
/** /**
* 备注 * 备注
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeOrderResetStatusReq * @memberof KamiApiCardInfoAppleV1RechargeOrderResetStatusReq
*/ */
'remark'?: string; remark?: string;
} }

View File

@@ -1,74 +1,71 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeStealRuleAddReq * @interface KamiApiCardInfoAppleV1RechargeStealRuleAddReq
*/ */
export interface KamiApiCardInfoAppleV1RechargeStealRuleAddReq { export interface KamiApiCardInfoAppleV1RechargeStealRuleAddReq {
/** /**
* 规则名 * 规则名
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleAddReq * @memberof KamiApiCardInfoAppleV1RechargeStealRuleAddReq
*/ */
'name': string; name: string;
/** /**
* 目标用户ID * 目标用户ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleAddReq * @memberof KamiApiCardInfoAppleV1RechargeStealRuleAddReq
*/ */
'targetUserId': string; targetUserId: string;
/** /**
* 单独某条规则的状态 * 单独某条规则的状态
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleAddReq * @memberof KamiApiCardInfoAppleV1RechargeStealRuleAddReq
*/ */
'status': KamiApiCardInfoAppleV1RechargeStealRuleAddReqStatusEnum; status: KamiApiCardInfoAppleV1RechargeStealRuleAddReqStatusEnum;
/** /**
* 存储用户ID * 存储用户ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleAddReq * @memberof KamiApiCardInfoAppleV1RechargeStealRuleAddReq
*/ */
'storageUserId': string; storageUserId: string;
/** /**
* 金额 * 金额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleAddReq * @memberof KamiApiCardInfoAppleV1RechargeStealRuleAddReq
*/ */
'amount': number; amount: number;
/** /**
* 目标金额 * 目标金额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleAddReq * @memberof KamiApiCardInfoAppleV1RechargeStealRuleAddReq
*/ */
'targetAmount': number; targetAmount: number;
/** /**
* 时间间隔 * 时间间隔
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleAddReq * @memberof KamiApiCardInfoAppleV1RechargeStealRuleAddReq
*/ */
'intervalTime': number; intervalTime: number;
} }
export const KamiApiCardInfoAppleV1RechargeStealRuleAddReqStatusEnum = { export const KamiApiCardInfoAppleV1RechargeStealRuleAddReqStatusEnum = {
NUMBER_0: 0, NUMBER_0: 0,
NUMBER_1: 1 NUMBER_1: 1
} as const; } as const;
export type KamiApiCardInfoAppleV1RechargeStealRuleAddReqStatusEnum = typeof KamiApiCardInfoAppleV1RechargeStealRuleAddReqStatusEnum[keyof typeof KamiApiCardInfoAppleV1RechargeStealRuleAddReqStatusEnum]; export type KamiApiCardInfoAppleV1RechargeStealRuleAddReqStatusEnum =
(typeof KamiApiCardInfoAppleV1RechargeStealRuleAddReqStatusEnum)[keyof typeof KamiApiCardInfoAppleV1RechargeStealRuleAddReqStatusEnum];

View File

@@ -1,30 +1,27 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeStealRuleDeleteReq * @interface KamiApiCardInfoAppleV1RechargeStealRuleDeleteReq
*/ */
export interface KamiApiCardInfoAppleV1RechargeStealRuleDeleteReq { export interface KamiApiCardInfoAppleV1RechargeStealRuleDeleteReq {
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleDeleteReq * @memberof KamiApiCardInfoAppleV1RechargeStealRuleDeleteReq
*/ */
'id': number; id: number;
} }

View File

@@ -1,48 +1,45 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeStealRuleListReq * @interface KamiApiCardInfoAppleV1RechargeStealRuleListReq
*/ */
export interface KamiApiCardInfoAppleV1RechargeStealRuleListReq { export interface KamiApiCardInfoAppleV1RechargeStealRuleListReq {
/** /**
* 页数 * 页数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleListReq * @memberof KamiApiCardInfoAppleV1RechargeStealRuleListReq
*/ */
'current': number; current: number;
/** /**
* 页码 * 页码
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleListReq * @memberof KamiApiCardInfoAppleV1RechargeStealRuleListReq
*/ */
'pageSize': KamiApiCardInfoAppleV1RechargeStealRuleListReqPageSizeEnum; pageSize: KamiApiCardInfoAppleV1RechargeStealRuleListReqPageSizeEnum;
} }
export const KamiApiCardInfoAppleV1RechargeStealRuleListReqPageSizeEnum = { export const KamiApiCardInfoAppleV1RechargeStealRuleListReqPageSizeEnum = {
NUMBER_5: 5, NUMBER_5: 5,
NUMBER_10: 10, NUMBER_10: 10,
NUMBER_15: 15, NUMBER_15: 15,
NUMBER_20: 20, NUMBER_20: 20,
NUMBER_50: 50, NUMBER_50: 50,
NUMBER_100: 100 NUMBER_100: 100
} as const; } as const;
export type KamiApiCardInfoAppleV1RechargeStealRuleListReqPageSizeEnum = typeof KamiApiCardInfoAppleV1RechargeStealRuleListReqPageSizeEnum[keyof typeof KamiApiCardInfoAppleV1RechargeStealRuleListReqPageSizeEnum]; export type KamiApiCardInfoAppleV1RechargeStealRuleListReqPageSizeEnum =
(typeof KamiApiCardInfoAppleV1RechargeStealRuleListReqPageSizeEnum)[keyof typeof KamiApiCardInfoAppleV1RechargeStealRuleListReqPageSizeEnum];

View File

@@ -1,39 +1,37 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
// May contain unused imports in some cases // May contain unused imports in some cases
// @ts-ignore // @ts-ignore
import type { KamiInternalModelEntityV1CardAppleHiddenSettings } from './kami-internal-model-entity-v1-card-apple-hidden-settings'; import type { KamiInternalModelEntityV1CardAppleHiddenSettings } from './kami-internal-model-entity-v1-card-apple-hidden-settings';
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeStealRuleListRes * @interface KamiApiCardInfoAppleV1RechargeStealRuleListRes
*/ */
export interface KamiApiCardInfoAppleV1RechargeStealRuleListRes { export interface KamiApiCardInfoAppleV1RechargeStealRuleListRes {
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleListRes * @memberof KamiApiCardInfoAppleV1RechargeStealRuleListRes
*/ */
'total'?: number; total?: number;
/** /**
* *
* @type {Array<KamiInternalModelEntityV1CardAppleHiddenSettings>} * @type {Array<KamiInternalModelEntityV1CardAppleHiddenSettings>}
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleListRes * @memberof KamiApiCardInfoAppleV1RechargeStealRuleListRes
*/ */
'list'?: Array<KamiInternalModelEntityV1CardAppleHiddenSettings>; list?: Array<KamiInternalModelEntityV1CardAppleHiddenSettings>;
} }

View File

@@ -1,44 +1,42 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReq * @interface KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReq
*/ */
export interface KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReq { export interface KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReq {
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReq * @memberof KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReq
*/ */
'id': number; id: number;
/** /**
* 状态 * 状态
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReq * @memberof KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReq
*/ */
'status': KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReqStatusEnum; status: KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReqStatusEnum;
} }
export const KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReqStatusEnum = { export const KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReqStatusEnum =
{
NUMBER_0: 0, NUMBER_0: 0,
NUMBER_1: 1 NUMBER_1: 1
} as const; } as const;
export type KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReqStatusEnum = typeof KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReqStatusEnum[keyof typeof KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReqStatusEnum];
export type KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReqStatusEnum =
(typeof KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReqStatusEnum)[keyof typeof KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReqStatusEnum];

View File

@@ -1,80 +1,77 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeStealRuleUpdateReq * @interface KamiApiCardInfoAppleV1RechargeStealRuleUpdateReq
*/ */
export interface KamiApiCardInfoAppleV1RechargeStealRuleUpdateReq { export interface KamiApiCardInfoAppleV1RechargeStealRuleUpdateReq {
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleUpdateReq * @memberof KamiApiCardInfoAppleV1RechargeStealRuleUpdateReq
*/ */
'id': number; id: number;
/** /**
* 规则名 * 规则名
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleUpdateReq * @memberof KamiApiCardInfoAppleV1RechargeStealRuleUpdateReq
*/ */
'name': string; name: string;
/** /**
* 目标用户ID * 目标用户ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleUpdateReq * @memberof KamiApiCardInfoAppleV1RechargeStealRuleUpdateReq
*/ */
'targetUserId': string; targetUserId: string;
/** /**
* 单独某条规则的状态 * 单独某条规则的状态
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleUpdateReq * @memberof KamiApiCardInfoAppleV1RechargeStealRuleUpdateReq
*/ */
'status': KamiApiCardInfoAppleV1RechargeStealRuleUpdateReqStatusEnum; status: KamiApiCardInfoAppleV1RechargeStealRuleUpdateReqStatusEnum;
/** /**
* 存储用户ID * 存储用户ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleUpdateReq * @memberof KamiApiCardInfoAppleV1RechargeStealRuleUpdateReq
*/ */
'storageUserId': string; storageUserId: string;
/** /**
* 金额 * 金额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleUpdateReq * @memberof KamiApiCardInfoAppleV1RechargeStealRuleUpdateReq
*/ */
'amount': number; amount: number;
/** /**
* 目标金额 * 目标金额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleUpdateReq * @memberof KamiApiCardInfoAppleV1RechargeStealRuleUpdateReq
*/ */
'targetAmount': number; targetAmount: number;
/** /**
* 时间间隔 * 时间间隔
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleUpdateReq * @memberof KamiApiCardInfoAppleV1RechargeStealRuleUpdateReq
*/ */
'intervalTime': number; intervalTime: number;
} }
export const KamiApiCardInfoAppleV1RechargeStealRuleUpdateReqStatusEnum = { export const KamiApiCardInfoAppleV1RechargeStealRuleUpdateReqStatusEnum = {
NUMBER_0: 0, NUMBER_0: 0,
NUMBER_1: 1 NUMBER_1: 1
} as const; } as const;
export type KamiApiCardInfoAppleV1RechargeStealRuleUpdateReqStatusEnum = typeof KamiApiCardInfoAppleV1RechargeStealRuleUpdateReqStatusEnum[keyof typeof KamiApiCardInfoAppleV1RechargeStealRuleUpdateReqStatusEnum]; export type KamiApiCardInfoAppleV1RechargeStealRuleUpdateReqStatusEnum =
(typeof KamiApiCardInfoAppleV1RechargeStealRuleUpdateReqStatusEnum)[keyof typeof KamiApiCardInfoAppleV1RechargeStealRuleUpdateReqStatusEnum];

View File

@@ -1,38 +1,35 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeStealSettingGetRes * @interface KamiApiCardInfoAppleV1RechargeStealSettingGetRes
*/ */
export interface KamiApiCardInfoAppleV1RechargeStealSettingGetRes { export interface KamiApiCardInfoAppleV1RechargeStealSettingGetRes {
/** /**
* 状态 * 状态
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeStealSettingGetRes * @memberof KamiApiCardInfoAppleV1RechargeStealSettingGetRes
*/ */
'stealStatus'?: KamiApiCardInfoAppleV1RechargeStealSettingGetResStealStatusEnum; stealStatus?: KamiApiCardInfoAppleV1RechargeStealSettingGetResStealStatusEnum;
} }
export const KamiApiCardInfoAppleV1RechargeStealSettingGetResStealStatusEnum = { export const KamiApiCardInfoAppleV1RechargeStealSettingGetResStealStatusEnum = {
NUMBER_0: 0, NUMBER_0: 0,
NUMBER_1: 1 NUMBER_1: 1
} as const; } as const;
export type KamiApiCardInfoAppleV1RechargeStealSettingGetResStealStatusEnum = typeof KamiApiCardInfoAppleV1RechargeStealSettingGetResStealStatusEnum[keyof typeof KamiApiCardInfoAppleV1RechargeStealSettingGetResStealStatusEnum]; export type KamiApiCardInfoAppleV1RechargeStealSettingGetResStealStatusEnum =
(typeof KamiApiCardInfoAppleV1RechargeStealSettingGetResStealStatusEnum)[keyof typeof KamiApiCardInfoAppleV1RechargeStealSettingGetResStealStatusEnum];

View File

@@ -1,38 +1,35 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeStealSettingReq * @interface KamiApiCardInfoAppleV1RechargeStealSettingReq
*/ */
export interface KamiApiCardInfoAppleV1RechargeStealSettingReq { export interface KamiApiCardInfoAppleV1RechargeStealSettingReq {
/** /**
* 状态 * 状态
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeStealSettingReq * @memberof KamiApiCardInfoAppleV1RechargeStealSettingReq
*/ */
'stealStatus': KamiApiCardInfoAppleV1RechargeStealSettingReqStealStatusEnum; stealStatus: KamiApiCardInfoAppleV1RechargeStealSettingReqStealStatusEnum;
} }
export const KamiApiCardInfoAppleV1RechargeStealSettingReqStealStatusEnum = { export const KamiApiCardInfoAppleV1RechargeStealSettingReqStealStatusEnum = {
NUMBER_0: 0, NUMBER_0: 0,
NUMBER_1: 1 NUMBER_1: 1
} as const; } as const;
export type KamiApiCardInfoAppleV1RechargeStealSettingReqStealStatusEnum = typeof KamiApiCardInfoAppleV1RechargeStealSettingReqStealStatusEnum[keyof typeof KamiApiCardInfoAppleV1RechargeStealSettingReqStealStatusEnum]; export type KamiApiCardInfoAppleV1RechargeStealSettingReqStealStatusEnum =
(typeof KamiApiCardInfoAppleV1RechargeStealSettingReqStealStatusEnum)[keyof typeof KamiApiCardInfoAppleV1RechargeStealSettingReqStealStatusEnum];

View File

@@ -1,30 +1,27 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeSubmitQueryReq * @interface KamiApiCardInfoAppleV1RechargeSubmitQueryReq
*/ */
export interface KamiApiCardInfoAppleV1RechargeSubmitQueryReq { export interface KamiApiCardInfoAppleV1RechargeSubmitQueryReq {
/** /**
* 订单ID * 订单ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeSubmitQueryReq * @memberof KamiApiCardInfoAppleV1RechargeSubmitQueryReq
*/ */
'orderNo': string; orderNo: string;
} }

View File

@@ -1,59 +1,56 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeSubmitQueryRes * @interface KamiApiCardInfoAppleV1RechargeSubmitQueryRes
*/ */
export interface KamiApiCardInfoAppleV1RechargeSubmitQueryRes { export interface KamiApiCardInfoAppleV1RechargeSubmitQueryRes {
/** /**
* 充值返回编码 * 充值返回编码
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeSubmitQueryRes * @memberof KamiApiCardInfoAppleV1RechargeSubmitQueryRes
*/ */
'status'?: KamiApiCardInfoAppleV1RechargeSubmitQueryResStatusEnum; status?: KamiApiCardInfoAppleV1RechargeSubmitQueryResStatusEnum;
/** /**
* 详细描述信息 * 详细描述信息
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeSubmitQueryRes * @memberof KamiApiCardInfoAppleV1RechargeSubmitQueryRes
*/ */
'message'?: string; message?: string;
} }
export const KamiApiCardInfoAppleV1RechargeSubmitQueryResStatusEnum = { export const KamiApiCardInfoAppleV1RechargeSubmitQueryResStatusEnum = {
NUMBER_13: 13, NUMBER_13: 13,
NUMBER_15: 15, NUMBER_15: 15,
NUMBER_6: 6, NUMBER_6: 6,
NUMBER_14: 14, NUMBER_14: 14,
NUMBER_5: 5, NUMBER_5: 5,
NUMBER_0: 0, NUMBER_0: 0,
NUMBER_16: 16, NUMBER_16: 16,
NUMBER_4: 4, NUMBER_4: 4,
NUMBER_2: 2, NUMBER_2: 2,
NUMBER_9: 9, NUMBER_9: 9,
NUMBER_12: 12, NUMBER_12: 12,
NUMBER_10: 10, NUMBER_10: 10,
NUMBER_11: 11, NUMBER_11: 11,
NUMBER_7: 7, NUMBER_7: 7,
NUMBER_8: 8, NUMBER_8: 8,
NUMBER_1: 1, NUMBER_1: 1,
NUMBER_3: 3 NUMBER_3: 3
} as const; } as const;
export type KamiApiCardInfoAppleV1RechargeSubmitQueryResStatusEnum = typeof KamiApiCardInfoAppleV1RechargeSubmitQueryResStatusEnum[keyof typeof KamiApiCardInfoAppleV1RechargeSubmitQueryResStatusEnum]; export type KamiApiCardInfoAppleV1RechargeSubmitQueryResStatusEnum =
(typeof KamiApiCardInfoAppleV1RechargeSubmitQueryResStatusEnum)[keyof typeof KamiApiCardInfoAppleV1RechargeSubmitQueryResStatusEnum];

View File

@@ -1,72 +1,69 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeSubmitReq * @interface KamiApiCardInfoAppleV1RechargeSubmitReq
*/ */
export interface KamiApiCardInfoAppleV1RechargeSubmitReq { export interface KamiApiCardInfoAppleV1RechargeSubmitReq {
/** /**
* 卡号 * 卡号
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeSubmitReq * @memberof KamiApiCardInfoAppleV1RechargeSubmitReq
*/ */
'cardNo'?: string; cardNo?: string;
/** /**
* 密码 * 密码
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeSubmitReq * @memberof KamiApiCardInfoAppleV1RechargeSubmitReq
*/ */
'cardPass': string; cardPass: string;
/** /**
* 面值 * 面值
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeSubmitReq * @memberof KamiApiCardInfoAppleV1RechargeSubmitReq
*/ */
'faceValue': number; faceValue: number;
/** /**
* 回调地址 * 回调地址
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeSubmitReq * @memberof KamiApiCardInfoAppleV1RechargeSubmitReq
*/ */
'callbackUrl'?: string; callbackUrl?: string;
/** /**
* 附加信息(目前是上游订单号) * 附加信息(目前是上游订单号)
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeSubmitReq * @memberof KamiApiCardInfoAppleV1RechargeSubmitReq
*/ */
'attach'?: string; attach?: string;
/** /**
* 时间戳 * 时间戳
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeSubmitReq * @memberof KamiApiCardInfoAppleV1RechargeSubmitReq
*/ */
'timeStamp'?: number; timeStamp?: number;
/** /**
* 签名 * 签名
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeSubmitReq * @memberof KamiApiCardInfoAppleV1RechargeSubmitReq
*/ */
'sign'?: string; sign?: string;
/** /**
* 商户ID * 商户ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeSubmitReq * @memberof KamiApiCardInfoAppleV1RechargeSubmitReq
*/ */
'merchantId'?: string; merchantId?: string;
} }

View File

@@ -1,65 +1,62 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoAppleV1RechargeSubmitRes * @interface KamiApiCardInfoAppleV1RechargeSubmitRes
*/ */
export interface KamiApiCardInfoAppleV1RechargeSubmitRes { export interface KamiApiCardInfoAppleV1RechargeSubmitRes {
/** /**
* 订单ID * 订单ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeSubmitRes * @memberof KamiApiCardInfoAppleV1RechargeSubmitRes
*/ */
'orderNo'?: string; orderNo?: string;
/** /**
* 充值返回编码 * 充值返回编码
* @type {number} * @type {number}
* @memberof KamiApiCardInfoAppleV1RechargeSubmitRes * @memberof KamiApiCardInfoAppleV1RechargeSubmitRes
*/ */
'status'?: KamiApiCardInfoAppleV1RechargeSubmitResStatusEnum; status?: KamiApiCardInfoAppleV1RechargeSubmitResStatusEnum;
/** /**
* 详细描述信息 * 详细描述信息
* @type {string} * @type {string}
* @memberof KamiApiCardInfoAppleV1RechargeSubmitRes * @memberof KamiApiCardInfoAppleV1RechargeSubmitRes
*/ */
'message'?: string; message?: string;
} }
export const KamiApiCardInfoAppleV1RechargeSubmitResStatusEnum = { export const KamiApiCardInfoAppleV1RechargeSubmitResStatusEnum = {
NUMBER_13: 13, NUMBER_13: 13,
NUMBER_15: 15, NUMBER_15: 15,
NUMBER_6: 6, NUMBER_6: 6,
NUMBER_14: 14, NUMBER_14: 14,
NUMBER_5: 5, NUMBER_5: 5,
NUMBER_0: 0, NUMBER_0: 0,
NUMBER_16: 16, NUMBER_16: 16,
NUMBER_4: 4, NUMBER_4: 4,
NUMBER_2: 2, NUMBER_2: 2,
NUMBER_9: 9, NUMBER_9: 9,
NUMBER_12: 12, NUMBER_12: 12,
NUMBER_10: 10, NUMBER_10: 10,
NUMBER_11: 11, NUMBER_11: 11,
NUMBER_7: 7, NUMBER_7: 7,
NUMBER_8: 8, NUMBER_8: 8,
NUMBER_1: 1, NUMBER_1: 1,
NUMBER_3: 3 NUMBER_3: 3
} as const; } as const;
export type KamiApiCardInfoAppleV1RechargeSubmitResStatusEnum = typeof KamiApiCardInfoAppleV1RechargeSubmitResStatusEnum[keyof typeof KamiApiCardInfoAppleV1RechargeSubmitResStatusEnum]; export type KamiApiCardInfoAppleV1RechargeSubmitResStatusEnum =
(typeof KamiApiCardInfoAppleV1RechargeSubmitResStatusEnum)[keyof typeof KamiApiCardInfoAppleV1RechargeSubmitResStatusEnum];

View File

@@ -1,33 +1,31 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
// May contain unused imports in some cases // May contain unused imports in some cases
// @ts-ignore // @ts-ignore
import type { KamiApiCardInfoCTripV1AccountCookieBatchInfo } from './kami-api-card-info-ctrip-v1-account-cookie-batch-info'; import type { KamiApiCardInfoCTripV1AccountCookieBatchInfo } from './kami-api-card-info-ctrip-v1-account-cookie-batch-info';
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1AccountCookieBatchAddReq * @interface KamiApiCardInfoCTripV1AccountCookieBatchAddReq
*/ */
export interface KamiApiCardInfoCTripV1AccountCookieBatchAddReq { export interface KamiApiCardInfoCTripV1AccountCookieBatchAddReq {
/** /**
* 导入结果 * 导入结果
* @type {Array<KamiApiCardInfoCTripV1AccountCookieBatchInfo>} * @type {Array<KamiApiCardInfoCTripV1AccountCookieBatchInfo>}
* @memberof KamiApiCardInfoCTripV1AccountCookieBatchAddReq * @memberof KamiApiCardInfoCTripV1AccountCookieBatchAddReq
*/ */
'list'?: Array<KamiApiCardInfoCTripV1AccountCookieBatchInfo>; list?: Array<KamiApiCardInfoCTripV1AccountCookieBatchInfo>;
} }

View File

@@ -1,30 +1,27 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1AccountCookieBatchCheckReq * @interface KamiApiCardInfoCTripV1AccountCookieBatchCheckReq
*/ */
export interface KamiApiCardInfoCTripV1AccountCookieBatchCheckReq { export interface KamiApiCardInfoCTripV1AccountCookieBatchCheckReq {
/** /**
* 选择上传文件 * 选择上传文件
* @type {any} * @type {any}
* @memberof KamiApiCardInfoCTripV1AccountCookieBatchCheckReq * @memberof KamiApiCardInfoCTripV1AccountCookieBatchCheckReq
*/ */
'file': any; file: any;
} }

View File

@@ -1,39 +1,37 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
// May contain unused imports in some cases // May contain unused imports in some cases
// @ts-ignore // @ts-ignore
import type { KamiApiCardInfoCTripV1AccountCookieBatchInfo } from './kami-api-card-info-ctrip-v1-account-cookie-batch-info'; import type { KamiApiCardInfoCTripV1AccountCookieBatchInfo } from './kami-api-card-info-ctrip-v1-account-cookie-batch-info';
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1AccountCookieBatchCheckRes * @interface KamiApiCardInfoCTripV1AccountCookieBatchCheckRes
*/ */
export interface KamiApiCardInfoCTripV1AccountCookieBatchCheckRes { export interface KamiApiCardInfoCTripV1AccountCookieBatchCheckRes {
/** /**
* 导入结果 * 导入结果
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountCookieBatchCheckRes * @memberof KamiApiCardInfoCTripV1AccountCookieBatchCheckRes
*/ */
'msg'?: string; msg?: string;
/** /**
* 导入结果 * 导入结果
* @type {Array<KamiApiCardInfoCTripV1AccountCookieBatchInfo>} * @type {Array<KamiApiCardInfoCTripV1AccountCookieBatchInfo>}
* @memberof KamiApiCardInfoCTripV1AccountCookieBatchCheckRes * @memberof KamiApiCardInfoCTripV1AccountCookieBatchCheckRes
*/ */
'list'?: Array<KamiApiCardInfoCTripV1AccountCookieBatchInfo>; list?: Array<KamiApiCardInfoCTripV1AccountCookieBatchInfo>;
} }

View File

@@ -1,78 +1,75 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1AccountCookieBatchInfo * @interface KamiApiCardInfoCTripV1AccountCookieBatchInfo
*/ */
export interface KamiApiCardInfoCTripV1AccountCookieBatchInfo { export interface KamiApiCardInfoCTripV1AccountCookieBatchInfo {
/** /**
* 用户名 * 用户名
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountCookieBatchInfo * @memberof KamiApiCardInfoCTripV1AccountCookieBatchInfo
*/ */
'username'?: string; username?: string;
/** /**
* 昵称 * 昵称
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountCookieBatchInfo * @memberof KamiApiCardInfoCTripV1AccountCookieBatchInfo
*/ */
'nickname'?: string; nickname?: string;
/** /**
* 余额 * 余额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountCookieBatchInfo * @memberof KamiApiCardInfoCTripV1AccountCookieBatchInfo
*/ */
'balance'?: number; balance?: number;
/** /**
* 是否存在系统中 * 是否存在系统中
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoCTripV1AccountCookieBatchInfo * @memberof KamiApiCardInfoCTripV1AccountCookieBatchInfo
*/ */
'isExist'?: boolean; isExist?: boolean;
/** /**
* 是否可用 * 是否可用
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoCTripV1AccountCookieBatchInfo * @memberof KamiApiCardInfoCTripV1AccountCookieBatchInfo
*/ */
'isAvailable'?: boolean; isAvailable?: boolean;
/** /**
* 别名 * 别名
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountCookieBatchInfo * @memberof KamiApiCardInfoCTripV1AccountCookieBatchInfo
*/ */
'name'?: string; name?: string;
/** /**
* cookie * cookie
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountCookieBatchInfo * @memberof KamiApiCardInfoCTripV1AccountCookieBatchInfo
*/ */
'cookie'?: string; cookie?: string;
/** /**
* 最大充值限制 * 最大充值限制
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountCookieBatchInfo * @memberof KamiApiCardInfoCTripV1AccountCookieBatchInfo
*/ */
'maxAmountLimit'?: number; maxAmountLimit?: number;
/** /**
* 最大充值次数 * 最大充值次数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountCookieBatchInfo * @memberof KamiApiCardInfoCTripV1AccountCookieBatchInfo
*/ */
'maxCountLimit'?: number; maxCountLimit?: number;
} }

View File

@@ -1,30 +1,27 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1AccountCookieCheckReq * @interface KamiApiCardInfoCTripV1AccountCookieCheckReq
*/ */
export interface KamiApiCardInfoCTripV1AccountCookieCheckReq { export interface KamiApiCardInfoCTripV1AccountCookieCheckReq {
/** /**
* cookie * cookie
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountCookieCheckReq * @memberof KamiApiCardInfoCTripV1AccountCookieCheckReq
*/ */
'cookie': string; cookie: string;
} }

View File

@@ -1,54 +1,51 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1AccountCookieCheckRes * @interface KamiApiCardInfoCTripV1AccountCookieCheckRes
*/ */
export interface KamiApiCardInfoCTripV1AccountCookieCheckRes { export interface KamiApiCardInfoCTripV1AccountCookieCheckRes {
/** /**
* 用户名 * 用户名
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountCookieCheckRes * @memberof KamiApiCardInfoCTripV1AccountCookieCheckRes
*/ */
'username'?: string; username?: string;
/** /**
* 昵称 * 昵称
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountCookieCheckRes * @memberof KamiApiCardInfoCTripV1AccountCookieCheckRes
*/ */
'nickname'?: string; nickname?: string;
/** /**
* 余额 * 余额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountCookieCheckRes * @memberof KamiApiCardInfoCTripV1AccountCookieCheckRes
*/ */
'balance'?: number; balance?: number;
/** /**
* 是否存在系统中 * 是否存在系统中
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoCTripV1AccountCookieCheckRes * @memberof KamiApiCardInfoCTripV1AccountCookieCheckRes
*/ */
'isExist'?: boolean; isExist?: boolean;
/** /**
* 是否可用 * 是否可用
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoCTripV1AccountCookieCheckRes * @memberof KamiApiCardInfoCTripV1AccountCookieCheckRes
*/ */
'isAvailable'?: boolean; isAvailable?: boolean;
} }

View File

@@ -1,60 +1,57 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1AccountCreateReq * @interface KamiApiCardInfoCTripV1AccountCreateReq
*/ */
export interface KamiApiCardInfoCTripV1AccountCreateReq { export interface KamiApiCardInfoCTripV1AccountCreateReq {
/** /**
* cookie不能为空 * cookie不能为空
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountCreateReq * @memberof KamiApiCardInfoCTripV1AccountCreateReq
*/ */
'cookie': string; cookie: string;
/** /**
* 别名 * 别名
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountCreateReq * @memberof KamiApiCardInfoCTripV1AccountCreateReq
*/ */
'name'?: string; name?: string;
/** /**
* 最大充值限制 * 最大充值限制
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountCreateReq * @memberof KamiApiCardInfoCTripV1AccountCreateReq
*/ */
'maxAmountLimit': number; maxAmountLimit: number;
/** /**
* 最大充值次数 * 最大充值次数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountCreateReq * @memberof KamiApiCardInfoCTripV1AccountCreateReq
*/ */
'maxCountLimit': number; maxCountLimit: number;
/** /**
* 状态 * 状态
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountCreateReq * @memberof KamiApiCardInfoCTripV1AccountCreateReq
*/ */
'status'?: number; status?: number;
/** /**
* 备注 * 备注
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountCreateReq * @memberof KamiApiCardInfoCTripV1AccountCreateReq
*/ */
'remark'?: string; remark?: string;
} }

View File

@@ -1,30 +1,27 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1AccountDeleteReq * @interface KamiApiCardInfoCTripV1AccountDeleteReq
*/ */
export interface KamiApiCardInfoCTripV1AccountDeleteReq { export interface KamiApiCardInfoCTripV1AccountDeleteReq {
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountDeleteReq * @memberof KamiApiCardInfoCTripV1AccountDeleteReq
*/ */
'id': string; id: string;
} }

View File

@@ -1,165 +1,163 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
// May contain unused imports in some cases // May contain unused imports in some cases
// @ts-ignore // @ts-ignore
import type { KamiApiCardInfoAppleV1AppleCardListRecordUploadUser } from './kami-api-card-info-apple-v1-apple-card-list-record-upload-user'; import type { KamiApiCardInfoAppleV1AppleCardListRecordUploadUser } from './kami-api-card-info-apple-v1-apple-card-list-record-upload-user';
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1AccountListRecord * @interface KamiApiCardInfoCTripV1AccountListRecord
*/ */
export interface KamiApiCardInfoCTripV1AccountListRecord { export interface KamiApiCardInfoCTripV1AccountListRecord {
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'id'?: string; id?: string;
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'groupId'?: number; groupId?: number;
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'name'?: string; name?: string;
/** /**
* cookie * cookie
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'cookie'?: string; cookie?: string;
/** /**
* 用户昵称 * 用户昵称
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'nickname'?: string; nickname?: string;
/** /**
* 京东用户ID * 京东用户ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'username'?: string; username?: string;
/** /**
* 创建人 * 创建人
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'createUserId'?: string; createUserId?: string;
/** /**
* 账户类型 * 账户类型
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'category'?: string; category?: string;
/** /**
* 账单所有统计金额 * 账单所有统计金额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'amountTotalSum'?: number; amountTotalSum?: number;
/** /**
* 账单今日统计金额 * 账单今日统计金额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'amountTodaySum'?: number; amountTodaySum?: number;
/** /**
* 余额 * 余额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'balance'?: number; balance?: number;
/** /**
* 有效充值余额 * 有效充值余额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'effectiveBalance'?: number; effectiveBalance?: number;
/** /**
* 状态 1.正常 0.禁用 * 状态 1.正常 0.禁用
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'status'?: number; status?: number;
/** /**
* 账号最大充值次数 * 账号最大充值次数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'maxCountLimit'?: number; maxCountLimit?: number;
/** /**
* 最大充值限制 * 最大充值限制
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'maxAmountLimit'?: number; maxAmountLimit?: number;
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'amountTotalCount'?: number; amountTotalCount?: number;
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'amountTodayCount'?: number; amountTodayCount?: number;
/** /**
* 账号是否可用 * 账号是否可用
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'accountStatus'?: boolean; accountStatus?: boolean;
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'remark'?: string; remark?: string;
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'createdAt'?: string; createdAt?: string;
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'updatedAt'?: string; updatedAt?: string;
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'deletedAt'?: string; deletedAt?: string;
/** /**
* *
* @type {KamiApiCardInfoAppleV1AppleCardListRecordUploadUser} * @type {KamiApiCardInfoAppleV1AppleCardListRecordUploadUser}
* @memberof KamiApiCardInfoCTripV1AccountListRecord * @memberof KamiApiCardInfoCTripV1AccountListRecord
*/ */
'uploadUser'?: KamiApiCardInfoAppleV1AppleCardListRecordUploadUser; uploadUser?: KamiApiCardInfoAppleV1AppleCardListRecordUploadUser;
} }

View File

@@ -1,66 +1,63 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1AccountListReq * @interface KamiApiCardInfoCTripV1AccountListReq
*/ */
export interface KamiApiCardInfoCTripV1AccountListReq { export interface KamiApiCardInfoCTripV1AccountListReq {
/** /**
* 页数 * 页数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountListReq * @memberof KamiApiCardInfoCTripV1AccountListReq
*/ */
'current': number; current: number;
/** /**
* 页码 * 页码
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountListReq * @memberof KamiApiCardInfoCTripV1AccountListReq
*/ */
'pageSize': KamiApiCardInfoCTripV1AccountListReqPageSizeEnum; pageSize: KamiApiCardInfoCTripV1AccountListReqPageSizeEnum;
/** /**
* 账户名称 * 账户名称
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountListReq * @memberof KamiApiCardInfoCTripV1AccountListReq
*/ */
'name'?: string; name?: string;
/** /**
* 用户昵称 * 用户昵称
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountListReq * @memberof KamiApiCardInfoCTripV1AccountListReq
*/ */
'nickName'?: string; nickName?: string;
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountListReq * @memberof KamiApiCardInfoCTripV1AccountListReq
*/ */
'cookie'?: string; cookie?: string;
} }
export const KamiApiCardInfoCTripV1AccountListReqPageSizeEnum = { export const KamiApiCardInfoCTripV1AccountListReqPageSizeEnum = {
NUMBER_5: 5, NUMBER_5: 5,
NUMBER_10: 10, NUMBER_10: 10,
NUMBER_15: 15, NUMBER_15: 15,
NUMBER_20: 20, NUMBER_20: 20,
NUMBER_50: 50, NUMBER_50: 50,
NUMBER_100: 100 NUMBER_100: 100
} as const; } as const;
export type KamiApiCardInfoCTripV1AccountListReqPageSizeEnum = typeof KamiApiCardInfoCTripV1AccountListReqPageSizeEnum[keyof typeof KamiApiCardInfoCTripV1AccountListReqPageSizeEnum]; export type KamiApiCardInfoCTripV1AccountListReqPageSizeEnum =
(typeof KamiApiCardInfoCTripV1AccountListReqPageSizeEnum)[keyof typeof KamiApiCardInfoCTripV1AccountListReqPageSizeEnum];

View File

@@ -1,39 +1,37 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
// May contain unused imports in some cases // May contain unused imports in some cases
// @ts-ignore // @ts-ignore
import type { KamiApiCardInfoCTripV1AccountListRecord } from './kami-api-card-info-ctrip-v1-account-list-record'; import type { KamiApiCardInfoCTripV1AccountListRecord } from './kami-api-card-info-ctrip-v1-account-list-record';
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1AccountListRes * @interface KamiApiCardInfoCTripV1AccountListRes
*/ */
export interface KamiApiCardInfoCTripV1AccountListRes { export interface KamiApiCardInfoCTripV1AccountListRes {
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountListRes * @memberof KamiApiCardInfoCTripV1AccountListRes
*/ */
'total'?: number; total?: number;
/** /**
* *
* @type {Array<KamiApiCardInfoCTripV1AccountListRecord>} * @type {Array<KamiApiCardInfoCTripV1AccountListRecord>}
* @memberof KamiApiCardInfoCTripV1AccountListRes * @memberof KamiApiCardInfoCTripV1AccountListRes
*/ */
'list'?: Array<KamiApiCardInfoCTripV1AccountListRecord>; list?: Array<KamiApiCardInfoCTripV1AccountListRecord>;
} }

View File

@@ -1,30 +1,27 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1AccountRefreshStatusReq * @interface KamiApiCardInfoCTripV1AccountRefreshStatusReq
*/ */
export interface KamiApiCardInfoCTripV1AccountRefreshStatusReq { export interface KamiApiCardInfoCTripV1AccountRefreshStatusReq {
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountRefreshStatusReq * @memberof KamiApiCardInfoCTripV1AccountRefreshStatusReq
*/ */
'id': string; id: string;
} }

View File

@@ -1,60 +1,57 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1AccountUpdateReq * @interface KamiApiCardInfoCTripV1AccountUpdateReq
*/ */
export interface KamiApiCardInfoCTripV1AccountUpdateReq { export interface KamiApiCardInfoCTripV1AccountUpdateReq {
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountUpdateReq * @memberof KamiApiCardInfoCTripV1AccountUpdateReq
*/ */
'id': string; id: string;
/** /**
* 状态 * 状态
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountUpdateReq * @memberof KamiApiCardInfoCTripV1AccountUpdateReq
*/ */
'status'?: number; status?: number;
/** /**
* 别名 * 别名
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountUpdateReq * @memberof KamiApiCardInfoCTripV1AccountUpdateReq
*/ */
'name'?: string; name?: string;
/** /**
* 备注 * 备注
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountUpdateReq * @memberof KamiApiCardInfoCTripV1AccountUpdateReq
*/ */
'remark'?: string; remark?: string;
/** /**
* 最大充值限制 * 最大充值限制
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountUpdateReq * @memberof KamiApiCardInfoCTripV1AccountUpdateReq
*/ */
'maxAmountLimit'?: number; maxAmountLimit?: number;
/** /**
* 最大充值次数 * 最大充值次数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountUpdateReq * @memberof KamiApiCardInfoCTripV1AccountUpdateReq
*/ */
'maxCountLimit'?: number; maxCountLimit?: number;
} }

View File

@@ -1,51 +1,48 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1AccountUpdateStatusReq * @interface KamiApiCardInfoCTripV1AccountUpdateStatusReq
*/ */
export interface KamiApiCardInfoCTripV1AccountUpdateStatusReq { export interface KamiApiCardInfoCTripV1AccountUpdateStatusReq {
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountUpdateStatusReq * @memberof KamiApiCardInfoCTripV1AccountUpdateStatusReq
*/ */
'id': string; id: string;
/** /**
* 状态 * 状态
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountUpdateStatusReq * @memberof KamiApiCardInfoCTripV1AccountUpdateStatusReq
*/ */
'status': KamiApiCardInfoCTripV1AccountUpdateStatusReqStatusEnum; status: KamiApiCardInfoCTripV1AccountUpdateStatusReqStatusEnum;
} }
export const KamiApiCardInfoCTripV1AccountUpdateStatusReqStatusEnum = { export const KamiApiCardInfoCTripV1AccountUpdateStatusReqStatusEnum = {
NUMBER_0: 0, NUMBER_0: 0,
NUMBER_5: 5, NUMBER_5: 5,
NUMBER_3: 3, NUMBER_3: 3,
NUMBER_6: 6, NUMBER_6: 6,
NUMBER_2: 2, NUMBER_2: 2,
NUMBER_8: 8, NUMBER_8: 8,
NUMBER_4: 4, NUMBER_4: 4,
NUMBER_1: 1, NUMBER_1: 1,
NUMBER_7: 7 NUMBER_7: 7
} as const; } as const;
export type KamiApiCardInfoCTripV1AccountUpdateStatusReqStatusEnum = typeof KamiApiCardInfoCTripV1AccountUpdateStatusReqStatusEnum[keyof typeof KamiApiCardInfoCTripV1AccountUpdateStatusReqStatusEnum]; export type KamiApiCardInfoCTripV1AccountUpdateStatusReqStatusEnum =
(typeof KamiApiCardInfoCTripV1AccountUpdateStatusReqStatusEnum)[keyof typeof KamiApiCardInfoCTripV1AccountUpdateStatusReqStatusEnum];

View File

@@ -1,54 +1,51 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1AccountWalletListReq * @interface KamiApiCardInfoCTripV1AccountWalletListReq
*/ */
export interface KamiApiCardInfoCTripV1AccountWalletListReq { export interface KamiApiCardInfoCTripV1AccountWalletListReq {
/** /**
* 页数 * 页数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountWalletListReq * @memberof KamiApiCardInfoCTripV1AccountWalletListReq
*/ */
'current': number; current: number;
/** /**
* 页码 * 页码
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountWalletListReq * @memberof KamiApiCardInfoCTripV1AccountWalletListReq
*/ */
'pageSize': KamiApiCardInfoCTripV1AccountWalletListReqPageSizeEnum; pageSize: KamiApiCardInfoCTripV1AccountWalletListReqPageSizeEnum;
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1AccountWalletListReq * @memberof KamiApiCardInfoCTripV1AccountWalletListReq
*/ */
'accountId': string; accountId: string;
} }
export const KamiApiCardInfoCTripV1AccountWalletListReqPageSizeEnum = { export const KamiApiCardInfoCTripV1AccountWalletListReqPageSizeEnum = {
NUMBER_5: 5, NUMBER_5: 5,
NUMBER_10: 10, NUMBER_10: 10,
NUMBER_15: 15, NUMBER_15: 15,
NUMBER_20: 20, NUMBER_20: 20,
NUMBER_50: 50, NUMBER_50: 50,
NUMBER_100: 100 NUMBER_100: 100
} as const; } as const;
export type KamiApiCardInfoCTripV1AccountWalletListReqPageSizeEnum = typeof KamiApiCardInfoCTripV1AccountWalletListReqPageSizeEnum[keyof typeof KamiApiCardInfoCTripV1AccountWalletListReqPageSizeEnum]; export type KamiApiCardInfoCTripV1AccountWalletListReqPageSizeEnum =
(typeof KamiApiCardInfoCTripV1AccountWalletListReqPageSizeEnum)[keyof typeof KamiApiCardInfoCTripV1AccountWalletListReqPageSizeEnum];

View File

@@ -1,39 +1,37 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
// May contain unused imports in some cases // May contain unused imports in some cases
// @ts-ignore // @ts-ignore
import type { KamiInternalModelEntityV1CardRedeemAccountHistory } from './kami-internal-model-entity-v1-card-redeem-account-history'; import type { KamiInternalModelEntityV1CardRedeemAccountHistory } from './kami-internal-model-entity-v1-card-redeem-account-history';
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1AccountWalletListRes * @interface KamiApiCardInfoCTripV1AccountWalletListRes
*/ */
export interface KamiApiCardInfoCTripV1AccountWalletListRes { export interface KamiApiCardInfoCTripV1AccountWalletListRes {
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1AccountWalletListRes * @memberof KamiApiCardInfoCTripV1AccountWalletListRes
*/ */
'total'?: number; total?: number;
/** /**
* *
* @type {Array<KamiInternalModelEntityV1CardRedeemAccountHistory>} * @type {Array<KamiInternalModelEntityV1CardRedeemAccountHistory>}
* @memberof KamiApiCardInfoCTripV1AccountWalletListRes * @memberof KamiApiCardInfoCTripV1AccountWalletListRes
*/ */
'list'?: Array<KamiInternalModelEntityV1CardRedeemAccountHistory>; list?: Array<KamiInternalModelEntityV1CardRedeemAccountHistory>;
} }

View File

@@ -1,84 +1,81 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1ListReq * @interface KamiApiCardInfoCTripV1ListReq
*/ */
export interface KamiApiCardInfoCTripV1ListReq { export interface KamiApiCardInfoCTripV1ListReq {
/** /**
* 页数 * 页数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1ListReq * @memberof KamiApiCardInfoCTripV1ListReq
*/ */
'current': number; current: number;
/** /**
* 页码 * 页码
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1ListReq * @memberof KamiApiCardInfoCTripV1ListReq
*/ */
'pageSize': KamiApiCardInfoCTripV1ListReqPageSizeEnum; pageSize: KamiApiCardInfoCTripV1ListReqPageSizeEnum;
/** /**
* 礼品卡密码 * 礼品卡密码
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1ListReq * @memberof KamiApiCardInfoCTripV1ListReq
*/ */
'giftCardPwd'?: string; giftCardPwd?: string;
/** /**
* 商户ID * 商户ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1ListReq * @memberof KamiApiCardInfoCTripV1ListReq
*/ */
'merchantId'?: string; merchantId?: string;
/** /**
* 附加信息 * 附加信息
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1ListReq * @memberof KamiApiCardInfoCTripV1ListReq
*/ */
'attach'?: string; attach?: string;
/** /**
* 账户昵称 * 账户昵称
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1ListReq * @memberof KamiApiCardInfoCTripV1ListReq
*/ */
'accountNickName'?: string; accountNickName?: string;
/** /**
* 账户cookie * 账户cookie
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1ListReq * @memberof KamiApiCardInfoCTripV1ListReq
*/ */
'accountCk'?: string; accountCk?: string;
/** /**
* 时间范围 * 时间范围
* @type {Array<string>} * @type {Array<string>}
* @memberof KamiApiCardInfoCTripV1ListReq * @memberof KamiApiCardInfoCTripV1ListReq
*/ */
'dateRange'?: Array<string>; dateRange?: Array<string>;
} }
export const KamiApiCardInfoCTripV1ListReqPageSizeEnum = { export const KamiApiCardInfoCTripV1ListReqPageSizeEnum = {
NUMBER_5: 5, NUMBER_5: 5,
NUMBER_10: 10, NUMBER_10: 10,
NUMBER_15: 15, NUMBER_15: 15,
NUMBER_20: 20, NUMBER_20: 20,
NUMBER_50: 50, NUMBER_50: 50,
NUMBER_100: 100 NUMBER_100: 100
} as const; } as const;
export type KamiApiCardInfoCTripV1ListReqPageSizeEnum = typeof KamiApiCardInfoCTripV1ListReqPageSizeEnum[keyof typeof KamiApiCardInfoCTripV1ListReqPageSizeEnum]; export type KamiApiCardInfoCTripV1ListReqPageSizeEnum =
(typeof KamiApiCardInfoCTripV1ListReqPageSizeEnum)[keyof typeof KamiApiCardInfoCTripV1ListReqPageSizeEnum];

View File

@@ -1,39 +1,37 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
// May contain unused imports in some cases // May contain unused imports in some cases
// @ts-ignore // @ts-ignore
import type { KamiInternalModelEntityV1CardRedeemOrderInfo } from './kami-internal-model-entity-v1-card-redeem-order-info'; import type { KamiInternalModelEntityV1CardRedeemOrderInfo } from './kami-internal-model-entity-v1-card-redeem-order-info';
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1ListRes * @interface KamiApiCardInfoCTripV1ListRes
*/ */
export interface KamiApiCardInfoCTripV1ListRes { export interface KamiApiCardInfoCTripV1ListRes {
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1ListRes * @memberof KamiApiCardInfoCTripV1ListRes
*/ */
'total'?: number; total?: number;
/** /**
* *
* @type {Array<KamiInternalModelEntityV1CardRedeemOrderInfo>} * @type {Array<KamiInternalModelEntityV1CardRedeemOrderInfo>}
* @memberof KamiApiCardInfoCTripV1ListRes * @memberof KamiApiCardInfoCTripV1ListRes
*/ */
'list'?: Array<KamiInternalModelEntityV1CardRedeemOrderInfo>; list?: Array<KamiInternalModelEntityV1CardRedeemOrderInfo>;
} }

View File

@@ -1,30 +1,27 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1OrderCallbackReq * @interface KamiApiCardInfoCTripV1OrderCallbackReq
*/ */
export interface KamiApiCardInfoCTripV1OrderCallbackReq { export interface KamiApiCardInfoCTripV1OrderCallbackReq {
/** /**
* 订单ID * 订单ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1OrderCallbackReq * @memberof KamiApiCardInfoCTripV1OrderCallbackReq
*/ */
'orderNo': string; orderNo: string;
} }

View File

@@ -1,30 +1,27 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1OrderHistoryReq * @interface KamiApiCardInfoCTripV1OrderHistoryReq
*/ */
export interface KamiApiCardInfoCTripV1OrderHistoryReq { export interface KamiApiCardInfoCTripV1OrderHistoryReq {
/** /**
* 订单ID * 订单ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1OrderHistoryReq * @memberof KamiApiCardInfoCTripV1OrderHistoryReq
*/ */
'orderNo'?: string; orderNo?: string;
} }

View File

@@ -1,33 +1,31 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
// May contain unused imports in some cases // May contain unused imports in some cases
// @ts-ignore // @ts-ignore
import type { KamiInternalModelEntityV1CardRedeemOrderHistory } from './kami-internal-model-entity-v1-card-redeem-order-history'; import type { KamiInternalModelEntityV1CardRedeemOrderHistory } from './kami-internal-model-entity-v1-card-redeem-order-history';
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1OrderHistoryRes * @interface KamiApiCardInfoCTripV1OrderHistoryRes
*/ */
export interface KamiApiCardInfoCTripV1OrderHistoryRes { export interface KamiApiCardInfoCTripV1OrderHistoryRes {
/** /**
* *
* @type {Array<KamiInternalModelEntityV1CardRedeemOrderHistory>} * @type {Array<KamiInternalModelEntityV1CardRedeemOrderHistory>}
* @memberof KamiApiCardInfoCTripV1OrderHistoryRes * @memberof KamiApiCardInfoCTripV1OrderHistoryRes
*/ */
'list'?: Array<KamiInternalModelEntityV1CardRedeemOrderHistory>; list?: Array<KamiInternalModelEntityV1CardRedeemOrderHistory>;
} }

View File

@@ -1,60 +1,57 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1RedeemConfigGetRes * @interface KamiApiCardInfoCTripV1RedeemConfigGetRes
*/ */
export interface KamiApiCardInfoCTripV1RedeemConfigGetRes { export interface KamiApiCardInfoCTripV1RedeemConfigGetRes {
/** /**
* 是否允许金额异议充值 * 是否允许金额异议充值
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoCTripV1RedeemConfigGetRes * @memberof KamiApiCardInfoCTripV1RedeemConfigGetRes
*/ */
'isAllowDifferentAmount'?: boolean; isAllowDifferentAmount?: boolean;
/** /**
* 是否允许金额异议回调(充值成功) * 是否允许金额异议回调(充值成功)
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoCTripV1RedeemConfigGetRes * @memberof KamiApiCardInfoCTripV1RedeemConfigGetRes
*/ */
'isAllowDifferentSucceedCallback'?: boolean; isAllowDifferentSucceedCallback?: boolean;
/** /**
* 是否允许金额异议回调(充值失败) * 是否允许金额异议回调(充值失败)
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoCTripV1RedeemConfigGetRes * @memberof KamiApiCardInfoCTripV1RedeemConfigGetRes
*/ */
'isAllowDifferentFailCallback'?: boolean; isAllowDifferentFailCallback?: boolean;
/** /**
* 充值卡最小充值金额 * 充值卡最小充值金额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1RedeemConfigGetRes * @memberof KamiApiCardInfoCTripV1RedeemConfigGetRes
*/ */
'redeemCardMinAmount'?: number; redeemCardMinAmount?: number;
/** /**
* 是否允许补卡自动回调 * 是否允许补卡自动回调
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoCTripV1RedeemConfigGetRes * @memberof KamiApiCardInfoCTripV1RedeemConfigGetRes
*/ */
'isAllowCompensatedCallback'?: boolean; isAllowCompensatedCallback?: boolean;
/** /**
* 充值卡充值速率 * 充值卡充值速率
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1RedeemConfigGetRes * @memberof KamiApiCardInfoCTripV1RedeemConfigGetRes
*/ */
'redeemCardRate'?: number; redeemCardRate?: number;
} }

View File

@@ -1,60 +1,57 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1RedeemConfigSetReq * @interface KamiApiCardInfoCTripV1RedeemConfigSetReq
*/ */
export interface KamiApiCardInfoCTripV1RedeemConfigSetReq { export interface KamiApiCardInfoCTripV1RedeemConfigSetReq {
/** /**
* 是否允许金额异议充值 * 是否允许金额异议充值
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoCTripV1RedeemConfigSetReq * @memberof KamiApiCardInfoCTripV1RedeemConfigSetReq
*/ */
'isAllowDifferentAmount': boolean; isAllowDifferentAmount: boolean;
/** /**
* 是否允许金额异议回调(充值成功) * 是否允许金额异议回调(充值成功)
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoCTripV1RedeemConfigSetReq * @memberof KamiApiCardInfoCTripV1RedeemConfigSetReq
*/ */
'isAllowDifferentSucceedCallback': boolean; isAllowDifferentSucceedCallback: boolean;
/** /**
* 是否允许金额异议回调(充值失败) * 是否允许金额异议回调(充值失败)
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoCTripV1RedeemConfigSetReq * @memberof KamiApiCardInfoCTripV1RedeemConfigSetReq
*/ */
'isAllowDifferentFailCallback': boolean; isAllowDifferentFailCallback: boolean;
/** /**
* 账号单日最大充值次数 * 账号单日最大充值次数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1RedeemConfigSetReq * @memberof KamiApiCardInfoCTripV1RedeemConfigSetReq
*/ */
'redeemCardMinAmount': number; redeemCardMinAmount: number;
/** /**
* 是否允许补卡自动回调 * 是否允许补卡自动回调
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoCTripV1RedeemConfigSetReq * @memberof KamiApiCardInfoCTripV1RedeemConfigSetReq
*/ */
'isAllowCompensatedCallback': boolean; isAllowCompensatedCallback: boolean;
/** /**
* 充值卡充值速率 * 充值卡充值速率
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1RedeemConfigSetReq * @memberof KamiApiCardInfoCTripV1RedeemConfigSetReq
*/ */
'redeemCardRate': number; redeemCardRate: number;
} }

View File

@@ -1,60 +1,57 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoCTripV1SubmitReq * @interface KamiApiCardInfoCTripV1SubmitReq
*/ */
export interface KamiApiCardInfoCTripV1SubmitReq { export interface KamiApiCardInfoCTripV1SubmitReq {
/** /**
* 卡号 * 卡号
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1SubmitReq * @memberof KamiApiCardInfoCTripV1SubmitReq
*/ */
'cardNo'?: string; cardNo?: string;
/** /**
* 礼品卡密码 * 礼品卡密码
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1SubmitReq * @memberof KamiApiCardInfoCTripV1SubmitReq
*/ */
'giftCardPwd': string; giftCardPwd: string;
/** /**
* 回调地址 * 回调地址
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1SubmitReq * @memberof KamiApiCardInfoCTripV1SubmitReq
*/ */
'notifyUrl': string; notifyUrl: string;
/** /**
* 商户ID * 商户ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1SubmitReq * @memberof KamiApiCardInfoCTripV1SubmitReq
*/ */
'merchantId': string; merchantId: string;
/** /**
* 附加信息 * 附加信息
* @type {string} * @type {string}
* @memberof KamiApiCardInfoCTripV1SubmitReq * @memberof KamiApiCardInfoCTripV1SubmitReq
*/ */
'attach'?: string; attach?: string;
/** /**
* 充值金额 * 充值金额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoCTripV1SubmitReq * @memberof KamiApiCardInfoCTripV1SubmitReq
*/ */
'amount': number; amount: number;
} }

View File

@@ -1,33 +1,31 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
// May contain unused imports in some cases // May contain unused imports in some cases
// @ts-ignore // @ts-ignore
import type { KamiApiCardInfoJdV1JDAccountCookieBatchInfo } from './kami-api-card-info-jd-v1-jdaccount-cookie-batch-info'; import type { KamiApiCardInfoJdV1JDAccountCookieBatchInfo } from './kami-api-card-info-jd-v1-jdaccount-cookie-batch-info';
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1JDAccountCookieBatchAddReq * @interface KamiApiCardInfoJdV1JDAccountCookieBatchAddReq
*/ */
export interface KamiApiCardInfoJdV1JDAccountCookieBatchAddReq { export interface KamiApiCardInfoJdV1JDAccountCookieBatchAddReq {
/** /**
* 导入结果 * 导入结果
* @type {Array<KamiApiCardInfoJdV1JDAccountCookieBatchInfo>} * @type {Array<KamiApiCardInfoJdV1JDAccountCookieBatchInfo>}
* @memberof KamiApiCardInfoJdV1JDAccountCookieBatchAddReq * @memberof KamiApiCardInfoJdV1JDAccountCookieBatchAddReq
*/ */
'list'?: Array<KamiApiCardInfoJdV1JDAccountCookieBatchInfo>; list?: Array<KamiApiCardInfoJdV1JDAccountCookieBatchInfo>;
} }

View File

@@ -1,30 +1,27 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1JDAccountCookieBatchCheckReq * @interface KamiApiCardInfoJdV1JDAccountCookieBatchCheckReq
*/ */
export interface KamiApiCardInfoJdV1JDAccountCookieBatchCheckReq { export interface KamiApiCardInfoJdV1JDAccountCookieBatchCheckReq {
/** /**
* 选择上传文件 * 选择上传文件
* @type {any} * @type {any}
* @memberof KamiApiCardInfoJdV1JDAccountCookieBatchCheckReq * @memberof KamiApiCardInfoJdV1JDAccountCookieBatchCheckReq
*/ */
'file': any; file: any;
} }

View File

@@ -1,39 +1,37 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
// May contain unused imports in some cases // May contain unused imports in some cases
// @ts-ignore // @ts-ignore
import type { KamiApiCardInfoJdV1JDAccountCookieBatchInfo } from './kami-api-card-info-jd-v1-jdaccount-cookie-batch-info'; import type { KamiApiCardInfoJdV1JDAccountCookieBatchInfo } from './kami-api-card-info-jd-v1-jdaccount-cookie-batch-info';
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1JDAccountCookieBatchCheckRes * @interface KamiApiCardInfoJdV1JDAccountCookieBatchCheckRes
*/ */
export interface KamiApiCardInfoJdV1JDAccountCookieBatchCheckRes { export interface KamiApiCardInfoJdV1JDAccountCookieBatchCheckRes {
/** /**
* 导入结果 * 导入结果
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountCookieBatchCheckRes * @memberof KamiApiCardInfoJdV1JDAccountCookieBatchCheckRes
*/ */
'msg'?: string; msg?: string;
/** /**
* 导入结果 * 导入结果
* @type {Array<KamiApiCardInfoJdV1JDAccountCookieBatchInfo>} * @type {Array<KamiApiCardInfoJdV1JDAccountCookieBatchInfo>}
* @memberof KamiApiCardInfoJdV1JDAccountCookieBatchCheckRes * @memberof KamiApiCardInfoJdV1JDAccountCookieBatchCheckRes
*/ */
'list'?: Array<KamiApiCardInfoJdV1JDAccountCookieBatchInfo>; list?: Array<KamiApiCardInfoJdV1JDAccountCookieBatchInfo>;
} }

View File

@@ -1,78 +1,75 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1JDAccountCookieBatchInfo * @interface KamiApiCardInfoJdV1JDAccountCookieBatchInfo
*/ */
export interface KamiApiCardInfoJdV1JDAccountCookieBatchInfo { export interface KamiApiCardInfoJdV1JDAccountCookieBatchInfo {
/** /**
* 用户名 * 用户名
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountCookieBatchInfo * @memberof KamiApiCardInfoJdV1JDAccountCookieBatchInfo
*/ */
'username'?: string; username?: string;
/** /**
* 昵称 * 昵称
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountCookieBatchInfo * @memberof KamiApiCardInfoJdV1JDAccountCookieBatchInfo
*/ */
'nickname'?: string; nickname?: string;
/** /**
* 余额 * 余额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountCookieBatchInfo * @memberof KamiApiCardInfoJdV1JDAccountCookieBatchInfo
*/ */
'balance'?: number; balance?: number;
/** /**
* 是否存在系统中 * 是否存在系统中
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoJdV1JDAccountCookieBatchInfo * @memberof KamiApiCardInfoJdV1JDAccountCookieBatchInfo
*/ */
'isExist'?: boolean; isExist?: boolean;
/** /**
* 是否可用 * 是否可用
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoJdV1JDAccountCookieBatchInfo * @memberof KamiApiCardInfoJdV1JDAccountCookieBatchInfo
*/ */
'isAvailable'?: boolean; isAvailable?: boolean;
/** /**
* 别名 * 别名
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountCookieBatchInfo * @memberof KamiApiCardInfoJdV1JDAccountCookieBatchInfo
*/ */
'name'?: string; name?: string;
/** /**
* cookie * cookie
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountCookieBatchInfo * @memberof KamiApiCardInfoJdV1JDAccountCookieBatchInfo
*/ */
'cookie'?: string; cookie?: string;
/** /**
* 最大充值限制 * 最大充值限制
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountCookieBatchInfo * @memberof KamiApiCardInfoJdV1JDAccountCookieBatchInfo
*/ */
'maxAmountLimit'?: number; maxAmountLimit?: number;
/** /**
* 最大充值次数 * 最大充值次数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountCookieBatchInfo * @memberof KamiApiCardInfoJdV1JDAccountCookieBatchInfo
*/ */
'maxCountLimit'?: number; maxCountLimit?: number;
} }

View File

@@ -1,30 +1,27 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1JDAccountCookieCheckReq * @interface KamiApiCardInfoJdV1JDAccountCookieCheckReq
*/ */
export interface KamiApiCardInfoJdV1JDAccountCookieCheckReq { export interface KamiApiCardInfoJdV1JDAccountCookieCheckReq {
/** /**
* cookie * cookie
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountCookieCheckReq * @memberof KamiApiCardInfoJdV1JDAccountCookieCheckReq
*/ */
'cookie': string; cookie: string;
} }

View File

@@ -1,54 +1,51 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1JDAccountCookieCheckRes * @interface KamiApiCardInfoJdV1JDAccountCookieCheckRes
*/ */
export interface KamiApiCardInfoJdV1JDAccountCookieCheckRes { export interface KamiApiCardInfoJdV1JDAccountCookieCheckRes {
/** /**
* 用户名 * 用户名
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountCookieCheckRes * @memberof KamiApiCardInfoJdV1JDAccountCookieCheckRes
*/ */
'username'?: string; username?: string;
/** /**
* 昵称 * 昵称
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountCookieCheckRes * @memberof KamiApiCardInfoJdV1JDAccountCookieCheckRes
*/ */
'nickname'?: string; nickname?: string;
/** /**
* 余额 * 余额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountCookieCheckRes * @memberof KamiApiCardInfoJdV1JDAccountCookieCheckRes
*/ */
'balance'?: number; balance?: number;
/** /**
* 是否存在系统中 * 是否存在系统中
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoJdV1JDAccountCookieCheckRes * @memberof KamiApiCardInfoJdV1JDAccountCookieCheckRes
*/ */
'isExist'?: boolean; isExist?: boolean;
/** /**
* 是否可用 * 是否可用
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoJdV1JDAccountCookieCheckRes * @memberof KamiApiCardInfoJdV1JDAccountCookieCheckRes
*/ */
'isAvailable'?: boolean; isAvailable?: boolean;
} }

View File

@@ -1,60 +1,57 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1JDAccountCreateReq * @interface KamiApiCardInfoJdV1JDAccountCreateReq
*/ */
export interface KamiApiCardInfoJdV1JDAccountCreateReq { export interface KamiApiCardInfoJdV1JDAccountCreateReq {
/** /**
* cookie不能为空 * cookie不能为空
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountCreateReq * @memberof KamiApiCardInfoJdV1JDAccountCreateReq
*/ */
'cookie': string; cookie: string;
/** /**
* 别名 * 别名
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountCreateReq * @memberof KamiApiCardInfoJdV1JDAccountCreateReq
*/ */
'name'?: string; name?: string;
/** /**
* 最大充值限制 * 最大充值限制
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountCreateReq * @memberof KamiApiCardInfoJdV1JDAccountCreateReq
*/ */
'maxAmountLimit'?: number; maxAmountLimit?: number;
/** /**
* 最大充值次数 * 最大充值次数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountCreateReq * @memberof KamiApiCardInfoJdV1JDAccountCreateReq
*/ */
'maxCountLimit'?: number; maxCountLimit?: number;
/** /**
* 备注 * 备注
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountCreateReq * @memberof KamiApiCardInfoJdV1JDAccountCreateReq
*/ */
'remark'?: string; remark?: string;
/** /**
* 状态 * 状态
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountCreateReq * @memberof KamiApiCardInfoJdV1JDAccountCreateReq
*/ */
'status'?: number; status?: number;
} }

View File

@@ -1,30 +1,27 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1JDAccountDeleteReq * @interface KamiApiCardInfoJdV1JDAccountDeleteReq
*/ */
export interface KamiApiCardInfoJdV1JDAccountDeleteReq { export interface KamiApiCardInfoJdV1JDAccountDeleteReq {
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountDeleteReq * @memberof KamiApiCardInfoJdV1JDAccountDeleteReq
*/ */
'id': string; id: string;
} }

View File

@@ -1,165 +1,163 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
// May contain unused imports in some cases // May contain unused imports in some cases
// @ts-ignore // @ts-ignore
import type { KamiApiCardInfoAppleV1AppleCardListRecordUploadUser } from './kami-api-card-info-apple-v1-apple-card-list-record-upload-user'; import type { KamiApiCardInfoAppleV1AppleCardListRecordUploadUser } from './kami-api-card-info-apple-v1-apple-card-list-record-upload-user';
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1JDAccountListRecord * @interface KamiApiCardInfoJdV1JDAccountListRecord
*/ */
export interface KamiApiCardInfoJdV1JDAccountListRecord { export interface KamiApiCardInfoJdV1JDAccountListRecord {
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'id'?: string; id?: string;
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'groupId'?: number; groupId?: number;
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'name'?: string; name?: string;
/** /**
* cookie * cookie
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'cookie'?: string; cookie?: string;
/** /**
* 用户昵称 * 用户昵称
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'nickname'?: string; nickname?: string;
/** /**
* 京东用户ID * 京东用户ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'username'?: string; username?: string;
/** /**
* 创建人 * 创建人
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'createUserId'?: string; createUserId?: string;
/** /**
* 账户类型 * 账户类型
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'category'?: string; category?: string;
/** /**
* 账单所有统计金额 * 账单所有统计金额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'amountTotalSum'?: number; amountTotalSum?: number;
/** /**
* 账单今日统计金额 * 账单今日统计金额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'amountTodaySum'?: number; amountTodaySum?: number;
/** /**
* 余额 * 余额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'balance'?: number; balance?: number;
/** /**
* 有效充值余额 * 有效充值余额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'effectiveBalance'?: number; effectiveBalance?: number;
/** /**
* 状态 1.正常 0.禁用 * 状态 1.正常 0.禁用
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'status'?: number; status?: number;
/** /**
* 账号最大充值次数 * 账号最大充值次数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'maxCountLimit'?: number; maxCountLimit?: number;
/** /**
* 最大充值限制 * 最大充值限制
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'maxAmountLimit'?: number; maxAmountLimit?: number;
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'amountTotalCount'?: number; amountTotalCount?: number;
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'amountTodayCount'?: number; amountTodayCount?: number;
/** /**
* 账号是否可用 * 账号是否可用
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'accountStatus'?: boolean; accountStatus?: boolean;
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'remark'?: string; remark?: string;
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'createdAt'?: string; createdAt?: string;
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'updatedAt'?: string; updatedAt?: string;
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'deletedAt'?: string; deletedAt?: string;
/** /**
* *
* @type {KamiApiCardInfoAppleV1AppleCardListRecordUploadUser} * @type {KamiApiCardInfoAppleV1AppleCardListRecordUploadUser}
* @memberof KamiApiCardInfoJdV1JDAccountListRecord * @memberof KamiApiCardInfoJdV1JDAccountListRecord
*/ */
'uploadUser'?: KamiApiCardInfoAppleV1AppleCardListRecordUploadUser; uploadUser?: KamiApiCardInfoAppleV1AppleCardListRecordUploadUser;
} }

View File

@@ -1,66 +1,63 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1JDAccountListReq * @interface KamiApiCardInfoJdV1JDAccountListReq
*/ */
export interface KamiApiCardInfoJdV1JDAccountListReq { export interface KamiApiCardInfoJdV1JDAccountListReq {
/** /**
* 页数 * 页数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountListReq * @memberof KamiApiCardInfoJdV1JDAccountListReq
*/ */
'current': number; current: number;
/** /**
* 页码 * 页码
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountListReq * @memberof KamiApiCardInfoJdV1JDAccountListReq
*/ */
'pageSize': KamiApiCardInfoJdV1JDAccountListReqPageSizeEnum; pageSize: KamiApiCardInfoJdV1JDAccountListReqPageSizeEnum;
/** /**
* 账户名称 * 账户名称
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountListReq * @memberof KamiApiCardInfoJdV1JDAccountListReq
*/ */
'name'?: string; name?: string;
/** /**
* 用户昵称 * 用户昵称
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountListReq * @memberof KamiApiCardInfoJdV1JDAccountListReq
*/ */
'nickName'?: string; nickName?: string;
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountListReq * @memberof KamiApiCardInfoJdV1JDAccountListReq
*/ */
'cookie'?: string; cookie?: string;
} }
export const KamiApiCardInfoJdV1JDAccountListReqPageSizeEnum = { export const KamiApiCardInfoJdV1JDAccountListReqPageSizeEnum = {
NUMBER_5: 5, NUMBER_5: 5,
NUMBER_10: 10, NUMBER_10: 10,
NUMBER_15: 15, NUMBER_15: 15,
NUMBER_20: 20, NUMBER_20: 20,
NUMBER_50: 50, NUMBER_50: 50,
NUMBER_100: 100 NUMBER_100: 100
} as const; } as const;
export type KamiApiCardInfoJdV1JDAccountListReqPageSizeEnum = typeof KamiApiCardInfoJdV1JDAccountListReqPageSizeEnum[keyof typeof KamiApiCardInfoJdV1JDAccountListReqPageSizeEnum]; export type KamiApiCardInfoJdV1JDAccountListReqPageSizeEnum =
(typeof KamiApiCardInfoJdV1JDAccountListReqPageSizeEnum)[keyof typeof KamiApiCardInfoJdV1JDAccountListReqPageSizeEnum];

View File

@@ -1,39 +1,37 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
// May contain unused imports in some cases // May contain unused imports in some cases
// @ts-ignore // @ts-ignore
import type { KamiApiCardInfoJdV1JDAccountListRecord } from './kami-api-card-info-jd-v1-jdaccount-list-record'; import type { KamiApiCardInfoJdV1JDAccountListRecord } from './kami-api-card-info-jd-v1-jdaccount-list-record';
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1JDAccountListRes * @interface KamiApiCardInfoJdV1JDAccountListRes
*/ */
export interface KamiApiCardInfoJdV1JDAccountListRes { export interface KamiApiCardInfoJdV1JDAccountListRes {
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountListRes * @memberof KamiApiCardInfoJdV1JDAccountListRes
*/ */
'total'?: number; total?: number;
/** /**
* *
* @type {Array<KamiApiCardInfoJdV1JDAccountListRecord>} * @type {Array<KamiApiCardInfoJdV1JDAccountListRecord>}
* @memberof KamiApiCardInfoJdV1JDAccountListRes * @memberof KamiApiCardInfoJdV1JDAccountListRes
*/ */
'list'?: Array<KamiApiCardInfoJdV1JDAccountListRecord>; list?: Array<KamiApiCardInfoJdV1JDAccountListRecord>;
} }

View File

@@ -1,30 +1,27 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1JDAccountRefreshStatusReq * @interface KamiApiCardInfoJdV1JDAccountRefreshStatusReq
*/ */
export interface KamiApiCardInfoJdV1JDAccountRefreshStatusReq { export interface KamiApiCardInfoJdV1JDAccountRefreshStatusReq {
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountRefreshStatusReq * @memberof KamiApiCardInfoJdV1JDAccountRefreshStatusReq
*/ */
'id': string; id: string;
} }

View File

@@ -1,66 +1,63 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1JDAccountUpdateReq * @interface KamiApiCardInfoJdV1JDAccountUpdateReq
*/ */
export interface KamiApiCardInfoJdV1JDAccountUpdateReq { export interface KamiApiCardInfoJdV1JDAccountUpdateReq {
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountUpdateReq * @memberof KamiApiCardInfoJdV1JDAccountUpdateReq
*/ */
'id': string; id: string;
/** /**
* cookie不能为空 * cookie不能为空
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountUpdateReq * @memberof KamiApiCardInfoJdV1JDAccountUpdateReq
*/ */
'cookie': string; cookie: string;
/** /**
* 别名 * 别名
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountUpdateReq * @memberof KamiApiCardInfoJdV1JDAccountUpdateReq
*/ */
'name'?: string; name?: string;
/** /**
* 最大充值限制 * 最大充值限制
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountUpdateReq * @memberof KamiApiCardInfoJdV1JDAccountUpdateReq
*/ */
'maxAmountLimit'?: number; maxAmountLimit?: number;
/** /**
* 最大充值次数 * 最大充值次数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountUpdateReq * @memberof KamiApiCardInfoJdV1JDAccountUpdateReq
*/ */
'maxCountLimit'?: number; maxCountLimit?: number;
/** /**
* 备注 * 备注
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountUpdateReq * @memberof KamiApiCardInfoJdV1JDAccountUpdateReq
*/ */
'remark'?: string; remark?: string;
/** /**
* 状态 * 状态
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountUpdateReq * @memberof KamiApiCardInfoJdV1JDAccountUpdateReq
*/ */
'status'?: number; status?: number;
} }

View File

@@ -1,51 +1,48 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1JDAccountUpdateStatusReq * @interface KamiApiCardInfoJdV1JDAccountUpdateStatusReq
*/ */
export interface KamiApiCardInfoJdV1JDAccountUpdateStatusReq { export interface KamiApiCardInfoJdV1JDAccountUpdateStatusReq {
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountUpdateStatusReq * @memberof KamiApiCardInfoJdV1JDAccountUpdateStatusReq
*/ */
'id': string; id: string;
/** /**
* 状态 * 状态
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountUpdateStatusReq * @memberof KamiApiCardInfoJdV1JDAccountUpdateStatusReq
*/ */
'status': KamiApiCardInfoJdV1JDAccountUpdateStatusReqStatusEnum; status: KamiApiCardInfoJdV1JDAccountUpdateStatusReqStatusEnum;
} }
export const KamiApiCardInfoJdV1JDAccountUpdateStatusReqStatusEnum = { export const KamiApiCardInfoJdV1JDAccountUpdateStatusReqStatusEnum = {
NUMBER_0: 0, NUMBER_0: 0,
NUMBER_5: 5, NUMBER_5: 5,
NUMBER_3: 3, NUMBER_3: 3,
NUMBER_6: 6, NUMBER_6: 6,
NUMBER_2: 2, NUMBER_2: 2,
NUMBER_8: 8, NUMBER_8: 8,
NUMBER_4: 4, NUMBER_4: 4,
NUMBER_1: 1, NUMBER_1: 1,
NUMBER_7: 7 NUMBER_7: 7
} as const; } as const;
export type KamiApiCardInfoJdV1JDAccountUpdateStatusReqStatusEnum = typeof KamiApiCardInfoJdV1JDAccountUpdateStatusReqStatusEnum[keyof typeof KamiApiCardInfoJdV1JDAccountUpdateStatusReqStatusEnum]; export type KamiApiCardInfoJdV1JDAccountUpdateStatusReqStatusEnum =
(typeof KamiApiCardInfoJdV1JDAccountUpdateStatusReqStatusEnum)[keyof typeof KamiApiCardInfoJdV1JDAccountUpdateStatusReqStatusEnum];

View File

@@ -1,54 +1,51 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1JDAccountWalletListReq * @interface KamiApiCardInfoJdV1JDAccountWalletListReq
*/ */
export interface KamiApiCardInfoJdV1JDAccountWalletListReq { export interface KamiApiCardInfoJdV1JDAccountWalletListReq {
/** /**
* 页数 * 页数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountWalletListReq * @memberof KamiApiCardInfoJdV1JDAccountWalletListReq
*/ */
'current': number; current: number;
/** /**
* 页码 * 页码
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountWalletListReq * @memberof KamiApiCardInfoJdV1JDAccountWalletListReq
*/ */
'pageSize': KamiApiCardInfoJdV1JDAccountWalletListReqPageSizeEnum; pageSize: KamiApiCardInfoJdV1JDAccountWalletListReqPageSizeEnum;
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountWalletListReq * @memberof KamiApiCardInfoJdV1JDAccountWalletListReq
*/ */
'accountId': string; accountId: string;
} }
export const KamiApiCardInfoJdV1JDAccountWalletListReqPageSizeEnum = { export const KamiApiCardInfoJdV1JDAccountWalletListReqPageSizeEnum = {
NUMBER_5: 5, NUMBER_5: 5,
NUMBER_10: 10, NUMBER_10: 10,
NUMBER_15: 15, NUMBER_15: 15,
NUMBER_20: 20, NUMBER_20: 20,
NUMBER_50: 50, NUMBER_50: 50,
NUMBER_100: 100 NUMBER_100: 100
} as const; } as const;
export type KamiApiCardInfoJdV1JDAccountWalletListReqPageSizeEnum = typeof KamiApiCardInfoJdV1JDAccountWalletListReqPageSizeEnum[keyof typeof KamiApiCardInfoJdV1JDAccountWalletListReqPageSizeEnum]; export type KamiApiCardInfoJdV1JDAccountWalletListReqPageSizeEnum =
(typeof KamiApiCardInfoJdV1JDAccountWalletListReqPageSizeEnum)[keyof typeof KamiApiCardInfoJdV1JDAccountWalletListReqPageSizeEnum];

View File

@@ -1,39 +1,37 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
// May contain unused imports in some cases // May contain unused imports in some cases
// @ts-ignore // @ts-ignore
import type { KamiInternalModelEntityV1CardRedeemAccountHistory } from './kami-internal-model-entity-v1-card-redeem-account-history'; import type { KamiInternalModelEntityV1CardRedeemAccountHistory } from './kami-internal-model-entity-v1-card-redeem-account-history';
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1JDAccountWalletListRes * @interface KamiApiCardInfoJdV1JDAccountWalletListRes
*/ */
export interface KamiApiCardInfoJdV1JDAccountWalletListRes { export interface KamiApiCardInfoJdV1JDAccountWalletListRes {
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDAccountWalletListRes * @memberof KamiApiCardInfoJdV1JDAccountWalletListRes
*/ */
'total'?: number; total?: number;
/** /**
* *
* @type {Array<KamiInternalModelEntityV1CardRedeemAccountHistory>} * @type {Array<KamiInternalModelEntityV1CardRedeemAccountHistory>}
* @memberof KamiApiCardInfoJdV1JDAccountWalletListRes * @memberof KamiApiCardInfoJdV1JDAccountWalletListRes
*/ */
'list'?: Array<KamiInternalModelEntityV1CardRedeemAccountHistory>; list?: Array<KamiInternalModelEntityV1CardRedeemAccountHistory>;
} }

View File

@@ -1,60 +1,57 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1JDConfigGetRes * @interface KamiApiCardInfoJdV1JDConfigGetRes
*/ */
export interface KamiApiCardInfoJdV1JDConfigGetRes { export interface KamiApiCardInfoJdV1JDConfigGetRes {
/** /**
* 是否允许金额异议充值 * 是否允许金额异议充值
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoJdV1JDConfigGetRes * @memberof KamiApiCardInfoJdV1JDConfigGetRes
*/ */
'isAllowDifferentAmount'?: boolean; isAllowDifferentAmount?: boolean;
/** /**
* 是否允许金额异议回调(充值成功) * 是否允许金额异议回调(充值成功)
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoJdV1JDConfigGetRes * @memberof KamiApiCardInfoJdV1JDConfigGetRes
*/ */
'isAllowDifferentSucceedCallback'?: boolean; isAllowDifferentSucceedCallback?: boolean;
/** /**
* 是否允许金额异议回调(充值失败) * 是否允许金额异议回调(充值失败)
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoJdV1JDConfigGetRes * @memberof KamiApiCardInfoJdV1JDConfigGetRes
*/ */
'isAllowDifferentFailCallback'?: boolean; isAllowDifferentFailCallback?: boolean;
/** /**
* 充值卡最小充值金额 * 充值卡最小充值金额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDConfigGetRes * @memberof KamiApiCardInfoJdV1JDConfigGetRes
*/ */
'redeemCardMinAmount'?: number; redeemCardMinAmount?: number;
/** /**
* 是否允许补卡自动回调 * 是否允许补卡自动回调
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoJdV1JDConfigGetRes * @memberof KamiApiCardInfoJdV1JDConfigGetRes
*/ */
'isAllowCompensatedCallback'?: boolean; isAllowCompensatedCallback?: boolean;
/** /**
* 充值卡充值速率 * 充值卡充值速率
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDConfigGetRes * @memberof KamiApiCardInfoJdV1JDConfigGetRes
*/ */
'redeemCardRate'?: number; redeemCardRate?: number;
} }

View File

@@ -1,60 +1,57 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1JDConfigSetReq * @interface KamiApiCardInfoJdV1JDConfigSetReq
*/ */
export interface KamiApiCardInfoJdV1JDConfigSetReq { export interface KamiApiCardInfoJdV1JDConfigSetReq {
/** /**
* 是否允许金额异议充值 * 是否允许金额异议充值
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoJdV1JDConfigSetReq * @memberof KamiApiCardInfoJdV1JDConfigSetReq
*/ */
'isAllowDifferentAmount': boolean; isAllowDifferentAmount: boolean;
/** /**
* 是否允许金额异议回调(充值成功) * 是否允许金额异议回调(充值成功)
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoJdV1JDConfigSetReq * @memberof KamiApiCardInfoJdV1JDConfigSetReq
*/ */
'isAllowDifferentSucceedCallback': boolean; isAllowDifferentSucceedCallback: boolean;
/** /**
* 是否允许金额异议回调(充值失败) * 是否允许金额异议回调(充值失败)
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoJdV1JDConfigSetReq * @memberof KamiApiCardInfoJdV1JDConfigSetReq
*/ */
'isAllowDifferentFailCallback': boolean; isAllowDifferentFailCallback: boolean;
/** /**
* 账号单日最大充值次数 * 账号单日最大充值次数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDConfigSetReq * @memberof KamiApiCardInfoJdV1JDConfigSetReq
*/ */
'redeemCardMinAmount': number; redeemCardMinAmount: number;
/** /**
* 是否允许补卡自动回调 * 是否允许补卡自动回调
* @type {boolean} * @type {boolean}
* @memberof KamiApiCardInfoJdV1JDConfigSetReq * @memberof KamiApiCardInfoJdV1JDConfigSetReq
*/ */
'isAllowCompensatedCallback': boolean; isAllowCompensatedCallback: boolean;
/** /**
* 充值卡充值速率 * 充值卡充值速率
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1JDConfigSetReq * @memberof KamiApiCardInfoJdV1JDConfigSetReq
*/ */
'redeemCardRate': number; redeemCardRate: number;
} }

View File

@@ -1,84 +1,81 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1ListReq * @interface KamiApiCardInfoJdV1ListReq
*/ */
export interface KamiApiCardInfoJdV1ListReq { export interface KamiApiCardInfoJdV1ListReq {
/** /**
* 页数 * 页数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1ListReq * @memberof KamiApiCardInfoJdV1ListReq
*/ */
'current': number; current: number;
/** /**
* 页码 * 页码
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1ListReq * @memberof KamiApiCardInfoJdV1ListReq
*/ */
'pageSize': KamiApiCardInfoJdV1ListReqPageSizeEnum; pageSize: KamiApiCardInfoJdV1ListReqPageSizeEnum;
/** /**
* 礼品卡密码 * 礼品卡密码
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1ListReq * @memberof KamiApiCardInfoJdV1ListReq
*/ */
'giftCardPwd'?: string; giftCardPwd?: string;
/** /**
* 商户ID * 商户ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1ListReq * @memberof KamiApiCardInfoJdV1ListReq
*/ */
'merchantId'?: string; merchantId?: string;
/** /**
* 附加信息 * 附加信息
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1ListReq * @memberof KamiApiCardInfoJdV1ListReq
*/ */
'attach'?: string; attach?: string;
/** /**
* 时间范围 * 时间范围
* @type {Array<string>} * @type {Array<string>}
* @memberof KamiApiCardInfoJdV1ListReq * @memberof KamiApiCardInfoJdV1ListReq
*/ */
'dateRange'?: Array<string>; dateRange?: Array<string>;
/** /**
* 账户昵称 * 账户昵称
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1ListReq * @memberof KamiApiCardInfoJdV1ListReq
*/ */
'accountNickName'?: string; accountNickName?: string;
/** /**
* 账户cookie * 账户cookie
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1ListReq * @memberof KamiApiCardInfoJdV1ListReq
*/ */
'accountCk'?: string; accountCk?: string;
} }
export const KamiApiCardInfoJdV1ListReqPageSizeEnum = { export const KamiApiCardInfoJdV1ListReqPageSizeEnum = {
NUMBER_5: 5, NUMBER_5: 5,
NUMBER_10: 10, NUMBER_10: 10,
NUMBER_15: 15, NUMBER_15: 15,
NUMBER_20: 20, NUMBER_20: 20,
NUMBER_50: 50, NUMBER_50: 50,
NUMBER_100: 100 NUMBER_100: 100
} as const; } as const;
export type KamiApiCardInfoJdV1ListReqPageSizeEnum = typeof KamiApiCardInfoJdV1ListReqPageSizeEnum[keyof typeof KamiApiCardInfoJdV1ListReqPageSizeEnum]; export type KamiApiCardInfoJdV1ListReqPageSizeEnum =
(typeof KamiApiCardInfoJdV1ListReqPageSizeEnum)[keyof typeof KamiApiCardInfoJdV1ListReqPageSizeEnum];

View File

@@ -1,39 +1,37 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
// May contain unused imports in some cases // May contain unused imports in some cases
// @ts-ignore // @ts-ignore
import type { KamiInternalModelEntityV1CardRedeemOrderInfo } from './kami-internal-model-entity-v1-card-redeem-order-info'; import type { KamiInternalModelEntityV1CardRedeemOrderInfo } from './kami-internal-model-entity-v1-card-redeem-order-info';
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1ListRes * @interface KamiApiCardInfoJdV1ListRes
*/ */
export interface KamiApiCardInfoJdV1ListRes { export interface KamiApiCardInfoJdV1ListRes {
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1ListRes * @memberof KamiApiCardInfoJdV1ListRes
*/ */
'total'?: number; total?: number;
/** /**
* *
* @type {Array<KamiInternalModelEntityV1CardRedeemOrderInfo>} * @type {Array<KamiInternalModelEntityV1CardRedeemOrderInfo>}
* @memberof KamiApiCardInfoJdV1ListRes * @memberof KamiApiCardInfoJdV1ListRes
*/ */
'list'?: Array<KamiInternalModelEntityV1CardRedeemOrderInfo>; list?: Array<KamiInternalModelEntityV1CardRedeemOrderInfo>;
} }

View File

@@ -1,30 +1,27 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1OrderCallbackReq * @interface KamiApiCardInfoJdV1OrderCallbackReq
*/ */
export interface KamiApiCardInfoJdV1OrderCallbackReq { export interface KamiApiCardInfoJdV1OrderCallbackReq {
/** /**
* 订单ID * 订单ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1OrderCallbackReq * @memberof KamiApiCardInfoJdV1OrderCallbackReq
*/ */
'orderNo': string; orderNo: string;
} }

View File

@@ -1,30 +1,27 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1OrderHistoryReq * @interface KamiApiCardInfoJdV1OrderHistoryReq
*/ */
export interface KamiApiCardInfoJdV1OrderHistoryReq { export interface KamiApiCardInfoJdV1OrderHistoryReq {
/** /**
* 订单ID * 订单ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1OrderHistoryReq * @memberof KamiApiCardInfoJdV1OrderHistoryReq
*/ */
'orderNo'?: string; orderNo?: string;
} }

View File

@@ -1,33 +1,31 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
// May contain unused imports in some cases // May contain unused imports in some cases
// @ts-ignore // @ts-ignore
import type { KamiInternalModelEntityV1CardRedeemOrderHistory } from './kami-internal-model-entity-v1-card-redeem-order-history'; import type { KamiInternalModelEntityV1CardRedeemOrderHistory } from './kami-internal-model-entity-v1-card-redeem-order-history';
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1OrderHistoryRes * @interface KamiApiCardInfoJdV1OrderHistoryRes
*/ */
export interface KamiApiCardInfoJdV1OrderHistoryRes { export interface KamiApiCardInfoJdV1OrderHistoryRes {
/** /**
* *
* @type {Array<KamiInternalModelEntityV1CardRedeemOrderHistory>} * @type {Array<KamiInternalModelEntityV1CardRedeemOrderHistory>}
* @memberof KamiApiCardInfoJdV1OrderHistoryRes * @memberof KamiApiCardInfoJdV1OrderHistoryRes
*/ */
'list'?: Array<KamiInternalModelEntityV1CardRedeemOrderHistory>; list?: Array<KamiInternalModelEntityV1CardRedeemOrderHistory>;
} }

View File

@@ -1,54 +1,51 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */ /* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1OrderSummaryListReq * @interface KamiApiCardInfoJdV1OrderSummaryListReq
*/ */
export interface KamiApiCardInfoJdV1OrderSummaryListReq { export interface KamiApiCardInfoJdV1OrderSummaryListReq {
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1OrderSummaryListReq * @memberof KamiApiCardInfoJdV1OrderSummaryListReq
*/ */
'roadUid'?: string; roadUid?: string;
/** /**
* 页数 * 页数
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1OrderSummaryListReq * @memberof KamiApiCardInfoJdV1OrderSummaryListReq
*/ */
'current': number; current: number;
/** /**
* 页码 * 页码
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1OrderSummaryListReq * @memberof KamiApiCardInfoJdV1OrderSummaryListReq
*/ */
'pageSize': KamiApiCardInfoJdV1OrderSummaryListReqPageSizeEnum; pageSize: KamiApiCardInfoJdV1OrderSummaryListReqPageSizeEnum;
} }
export const KamiApiCardInfoJdV1OrderSummaryListReqPageSizeEnum = { export const KamiApiCardInfoJdV1OrderSummaryListReqPageSizeEnum = {
NUMBER_5: 5, NUMBER_5: 5,
NUMBER_10: 10, NUMBER_10: 10,
NUMBER_15: 15, NUMBER_15: 15,
NUMBER_20: 20, NUMBER_20: 20,
NUMBER_50: 50, NUMBER_50: 50,
NUMBER_100: 100 NUMBER_100: 100
} as const; } as const;
export type KamiApiCardInfoJdV1OrderSummaryListReqPageSizeEnum = typeof KamiApiCardInfoJdV1OrderSummaryListReqPageSizeEnum[keyof typeof KamiApiCardInfoJdV1OrderSummaryListReqPageSizeEnum]; export type KamiApiCardInfoJdV1OrderSummaryListReqPageSizeEnum =
(typeof KamiApiCardInfoJdV1OrderSummaryListReqPageSizeEnum)[keyof typeof KamiApiCardInfoJdV1OrderSummaryListReqPageSizeEnum];

View File

@@ -1,39 +1,37 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
// May contain unused imports in some cases // May contain unused imports in some cases
// @ts-ignore // @ts-ignore
import type { KamiApiCardInfoJdV1OrderSummaryRecord } from './kami-api-card-info-jd-v1-order-summary-record'; import type { KamiApiCardInfoJdV1OrderSummaryRecord } from './kami-api-card-info-jd-v1-order-summary-record';
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1OrderSummaryListRes * @interface KamiApiCardInfoJdV1OrderSummaryListRes
*/ */
export interface KamiApiCardInfoJdV1OrderSummaryListRes { export interface KamiApiCardInfoJdV1OrderSummaryListRes {
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1OrderSummaryListRes * @memberof KamiApiCardInfoJdV1OrderSummaryListRes
*/ */
'total'?: number; total?: number;
/** /**
* *
* @type {Array<KamiApiCardInfoJdV1OrderSummaryRecord>} * @type {Array<KamiApiCardInfoJdV1OrderSummaryRecord>}
* @memberof KamiApiCardInfoJdV1OrderSummaryListRes * @memberof KamiApiCardInfoJdV1OrderSummaryListRes
*/ */
'list'?: Array<KamiApiCardInfoJdV1OrderSummaryRecord>; list?: Array<KamiApiCardInfoJdV1OrderSummaryRecord>;
} }

View File

@@ -1,96 +1,93 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1OrderSummaryRecord * @interface KamiApiCardInfoJdV1OrderSummaryRecord
*/ */
export interface KamiApiCardInfoJdV1OrderSummaryRecord { export interface KamiApiCardInfoJdV1OrderSummaryRecord {
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1OrderSummaryRecord * @memberof KamiApiCardInfoJdV1OrderSummaryRecord
*/ */
'merchantUid'?: string; merchantUid?: string;
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1OrderSummaryRecord * @memberof KamiApiCardInfoJdV1OrderSummaryRecord
*/ */
'merchantName'?: string; merchantName?: string;
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1OrderSummaryRecord * @memberof KamiApiCardInfoJdV1OrderSummaryRecord
*/ */
'succeedCount'?: number; succeedCount?: number;
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1OrderSummaryRecord * @memberof KamiApiCardInfoJdV1OrderSummaryRecord
*/ */
'succeedShowAmount'?: number; succeedShowAmount?: number;
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1OrderSummaryRecord * @memberof KamiApiCardInfoJdV1OrderSummaryRecord
*/ */
'succeedFactAmount'?: number; succeedFactAmount?: number;
/** /**
* 订单总量 * 订单总量
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1OrderSummaryRecord * @memberof KamiApiCardInfoJdV1OrderSummaryRecord
*/ */
'totalCount'?: number; totalCount?: number;
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1OrderSummaryRecord * @memberof KamiApiCardInfoJdV1OrderSummaryRecord
*/ */
'totalShowAmount'?: number; totalShowAmount?: number;
/** /**
* *
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1OrderSummaryRecord * @memberof KamiApiCardInfoJdV1OrderSummaryRecord
*/ */
'totalFactAmount'?: number; totalFactAmount?: number;
/** /**
* 比例 * 比例
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1OrderSummaryRecord * @memberof KamiApiCardInfoJdV1OrderSummaryRecord
*/ */
'rate'?: number; rate?: number;
/** /**
* *
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1OrderSummaryRecord * @memberof KamiApiCardInfoJdV1OrderSummaryRecord
*/ */
'date'?: string; date?: string;
/** /**
* 失败的订单 * 失败的订单
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1OrderSummaryRecord * @memberof KamiApiCardInfoJdV1OrderSummaryRecord
*/ */
'failedCount'?: number; failedCount?: number;
/** /**
* 创建但未填写的订单 * 创建但未填写的订单
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1OrderSummaryRecord * @memberof KamiApiCardInfoJdV1OrderSummaryRecord
*/ */
'waitedCount'?: number; waitedCount?: number;
} }

View File

@@ -1,60 +1,57 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoJdV1SubmitReq * @interface KamiApiCardInfoJdV1SubmitReq
*/ */
export interface KamiApiCardInfoJdV1SubmitReq { export interface KamiApiCardInfoJdV1SubmitReq {
/** /**
* 卡号 * 卡号
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1SubmitReq * @memberof KamiApiCardInfoJdV1SubmitReq
*/ */
'cardNo'?: string; cardNo?: string;
/** /**
* 礼品卡密码 * 礼品卡密码
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1SubmitReq * @memberof KamiApiCardInfoJdV1SubmitReq
*/ */
'giftCardPwd': string; giftCardPwd: string;
/** /**
* 回调地址 * 回调地址
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1SubmitReq * @memberof KamiApiCardInfoJdV1SubmitReq
*/ */
'notifyUrl': string; notifyUrl: string;
/** /**
* 充值金额 * 充值金额
* @type {number} * @type {number}
* @memberof KamiApiCardInfoJdV1SubmitReq * @memberof KamiApiCardInfoJdV1SubmitReq
*/ */
'amount': number; amount: number;
/** /**
* 商户ID * 商户ID
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1SubmitReq * @memberof KamiApiCardInfoJdV1SubmitReq
*/ */
'merchantId': string; merchantId: string;
/** /**
* 附加信息 * 附加信息
* @type {string} * @type {string}
* @memberof KamiApiCardInfoJdV1SubmitReq * @memberof KamiApiCardInfoJdV1SubmitReq
*/ */
'attach'?: string; attach?: string;
} }

View File

@@ -1,33 +1,31 @@
/* tslint:disable */ /* tslint:disable */
/* eslint-disable */
/** /**
* *
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
* *
* The version of the OpenAPI document: * The version of the OpenAPI document:
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */
// May contain unused imports in some cases // May contain unused imports in some cases
// @ts-ignore // @ts-ignore
import type { KamiApiCardInfoOriginalJdV1OriginalJDAccountCookieBatchInfo } from './kami-api-card-info-original-jd-v1-original-jdaccount-cookie-batch-info'; import type { KamiApiCardInfoOriginalJdV1OriginalJDAccountCookieBatchInfo } from './kami-api-card-info-original-jd-v1-original-jdaccount-cookie-batch-info';
/** /**
* *
* @export * @export
* @interface KamiApiCardInfoOriginalJdV1OriginalJDAccountCookieBatchAddReq * @interface KamiApiCardInfoOriginalJdV1OriginalJDAccountCookieBatchAddReq
*/ */
export interface KamiApiCardInfoOriginalJdV1OriginalJDAccountCookieBatchAddReq { export interface KamiApiCardInfoOriginalJdV1OriginalJDAccountCookieBatchAddReq {
/** /**
* 导入结果 * 导入结果
* @type {Array<KamiApiCardInfoOriginalJdV1OriginalJDAccountCookieBatchInfo>} * @type {Array<KamiApiCardInfoOriginalJdV1OriginalJDAccountCookieBatchInfo>}
* @memberof KamiApiCardInfoOriginalJdV1OriginalJDAccountCookieBatchAddReq * @memberof KamiApiCardInfoOriginalJdV1OriginalJDAccountCookieBatchAddReq
*/ */
'list'?: Array<KamiApiCardInfoOriginalJdV1OriginalJDAccountCookieBatchInfo>; list?: Array<KamiApiCardInfoOriginalJdV1OriginalJDAccountCookieBatchInfo>;
} }

Some files were not shown because too many files have changed in this diff Show More