@logto/cloud 0.2.5-da1425a → 0.2.5-e2f0837

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.
@@ -1310,6 +1310,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
1310
1310
  displayName: string;
1311
1311
  tags: TenantTag[];
1312
1312
  isPrivate: boolean;
1313
+ customTenantIdPrefix: string | null;
1313
1314
  }[];
1314
1315
  }>;
1315
1316
  } & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logto/cloud",
3
- "version": "0.2.5-da1425a",
3
+ "version": "0.2.5-e2f0837",
4
4
  "description": "Logto Cloud service.",
5
5
  "main": "build/index.js",
6
6
  "author": "Silverhand Inc. <contact@silverhand.io>",