import { VlocityDatapack } from '@vlocode/vlocity'; import { DatapackDeploymentRecord } from '../datapackDeploymentRecord'; import type { DatapackDeploymentSpec } from '../datapackDeploymentSpec'; export declare class Product2 implements DatapackDeploymentSpec { preprocess(datapack: VlocityDatapack): void; /** * This method patches the SellingStartDate__c, EffectiveDate__c and FulfilmentStartDate__c fields * so that they are valid. Invalid values will be automatically changed by a trigger from Vlocity which updates * the record post deployment and will cause issues. * @param datapack */ private fixStartDates; private fixFulfillmentDate; private fixEndDates; afterRecordConversion(records: ReadonlyArray): void; private getPriceBookEntries; } //# sourceMappingURL=product2.d.ts.map