CompanyIntegrationRunAPILogSchema: ZodObject<{
    CompanyIntegrationRun: ZodString;
    CompanyIntegrationRunID: ZodString;
    ExecutedAt: ZodDate;
    ID: ZodString;
    IsSuccess: ZodBoolean;
    Parameters: ZodNullable<ZodString>;
    RequestMethod: ZodNullable<ZodUnion<[ZodLiteral<"DELETE">, ZodLiteral<"GET">, ZodLiteral<"HEAD">, ZodLiteral<"OPTIONS">, ZodLiteral<"PATCH">, ZodLiteral<"POST">, ZodLiteral<"PUT">]>>;
    URL: ZodNullable<ZodString>;
    __mj_CreatedAt: ZodDate;
    __mj_UpdatedAt: ZodDate;
}, "strip", ZodTypeAny, {
    CompanyIntegrationRun?: string;
    CompanyIntegrationRunID?: string;
    ExecutedAt?: Date;
    ID?: string;
    IsSuccess?: boolean;
    Parameters?: string;
    RequestMethod?: "DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT";
    URL?: string;
    __mj_CreatedAt?: Date;
    __mj_UpdatedAt?: Date;
}, {
    CompanyIntegrationRun?: string;
    CompanyIntegrationRunID?: string;
    ExecutedAt?: Date;
    ID?: string;
    IsSuccess?: boolean;
    Parameters?: string;
    RequestMethod?: "DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT";
    URL?: string;
    __mj_CreatedAt?: Date;
    __mj_UpdatedAt?: Date;
}> = ...

zod schema definition for the entity Company Integration Run API Logs

Type declaration

  • CompanyIntegrationRun: ZodString
  • CompanyIntegrationRunID: ZodString
  • ExecutedAt: ZodDate
  • ID: ZodString
  • IsSuccess: ZodBoolean
  • Parameters: ZodNullable<ZodString>
  • RequestMethod: ZodNullable<ZodUnion<[ZodLiteral<"DELETE">, ZodLiteral<"GET">, ZodLiteral<"HEAD">, ZodLiteral<"OPTIONS">, ZodLiteral<"PATCH">, ZodLiteral<"POST">, ZodLiteral<"PUT">]>>
  • URL: ZodNullable<ZodString>
  • __mj_CreatedAt: ZodDate
  • __mj_UpdatedAt: ZodDate

Type declaration

  • Optional CompanyIntegrationRun?: string
  • Optional CompanyIntegrationRunID?: string
  • Optional ExecutedAt?: Date
  • Optional ID?: string
  • Optional IsSuccess?: boolean
  • Optional Parameters?: string
  • Optional RequestMethod?: "DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT"
  • Optional URL?: string
  • Optional __mj_CreatedAt?: Date
  • Optional __mj_UpdatedAt?: Date

Type declaration

  • Optional CompanyIntegrationRun?: string
  • Optional CompanyIntegrationRunID?: string
  • Optional ExecutedAt?: Date
  • Optional ID?: string
  • Optional IsSuccess?: boolean
  • Optional Parameters?: string
  • Optional RequestMethod?: "DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT"
  • Optional URL?: string
  • Optional __mj_CreatedAt?: Date
  • Optional __mj_UpdatedAt?: Date