UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

25 lines (24 loc) 1.28 kB
/** * CodeAnalizerComment: Updated 2 imports on 2024-09-22 14:49:52 * Update:: import { IFpsItemsReturn } to '@mikezimm/fps-core-v7/lib/components/molecules/process-results/CheckItemsResults;' * Update:: import { processSharedItems } to '@mikezimm/fps-core-v7/lib/components/atoms/SharedItems/processSharedItems;' */ import { IFpsItemsReturn } from "../../../components/molecules/process-results/IFpsItemsReturn"; import { IFpsSpHttpServiceMIN } from "../../../components/molecules/SpHttp/Sp/IFpsSpHttpServiceMIN"; /** * * * 2024-12-15: Migrated from fps-library-v2: src\components\atoms\SharedItems\getOnlySharedItems.ts * * NOTE: You can get attachments directly from getSourceItems by passing in [ 'AttachmentFiles' ] as an expandFormat * This works only on a single list item Id like in the Panel component. * It returns the item with Title, Id and AttachmentFiles array of attachments * * @param webURL * @param listTitle * @param Id * @param fpsSpService * @param selects * @returns */ export declare function getItemAttachmentsFlatAPI(webURL: string, listTitle: string, Id: number, fpsSpService: IFpsSpHttpServiceMIN, selects?: string[]): Promise<IFpsItemsReturn>; //# sourceMappingURL=getItemAttachmentsFlatAPI.d.ts.map