@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.
@@ -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,6 +1,6 @@
1
1
  {
2
2
  "name": "@squidcloud/client",
3
- "version": "1.0.211",
3
+ "version": "1.0.212",
4
4
  "description": "A typescript implementation of the Squid client",
5
5
  "main": "dist/cjs/index.js",
6
6
  "types": "dist/typescript-client/src/index.d.ts",
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};