@squidcloud/client 1.0.211 → 1.0.212
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/internal-common/src/public-types-backend/query.public-context.d.ts +0 -14
- package/package.json +1 -1
- package/dist/internal-common/src/types/application.types.d.ts +0 -1
- package/dist/internal-common/src/types/backend-run.types.d.ts +0 -1
- package/dist/internal-common/src/types/bundle-data.types.d.ts +0 -1
- package/dist/internal-common/src/types/integrations/ai_chatbot.types.d.ts +0 -1
- package/dist/internal-common/src/types/integrations/api.types.d.ts +0 -1
- package/dist/internal-common/src/types/integrations/auth.types.d.ts +0 -1
- package/dist/internal-common/src/types/integrations/database.types.d.ts +0 -1
- package/dist/internal-common/src/types/integrations/observability.types.d.ts +0 -1
- package/dist/internal-common/src/types/integrations/queue-types.d.ts +0 -1
- package/dist/internal-common/src/types/integrations/schemas.d.ts +0 -1
- package/dist/internal-common/src/types/integrations/storage-types.d.ts +0 -1
- package/dist/internal-common/src/types/openapi.types.d.ts +0 -1
|
@@ -4,7 +4,6 @@ import { CollectionName, DocumentData } from '../public-types/document.public-ty
|
|
|
4
4
|
import { IntegrationId } from '../public-types/communication.public-types';
|
|
5
5
|
export declare class QueryContext<T extends DocumentData = any> {
|
|
6
6
|
readonly query: Query<T>;
|
|
7
|
-
private readonly parsedConditions;
|
|
8
7
|
/**
|
|
9
8
|
* The ID of the integration being queried.
|
|
10
9
|
*/
|
|
@@ -93,19 +92,6 @@ export declare class QueryContext<T extends DocumentData = any> {
|
|
|
93
92
|
* The method does not account for limit and sort order.
|
|
94
93
|
*/
|
|
95
94
|
documentMatchesQuery(doc: DocumentData): boolean;
|
|
96
|
-
/**
|
|
97
|
-
* Compares a condition against a given operator and value to determine if the
|
|
98
|
-
* provided condition is a subset of the operator and value. A condition is
|
|
99
|
-
* considered a subset if all values that satisfy (return true for) the
|
|
100
|
-
* condition also satisfy the operator and value.
|
|
101
|
-
*
|
|
102
|
-
* This is done using the underlying CompareTable, which provides a comparison
|
|
103
|
-
* function for each operator pair, or undefined if the comparison would
|
|
104
|
-
* always be false, regardless of the values.
|
|
105
|
-
*/
|
|
106
|
-
private evaluateSubset;
|
|
107
|
-
private evaluateIncludes;
|
|
108
|
-
private parseConditions;
|
|
109
95
|
}
|
|
110
96
|
/** A list of context conditions */
|
|
111
97
|
export type ContextConditions<Doc extends DocumentData = any, F extends Paths<Doc> = Paths<Doc>> = Array<ContextCondition<Doc, F>>;
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|