This commit is contained in:
2025-07-28 15:12:11 +00:00
parent 8f5c88b47e
commit 7dcc5f3fe2
13 changed files with 175 additions and 78 deletions

View File

@@ -1,4 +1,4 @@
import { type CoreResponse } from '../../core/index.js';
import { type CoreResponse } from '../../core_node/index.js';
import { type TPaginationConfig, PaginationStrategy, type TPaginatedResponse } from '../types/pagination.js';
/**

View File

@@ -2,7 +2,7 @@
export { SmartRequestClient } from './smartrequestclient.js';
// Export response type from core
export { CoreResponse } from '../core/index.js';
export { CoreResponse } from '../core_node/index.js';
// Export types
export type { HttpMethod, ResponseType, FormField, RetryConfig, TimeoutConfig } from './types/common.js';

View File

@@ -1,5 +1,5 @@
import { CoreRequest, CoreResponse, type ICoreRequestOptions } from '../core/index.js';
import * as plugins from '../core/plugins.js';
import { CoreRequest, CoreResponse, type ICoreRequestOptions } from '../core_node/index.js';
import * as plugins from '../core_node/plugins.js';
import type { HttpMethod, ResponseType, FormField } from './types/common.js';
import {

View File

@@ -1,4 +1,4 @@
import { type CoreResponse } from '../../core/index.js';
import { type CoreResponse } from '../../core_node/index.js';
/**
* Pagination strategy options