zhengyiming
2025-03-19 f4d3a468d151ce6ff4ef6b2158c2b13ebae18d43
packages/services/api/typings.d.ts
@@ -76,6 +76,11 @@
    extraProperties?: Record<string, any>;
  }
  interface APIdeleteBackClientUserParams {
    /** 用户Id */
    id?: string;
  }
  interface APIdeleteDefaultConnectionStringParams {
    id?: string;
  }
@@ -93,6 +98,11 @@
  }
  interface APIdeleteRoleParams {
    id?: string;
  }
  interface APIdeleteRoleParams {
    /** 角色Id */
    id?: string;
  }
@@ -156,6 +166,10 @@
  interface APIgetFirstCurrentUserModuleListCacheByModuleIdParams {
    moduleId?: string;
  }
  interface APIgetIntroInfoParams {
    type?: LifePayOrderTypeEnum;
  }
  interface APIgetLifePayChannlesDtoParams {
@@ -425,11 +439,41 @@
    type?: string;
  }
  interface CreateBackClientUserInput {
    /** 名称 */
    name?: string;
    /** 手机号 */
    phoneNumber?: string;
    /** 账户 */
    userName?: string;
    remark?: string;
    /** 角色 */
    roleNames?: string[];
    /** 组织架构公司id */
    companyOrgId?: string;
    /** 组织架构部门id */
    departmentOrgId?: string;
  }
  interface CreateBaseRoleInput {
    /** 名称 */
    name?: string;
    /** 排序 */
    sequence?: number;
    /** 部门Id */
    departmentId?: number;
    /** 数据范围 全部数据100 个人数据 10 */
    dataRange?: number;
    /** 备注 */
    remark?: string;
  }
  interface CreateEditPayChannelsInput {
    id?: string;
    channlesName?: string;
    channlesNum?: string;
    channlesRate?: number;
    channlesRakeRate?: number;
    switchType?: LifePaySwitchTypeEnum;
    status?: LifePayChannelsStatsEnum;
    channlesType?: LifePayChannlesTypeEnum;
@@ -443,6 +487,21 @@
  interface CreateLifePayOrderOutput {
    orderNo?: string;
  }
  interface CreateOrUpdateRoleInput {
    /** 名称 */
    name?: string;
    /** 排序 */
    sequence?: number;
    /** 部门Id */
    departmentId?: number;
    /** 数据范围 全部数据100 个人数据 10 */
    dataRange?: number;
    /** 备注 */
    remark?: string;
    /** 角色Id */
    id?: string;
  }
  interface CurrentCultureDto {
@@ -689,8 +748,22 @@
    parentCode?: number;
  }
  interface GetBackClientUsersInput {
    pageModel?: Pagination;
    /** 账户是否锁住(是否禁用) */
    isLocked?: boolean;
    /** 查询条件:名称/账号 */
    queryCondition?: string;
  }
  interface GetFeatureListResultDto {
    groups?: FeatureGroupDto[];
  }
  interface GetOperateHistoryInput {
    pageModel?: Pagination;
    relationId?: string;
    operateName?: string;
  }
  interface GetPayOrderForJsAPIInput {
@@ -712,6 +785,12 @@
  interface GetPermissionListResultDto {
    entityDisplayName?: string;
    groups?: PermissionGroupDto[];
  }
  interface GetRolesInput {
    pageModel?: Pagination;
    /** 查询条件:角色名称 */
    queryCondition?: string;
  }
  interface IanaTimeZone {
@@ -850,6 +929,8 @@
    roleNames: string[];
  }
  type IntroInfoTypeEnum = 0 | 1 | 2 | 3 | 4;
  interface IStringValueType {
    name?: string;
    properties?: Record<string, any>;
@@ -929,6 +1010,37 @@
  type LifePayChannlesTypeEnum = 10 | 20;
  interface LifePayIntroInfoDetail {
    type?: IntroInfoTypeEnum;
    /** 摘要 */
    contentSummary?: string;
    /** 文本内容 */
    content?: string;
    /** 图片/视频路径 */
    path?: string;
    /** 排序 */
    sequence?: number;
  }
  interface LifePayIntroInfoInput {
    lifePayType?: LifePayOrderTypeEnum;
    /** 更新内容 */
    data?: LifePayIntroInfoDetail[];
  }
  interface LifePayIntroInfoOutput {
    type?: IntroInfoTypeEnum;
    lifePayType?: LifePayOrderTypeEnum;
    /** 摘要 */
    contentSummary?: string;
    /** 文本内容 */
    content?: string;
    /** 图片/视频路径 */
    path?: string;
    /** 排序 */
    sequence?: number;
  }
  interface LifePayOrderListOutput {
    id?: string;
    userId?: string;
@@ -982,6 +1094,18 @@
    phoneNumber: string;
  }
  interface LifePayPremiumInput {
    premiumType?: LifePayTypeEnum;
    rate?: number;
    id?: string;
  }
  interface LifePayPremiumListOutput {
    premiumType?: LifePayTypeEnum;
    rate?: number;
    id?: string;
  }
  interface LifePayRateInput {
    rateType?: LifePayRateTypeEnum;
    rate?: number;
@@ -1025,6 +1149,10 @@
  interface LocalizableStringDto {
    name?: string;
    resource?: string;
  }
  interface LogErrorInput {
    error?: string;
  }
  interface MethodParameterApiDescriptionModel {
@@ -1140,6 +1268,56 @@
    modules?: Record<string, any>;
    enums?: Record<string, any>;
  }
  interface OperateHistoryDto {
    /** 关联关系ID */
    relationId?: string;
    /** 表名 */
    tableType?: number;
    /** 操作 */
    operateName?: string;
    /** 操作内容 */
    operateContent?: string;
    /** 操作人 */
    creatorName?: string;
    /** 操作时间 */
    creationTime?: string;
    /** 操作细节 */
    operateDetail?: string;
  }
  interface OperateHistoryDtoPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: OperateHistoryDto[];
  }
  type OperateHistoryTypeEnum =
    | 10
    | 11
    | 12
    | 13
    | 14
    | 15
    | 16
    | 17
    | 18
    | 19
    | 20
    | 21
    | 22
    | 23
    | 24
    | 25
    | 26
    | 27
    | 28
    | 29
    | 30
    | 31
    | 32
    | 40
    | 42;
  interface OrderInput {
    property?: string;
@@ -1277,6 +1455,12 @@
    keyWords?: string;
  }
  interface QueryOperateHistoryByTypeInput {
    pageModel?: Pagination;
    typeId?: string;
    operateHistoryType?: OperateHistoryTypeEnum;
  }
  interface QueryUserAccountAllListInput {
    pageModel?: Pagination;
    checkChannelId?: string;
@@ -1361,6 +1545,45 @@
    typeSimple?: string;
  }
  interface RoleDto {
    /** 角色Id */
    id?: string;
    /** 角色名 */
    name?: string;
  }
  interface RoleEnableOrForbidInput {
    /** 角色Id */
    id?: string;
    /** 启用:true,禁用:false */
    isEnable?: boolean;
  }
  interface RoleInfo {
    /** 角色Id */
    id?: string;
    /** 名称 */
    name?: string;
    /** 排序 */
    sequence?: number;
    /** 是否可用 */
    isEnable?: boolean;
    /** 部门Id */
    departmentId?: number;
    /** 数据范围 全部数据:100   个人数据:10 */
    dataRange?: number;
    /** 账号数量 */
    userCount?: number;
    /** 备注 */
    remark?: string;
  }
  interface RoleInfoPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: RoleInfo[];
  }
  interface SendPasswordResetCodeDto {
    email: string;
    appName: string;
@@ -1436,6 +1659,24 @@
    enumValues?: any[];
    genericArguments?: string[];
    properties?: PropertyApiDescriptionModel[];
  }
  interface UpdateBackClientUserInput {
    /** 名称 */
    name?: string;
    /** 手机号 */
    phoneNumber?: string;
    /** 账户 */
    userName?: string;
    remark?: string;
    /** 角色 */
    roleNames?: string[];
    /** 组织架构公司id */
    companyOrgId?: string;
    /** 组织架构部门id */
    departmentOrgId?: string;
    /** 用户Id */
    id?: string;
  }
  interface UpdateFeatureDto {
@@ -1524,6 +1765,33 @@
    items?: UserData[];
  }
  interface UserDto {
    /** 用户Id */
    id?: string;
    /** 登录用户名(账号) */
    userName?: string;
    /** 名称 */
    name?: string;
    /** 用户手机号 */
    phoneNumber?: string;
    /** 账户是否锁住(是否禁用) */
    isLocked?: boolean;
    /** 角色信息 */
    roles?: RoleDto[];
    /** 备注 */
    remark?: string;
    /** 组织架构公司id */
    companyOrgId?: string;
    /** 组织架构部门id */
    departmentOrgId?: string;
  }
  interface UserDtoPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: UserDto[];
  }
  interface UserLifePayOrderOutput {
    id?: string;
    lifePayType?: LifePayTypeEnum;