wupengfei
4 天以前 d40fa6a75abedca6d0849b38195e428ade19c702
src/services/api/typings.d.ts
@@ -192,6 +192,10 @@
    id?: string;
  }
  interface APIdownloadPolicyFileIdParams {
    id: string;
  }
  interface APIexportInsuranceBatchStaffParams {
    batchBillId?: string;
  }
@@ -282,10 +286,6 @@
    id?: string;
  }
  interface APIgetInsuranceStaffListExportParams {
    id?: string;
  }
  interface APIgetInsureBatchDetailParams {
    batchBillId?: string;
  }
@@ -367,11 +367,8 @@
    id?: string;
  }
  interface APIimportInsStaffToListParams {
    url?: string;
    serialNum?: string;
    productIdNumber?: string;
    productSchemeIdNumber?: string;
  interface APIinsurancePolicyAuditAgainParams {
    id?: string;
  }
  interface APIsearchParams {
@@ -620,6 +617,8 @@
    /** 产品名称 */
    productName: string;
    status?: InsureProductSettingStatusEnum;
    /** 投保人数上限 */
    maxCount: number;
  }
  interface CreateOrUpdateRoleInput {
@@ -711,6 +710,11 @@
  interface EntityExtensionDto {
    properties?: Record<string, any>;
    configuration?: Record<string, any>;
  }
  interface ExportInsuranceStaffListInput {
    status?: InsuranceDetailStatusEnum;
    insurancePolicyId?: string;
  }
  interface ExtensionEnumDto {
@@ -959,6 +963,10 @@
    certType?: string;
    certNo?: string;
    jobName?: string;
    /** 职业类型 */
    occupationType?: string;
    /** 职业码值 */
    occupationCode?: string;
    userEmploer?: string;
    address?: string;
    age?: number;
@@ -966,6 +974,11 @@
    phone?: string;
    claimCount?: number;
    creationTime?: string;
    /** 投保批次号 */
    payOrder?: string;
    status?: InsuranceDetailStatusEnum;
    /** 备注 */
    auditRemark?: string;
  }
  interface GetInsuranceStaffPageTemplatePageOutput {
@@ -1295,6 +1308,10 @@
    useEmploer?: string;
    /** 雇员工种 */
    jobName?: string;
    /** 职业类型 */
    occupationType?: string;
    /** 职业码值 */
    occupationCode?: string;
    /** 用工地点 */
    address?: string;
    phone?: string;
@@ -1302,6 +1319,26 @@
    note?: string;
    /** 1正常 0异常 */
    isNormal?: boolean;
  }
  interface ImportInsStaffToListFrontInput {
    serialNum?: string;
    url?: string;
    /** 保险产品IdNumber */
    productIdNumber?: string;
    /** 保险产品方案Id */
    productSchemeIdNumber?: string;
    /** 保单生效时间 */
    effectStartTime?: string;
  }
  interface ImportInsStaffToListOutput {
    /** 总人数 */
    importAllCount?: number;
    /** 已导入人数 */
    successCount?: number;
    /** 导入失败列表 */
    errorList?: ImportInsStaffAnalysisList[];
  }
  type InsuranceClaimAttachmentBusinessTypeEnum = 10 | 20 | 30 | 40 | 50;
@@ -1430,6 +1467,8 @@
    count?: number;
  }
  type InsuranceDetailStatusEnum = 10 | 12 | 13 | 14 | 20 | 30;
  interface InsuranceOrderListOutput {
    id?: string;
    /** 渠道 */
@@ -1526,7 +1565,18 @@
    returnUrl?: string;
  }
  type InsurancePolicyAuditStatusEnum = 10 | 20 | -10;
  interface InsurancePolicyAuditOutput {
    /** 消息 */
    messages?: string[];
    /** 总投保人数 */
    totalCount?: number;
    /** 投保成功 */
    successCount?: number;
    /** 投保失败 */
    failCount?: number;
  }
  type InsurancePolicyAuditStatusEnum = 10 | 11 | 12 | 15 | 20 | -10;
  type InsurancePolicyListPayStatusEnum = 1 | 2;
@@ -1561,7 +1611,7 @@
    invoiceDownloadOssUrl?: string;
  }
  type InsurancePolicyPayStatusEnum = 1 | 2;
  type InsurancePolicyPayStatusEnum = 0 | 1 | 2 | -1;
  type InsurancePolicyStatusEnum = 10 | 20 | 30;
@@ -1694,6 +1744,8 @@
    status?: InsureProductSettingStatusEnum;
    /** 创建时间 */
    creationTime?: string;
    /** 投保人数上限 */
    maxCount?: number;
  }
  interface InsureProductSettingDtoPageOutput {
@@ -2030,6 +2082,22 @@
    password?: string;
  }
  interface RestorePolicyDto {
    /** 订单号 */
    channelOrderNo?: string;
    /** 保单号 */
    policyNo?: string;
    /** 电子保单链接 */
    policyOssUrl?: string;
  }
  interface RestorePolicyInput {
    /** 保单Id */
    insurancePolicyId?: string;
    /** 投保批次 */
    items?: RestorePolicyDto[];
  }
  interface ReturnValueApiDescriptionModel {
    type?: string;
    typeSimple?: string;