appknit-platform-sdk
Advanced tools
Comparing version 1.0.53-13 to 1.0.53-15
@@ -17,3 +17,4 @@ export interface DataTypeVersionExternal { | ||
regexp = "@regexp", | ||
size = "@size" | ||
size = "@size", | ||
fullText = "@fulltext" | ||
} | ||
@@ -23,2 +24,3 @@ export declare type SdkDataQueryCondition<T> = { | ||
[SdkDataQueryConditionOperator.neq]?: T; | ||
[SdkDataQueryConditionOperator.fullText]?: T; | ||
[SdkDataQueryConditionOperator.in]?: Array<T>; | ||
@@ -25,0 +27,0 @@ [SdkDataQueryConditionOperator.nin]?: Array<T>; |
@@ -16,2 +16,3 @@ "use strict"; | ||
SdkDataQueryConditionOperator["size"] = "@size"; | ||
SdkDataQueryConditionOperator["fullText"] = "@fulltext"; | ||
})(SdkDataQueryConditionOperator = exports.SdkDataQueryConditionOperator || (exports.SdkDataQueryConditionOperator = {})); | ||
@@ -18,0 +19,0 @@ var SdkDataSchemaFieldType; |
{ | ||
"name": "appknit-platform-sdk", | ||
"version": "1.0.53-13", | ||
"version": "1.0.53-15", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "homepage": "https://appknit.io", |
Sorry, the diff of this file is not supported yet
124373
2315