namirasoft-core
Advanced tools
Comparing version 1.3.71 to 1.3.72
@@ -7,4 +7,4 @@ import { AxiosRequestConfig, AxiosResponse } from "axios"; | ||
constructor(domain: string); | ||
protected abstract onBeforeRequest<ReqData = any>(url: string, config?: AxiosRequestConfig<ReqData>): void; | ||
protected abstract onAfterRequest<ResData = any>(url: string, response: AxiosResponse<ResData>): void; | ||
abstract onBeforeRequest<ReqData = any>(url: string, config?: AxiosRequestConfig<ReqData>): void; | ||
abstract onAfterRequest<ResData = any>(url: string, response: AxiosResponse<ResData>): void; | ||
protected abstract onError(error: Error): void; | ||
@@ -11,0 +11,0 @@ private _request; |
@@ -11,3 +11,3 @@ { | ||
"private": false, | ||
"version": "1.3.71", | ||
"version": "1.3.72", | ||
"author": "Amir Abolhasani", | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/node": "^20.14.10", | ||
"@types/node": "^20.14.11", | ||
"axios": "^1.7.2", | ||
@@ -24,0 +24,0 @@ "moment": "^2.30.1", |
@@ -0,0 +0,0 @@ export type BaseDatabaseRow<ID> = |
@@ -0,0 +0,0 @@ export class BaseMetaColumn |
@@ -0,0 +0,0 @@ import { BaseMetaColumn } from "./BaseMetaColumn"; |
@@ -16,4 +16,4 @@ import axios, { AxiosRequestConfig, AxiosResponse } from "axios"; | ||
} | ||
protected abstract onBeforeRequest<ReqData = any>(url: string, config?: AxiosRequestConfig<ReqData>): void; | ||
protected abstract onAfterRequest<ResData = any>(url: string, response: AxiosResponse<ResData>): void; | ||
abstract onBeforeRequest<ReqData = any>(url: string, config?: AxiosRequestConfig<ReqData>): void; | ||
abstract onAfterRequest<ResData = any>(url: string, response: AxiosResponse<ResData>): void; | ||
protected abstract onError(error: Error): void; | ||
@@ -20,0 +20,0 @@ private async _request<ResData = any, ReqData = any>(onRequest: (url: string, data?: any, config?: AxiosRequestConfig<ReqData>) => Promise<AxiosResponse<ResData>>, sub: string, query?: { [name: string]: ParsedNameValue }, data?: ReqData, config?: AxiosRequestConfig<ReqData>, sign_header?: string, sign_key?: string): Promise<{ response: AxiosResponse<ResData>, data: ResData }> |
@@ -0,0 +0,0 @@ import { IStorage } from "./IStorage"; |
@@ -0,0 +0,0 @@ export class ConsoleOperation |
@@ -0,0 +0,0 @@ import { ErrorOperation } from "./ErrorOperation"; |
@@ -0,0 +0,0 @@ import { Country } from "./Country"; |
@@ -0,0 +0,0 @@ export class Country |
@@ -0,0 +0,0 @@ import { Country } from "./Country"; |
@@ -0,0 +0,0 @@ export class EncodingOperation |
@@ -0,0 +0,0 @@ import * as crypto from 'node:crypto'; |
@@ -0,0 +0,0 @@ import { HTTPError } from "./HTTPError"; |
@@ -0,0 +0,0 @@ let fs: any; |
@@ -0,0 +0,0 @@ import { BaseMetaColumn } from "./BaseMetaColumn"; |
@@ -0,0 +0,0 @@ export enum FilterItemColumnType |
@@ -0,0 +0,0 @@ import { ErrorOperation } from "./ErrorOperation"; |
@@ -0,0 +0,0 @@ export class GeoOperation |
@@ -0,0 +0,0 @@ import * as crypto from 'node:crypto'; |
@@ -0,0 +0,0 @@ export class HTTPError extends Error |
@@ -0,0 +0,0 @@ export enum HTTPMethod |
@@ -0,0 +0,0 @@ export * from "./BaseDatabaseRow"; |
@@ -0,0 +0,0 @@ export abstract class IStorage |
@@ -0,0 +0,0 @@ import { EncodingOperation } from "./EncodingOperation"; |
@@ -0,0 +0,0 @@ import { IStorage } from "./IStorage.js"; |
@@ -0,0 +0,0 @@ import { IStorage } from "./IStorage"; |
@@ -0,0 +0,0 @@ export class NamingConvention |
@@ -0,0 +0,0 @@ import { ConvertService } from "./ConvertService"; |
@@ -0,0 +0,0 @@ let fs: any; |
@@ -0,0 +0,0 @@ import * as Phone from 'phone'; |
@@ -0,0 +0,0 @@ export class PriceOperation |
@@ -0,0 +0,0 @@ export class RegexTemplate |
@@ -0,0 +0,0 @@ export class StringOperation |
@@ -0,0 +0,0 @@ import moment from "moment"; |
@@ -0,0 +0,0 @@ import { ParsedNameValue } from "./ParsedNameValue"; |
@@ -0,0 +0,0 @@ export class VersionOperation |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
377690
Updated@types/node@^20.14.11