/** * OrderIntegrations API - Auto-generated typed wrapper. * DO NOT EDIT - Regenerate with: bun run generate * @generated */ export declare const orderIntegrations: { /** @see authorizeShopify */ readonly authorizeShopify: (authorizeShopifyBody: import("..").AuthorizeShopifyBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see syncShopifyOrders */ readonly syncShopifyOrders: (id: string, syncShopifyOrdersBody?: import("..").SyncShopifyOrdersBody | undefined, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see createOrderIntegration */ readonly create: (createOrderIntegrationBody: import("..").CreateOrderIntegrationBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getOrderIntegrations */ readonly list: (options?: (Omit & { order_by?: string | string[]; } & import("./types").SDKMethodOptions) | undefined) => Promise; /** @see getOrderIntegrationById */ readonly get: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see updateOrderIntegration */ readonly update: (id: string, updateOrderIntegrationBody: import("..").UpdateOrderIntegrationBody, args_2?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see deleteOrderIntegration */ readonly delete: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; export type OrderIntegrationsApi = typeof orderIntegrations; //# sourceMappingURL=order-integrations.d.ts.map