@chego/chego-api
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -117,3 +117,4 @@ export declare enum QuerySyntaxEnum { | ||
CastAsUnsigned = 118, | ||
CastAsBinary = 119 | ||
CastAsBinary = 119, | ||
ItemWithCustomId = 120 | ||
} | ||
@@ -120,0 +121,0 @@ export declare enum FilterResultEnum { |
@@ -121,2 +121,3 @@ "use strict"; | ||
QuerySyntaxEnum[QuerySyntaxEnum["CastAsBinary"] = 119] = "CastAsBinary"; | ||
QuerySyntaxEnum[QuerySyntaxEnum["ItemWithCustomId"] = 120] = "ItemWithCustomId"; | ||
})(QuerySyntaxEnum = exports.QuerySyntaxEnum || (exports.QuerySyntaxEnum = {})); | ||
@@ -123,0 +124,0 @@ var FilterResultEnum; |
import { QuerySyntaxEnum, SortingOrderEnum } from './enums'; | ||
export declare type ItemWithCustomId = { | ||
id: string; | ||
item: object; | ||
type: QuerySyntaxEnum.ItemWithCustomId; | ||
}; | ||
export declare type Fn<T> = (...args: any[]) => T; | ||
@@ -3,0 +8,0 @@ export declare type PrimaryTypes = string | number | boolean | any[] | undefined | null; |
{ | ||
"name": "@chego/chego-api", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"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
Sorry, the diff of this file is not supported yet
60062
706