@squidcloud/client 1.0.38 → 1.0.40

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.
@@ -72,8 +72,8 @@ export declare class SimpleQueryBuilder<MyDocType extends DocumentData> {
72
72
  */
73
73
  lte(fieldName: (keyof MyDocType & FieldName) | string, value: PrimitiveFieldType): this;
74
74
  /**
75
- * Sets a limit to the number of results returned by the query. The maximum limit is 1000 and this is the default if
76
- * none is provided.
75
+ * Sets a limit to the number of results returned by the query. The maximum limit is 20,000 and the default is 1,000
76
+ * if none is provided.
77
77
  * @param limit The limit to set.
78
78
  * @returns The query builder.
79
79
  */