UNPKG

@shopify/shopify-api

Version:

Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks

35 lines 1.43 kB
/*********************************************************************************************************************** * This file is auto-generated. If you have an issue, please create a GitHub issue. * ***********************************************************************************************************************/ import { Base } from '../../base'; import { ResourcePath, ResourceNames } from '../../types'; import { Session } from '../../../lib/session/session'; import { ApiVersion } from '../../../lib/types'; interface DeleteArgs { session: Session; id: number | string; dispute_id?: number | string | null; } export declare class DisputeFileUpload extends Base { static apiVersion: ApiVersion; protected static hasOne: { [key: string]: typeof Base; }; protected static hasMany: { [key: string]: typeof Base; }; protected static paths: ResourcePath[]; protected static resourceNames: ResourceNames[]; static delete({ session, id, dispute_id }: DeleteArgs): Promise<unknown>; dispute_evidence_id: string | null; dispute_evidence_type: string | null; file_size: number | null; file_type: string | null; filename: string | null; id: string | null; original_filename: string | null; shop_id: string | null; url: string | null; } export {}; //# sourceMappingURL=dispute_file_upload.d.ts.map