@squidcloud/client 1.0.296 → 1.0.297
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.
|
@@ -36,5 +36,5 @@ export declare class MatchMaker {
|
|
|
36
36
|
* Lists entities in the matchmaker that match the given category ID and the provided options.
|
|
37
37
|
* The results are ordered by the entity id.
|
|
38
38
|
*/
|
|
39
|
-
listEntities(categoryId: string, options
|
|
39
|
+
listEntities(categoryId: string, options?: MmListEntitiesOptions): Promise<Array<MmEntity>>;
|
|
40
40
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SQUIDCLOUD_CLIENT_PACKAGE_VERSION = "1.0.
|
|
1
|
+
export declare const SQUIDCLOUD_CLIENT_PACKAGE_VERSION = "1.0.297";
|