import { BaseConditionInput, BasePaginationInput } from '../base.input'; export declare class BaseOrganizationPackageLogInput { credits: number; created: Date; updated: Date; eventType: number; packageBoughtDate: Date; awardType: string; createdById: string; packageId: number; updatedById: string; candidateId: string; organizationId: string; isThumbedUp: number; comment: string; jobId: string; staffUser: string; remainingCredits: number; platform: number; isTrialCredits: number; totalCredits: number; } export declare class CreateOrganizationPackageLogInput extends BaseOrganizationPackageLogInput { } export declare class UpdateOrganizationPackageLogInput extends BaseOrganizationPackageLogInput { id: string; } export declare class OrganizationPackageLogPaginationInput extends BasePaginationInput { } export declare class OrganizationPackageLogConditionInput extends BaseConditionInput { } declare const OrganizationPackageLogQueryInput_base: any; export declare class OrganizationPackageLogQueryInput extends OrganizationPackageLogQueryInput_base { } export {}; //# sourceMappingURL=organization-package-log.input.d.ts.map