@memori.ai/memori-api-client 0.7.0 → 0.8.1

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.
@@ -430,6 +430,17 @@ var memori = (function (apiUrl) {
430
430
  });
431
431
  },
432
432
 
433
+ /**
434
+ * Gets a list of all the public Memori objects published on the Metaverse for a specific Tenant.
435
+ * @param tenant - The name of the tenant
436
+ * @returns A list of Memori objects
437
+ */
438
+ getTenantMetaverseMemoriList: function getTenantMetaverseMemoriList(tenant) {
439
+ return apiFetcher("/TenantMetaverseMemori/" + encodeURI(tenant), {
440
+ apiUrl: apiUrl
441
+ });
442
+ },
443
+
433
444
  /**
434
445
  * Gets a list of all the public Memori objects for a specific Tenant accessible from user session.
435
446
  * @param authToken - The login token