namirasoft-core
Advanced tools
Comparing version 1.3.55 to 1.3.56
@@ -5,4 +5,10 @@ import { BaseMetaColumn } from "./BaseMetaColumn"; | ||
export declare class FilterItem { | ||
table: BaseMetaTable; | ||
column: BaseMetaColumn; | ||
table: { | ||
name: string; | ||
text: string; | ||
}; | ||
column: { | ||
name: string; | ||
text: string; | ||
}; | ||
not: boolean; | ||
@@ -9,0 +15,0 @@ operator: FilterItemOperator; |
@@ -8,2 +8,3 @@ "use strict"; | ||
class FilterItem { | ||
; | ||
static stringify(filters) { | ||
@@ -10,0 +11,0 @@ if (filters) |
@@ -11,3 +11,3 @@ { | ||
"private": false, | ||
"version": "1.3.55", | ||
"version": "1.3.56", | ||
"author": "Amir Abolhasani", | ||
@@ -14,0 +14,0 @@ "license": "MIT", |
@@ -0,0 +0,0 @@ export type BaseDatabaseRow<ID> = |
@@ -0,0 +0,0 @@ export class BaseMetaColumn |
@@ -0,0 +0,0 @@ import { BaseMetaColumn } from "./BaseMetaColumn"; |
@@ -0,0 +0,0 @@ import axios, { AxiosRequestConfig, AxiosResponse } from "axios"; |
@@ -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; |
@@ -7,4 +7,10 @@ import { BaseMetaColumn } from "./BaseMetaColumn"; | ||
{ | ||
public table: BaseMetaTable; | ||
public column: BaseMetaColumn; | ||
public table: { | ||
name: string; | ||
text: string; | ||
}; | ||
public column: { | ||
name: string; | ||
text: string; | ||
};; | ||
public not: boolean; | ||
@@ -11,0 +17,0 @@ public operator: FilterItemOperator; |
@@ -0,0 +0,0 @@ export enum FilterItemColumnType |
@@ -0,0 +0,0 @@ import { FilterItemColumnType } from "./FilterItemColumnType"; |
@@ -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 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 |
Sorry, the diff of this file is not supported yet
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
365903
149
4676