update
This commit is contained in:
@@ -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';
|
||||
|
||||
/**
|
||||
|
@@ -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';
|
||||
|
@@ -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 {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { type CoreResponse } from '../../core/index.js';
|
||||
import { type CoreResponse } from '../../core_node/index.js';
|
||||
|
||||
/**
|
||||
* Pagination strategy options
|
||||
|
Reference in New Issue
Block a user