zhengyiming
1 天以前 f6748abe2ad85f0600f905f22f92f53e603b885d
src/services/api/typings.d.ts
@@ -192,6 +192,10 @@
    id?: string;
  }
  interface APIdownloadPolicyFileIdParams {
    id: string;
  }
  interface APIexportInsuranceBatchStaffParams {
    batchBillId?: string;
  }
@@ -282,12 +286,12 @@
    id?: string;
  }
  interface APIgetInsuranceStaffListExportParams {
    id?: string;
  }
  interface APIgetInsureBatchDetailParams {
    batchBillId?: string;
  }
  interface APIgetInvoiceIdParams {
    id: string;
  }
  interface APIgetListParams {
@@ -363,11 +367,8 @@
    id?: string;
  }
  interface APIimportInsStaffToListParams {
    url?: string;
    serialNum?: string;
    productIdNumber?: string;
    productSchemeIdNumber?: string;
  interface APIinsurancePolicyAuditAgainParams {
    id?: string;
  }
  interface APIsearchParams {
@@ -616,6 +617,8 @@
    /** 产品名称 */
    productName: string;
    status?: InsureProductSettingStatusEnum;
    /** 投保人数上限 */
    maxCount: number;
  }
  interface CreateOrUpdateRoleInput {
@@ -709,6 +712,11 @@
    configuration?: Record<string, any>;
  }
  interface ExportInsuranceStaffListInput {
    status?: InsuranceDetailStatusEnum;
    insurancePolicyId?: string;
  }
  interface ExtensionEnumDto {
    fields?: ExtensionEnumFieldDto[];
    localizationResource?: string;
@@ -796,6 +804,12 @@
  interface FeatureProviderDto {
    name?: string;
    key?: string;
  }
  interface FillInsStaffToListFrontInput {
    /** 保单Id */
    insurancePolicyId?: string;
    url?: string;
  }
  type FinanceTypeEnum = 10 | 20;
@@ -927,6 +941,8 @@
    auditRemark?: string;
    /** 保险产品IdNumber */
    productIdNumber?: string;
    /** 方案代码 */
    productSchemeCode?: string;
    /** 是否走线上流程 */
    productOnline?: boolean;
    payStatus?: InsurancePolicyListPayStatusEnum;
@@ -955,6 +971,10 @@
    certType?: string;
    certNo?: string;
    jobName?: string;
    /** 职业类型 */
    occupationType?: string;
    /** 职业码值 */
    occupationCode?: string;
    userEmploer?: string;
    address?: string;
    age?: number;
@@ -962,6 +982,11 @@
    phone?: string;
    claimCount?: number;
    creationTime?: string;
    /** 投保批次号 */
    payOrder?: string;
    status?: InsuranceDetailStatusEnum;
    /** 备注 */
    auditRemark?: string;
  }
  interface GetInsuranceStaffPageTemplatePageOutput {
@@ -1291,6 +1316,10 @@
    useEmploer?: string;
    /** 雇员工种 */
    jobName?: string;
    /** 职业类型 */
    occupationType?: string;
    /** 职业码值 */
    occupationCode?: string;
    /** 用工地点 */
    address?: string;
    phone?: string;
@@ -1298,6 +1327,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;
@@ -1426,6 +1475,8 @@
    count?: number;
  }
  type InsuranceDetailStatusEnum = 10 | 12 | 13 | 14 | 20 | 30;
  interface InsuranceOrderListOutput {
    id?: string;
    /** 渠道 */
@@ -1522,7 +1573,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;
@@ -1557,7 +1619,7 @@
    invoiceDownloadOssUrl?: string;
  }
  type InsurancePolicyPayStatusEnum = 1 | 2;
  type InsurancePolicyPayStatusEnum = 0 | 1 | 2 | -1;
  type InsurancePolicyStatusEnum = 10 | 20 | 30;
@@ -1690,6 +1752,8 @@
    status?: InsureProductSettingStatusEnum;
    /** 创建时间 */
    creationTime?: string;
    /** 投保人数上限 */
    maxCount?: number;
  }
  interface InsureProductSettingDtoPageOutput {
@@ -2133,6 +2197,8 @@
    email?: string;
    /** 手机号(可选) */
    mobile?: string;
    /** 职业类型 */
    occupationType?: string;
    /** 职业代码(可选) */
    occupationCode?: string;
    /** 鹊桥专用因子(可选)
@@ -2173,6 +2239,25 @@
  interface ProposalInputSign {
    /** 签名 */
    signature?: string;
  }
  interface ProposalOutput {
    /** 签名(必需) */
    signature?: string;
    response?: ProposalResponse;
  }
  interface ProposalResponse {
    /** 状态码(必需)
200为成功,其他为异常
枚举值: -1,200,400,404,408,9999,10021-10042,40001,50001-50022,60001-60002,70000-70012,80002-80003,81001-81101,82001,84001,85001-85004,86001-86002,87001-87003,88001,90001,91001-91002,92001,93001,94001,100010-100012,200001,800001-800009
默认值: 200 */
    code?: number;
    /** 状态消息(可选) */
    message?: string;
    /** 时间戳(必需) */
    timestamp?: number;
    data?: ProposalResponseData;
  }
  interface ProposalResponseData {
@@ -2279,6 +2364,22 @@
    password?: string;
  }
  interface RestorePolicyDto {
    /** 订单号 */
    channelOrderNo?: string;
    /** 保单号 */
    policyNo?: string;
    /** 电子保单链接 */
    policyOssUrl?: string;
  }
  interface RestorePolicyInput {
    /** 保单Id */
    insurancePolicyId?: string;
    /** 投保批次 */
    items?: RestorePolicyDto[];
  }
  interface ReturnValueApiDescriptionModel {
    type?: string;
    typeSimple?: string;