@chego/chego-api
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -54,2 +54,16 @@ import { QuerySyntaxEnum, SortingOrderEnum } from './enums'; | ||
export declare type Atan2Param = XYParam; | ||
export declare type ModParam = XYParam; | ||
export declare type DivParam = XYParam; | ||
export declare type RoundParam = DecimalParam; | ||
export declare type TruncateParam = DecimalParam; | ||
export declare type FormatParam = DecimalParam; | ||
export declare type LeftParam = ExtractCharsParam; | ||
export declare type RightParam = ExtractCharsParam; | ||
export declare type MidParam = ExtractSubstringParam; | ||
export declare type SubstrParam = ExtractSubstringParam; | ||
export declare type LocateParam = { | ||
search: string; | ||
value: string; | ||
start?: number; | ||
}; | ||
export declare type InsertParam = { | ||
@@ -56,0 +70,0 @@ value: number | string | Property; |
{ | ||
"name": "@chego/chego-api", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "The API layer of Chego modules.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/api.js", |
Sorry, the diff of this file is not supported yet
59671
699