@logto/cloud 0.2.5-a3e852f → 0.2.5-cda36a9

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.
@@ -40,7 +40,7 @@ export type Affiliate = InferModelType<typeof Affiliates>;
40
40
  export type AffiliateData = Affiliate & {
41
41
  properties: Array<Pick<AffiliateProperty, "type" | "value">>;
42
42
  };
43
- declare const router: import("@withtyped/server").Router<WithAuthContext, import("@withtyped/server").MergeRoutes<import("@withtyped/server").MergeRoutes<import("@withtyped/server").MergeRoutes<import("@withtyped/server").MergeRoutes<import("@withtyped/server").MergeRoutes<import("@withtyped/server").MergeRoutes<import("@withtyped/server").MergeRoutes<import("@withtyped/server").MergeRoutes<import("@withtyped/server").BaseRoutes, import("@withtyped/server").RoutesWithPrefix<{
43
+ declare const router: import("@withtyped/server").Router<WithAuthContext, import("@withtyped/server").MergeRoutes<import("@withtyped/server").MergeRoutes<import("@withtyped/server").MergeRoutes<import("@withtyped/server").MergeRoutes<import("@withtyped/server").MergeRoutes<import("@withtyped/server").MergeRoutes<import("@withtyped/server").MergeRoutes<import("@withtyped/server").BaseRoutes, import("@withtyped/server").RoutesWithPrefix<{
44
44
  options: {};
45
45
  patch: {
46
46
  "/tenants/:tenantId": import("@withtyped/server").PathGuard<"/:tenantId", unknown, {
@@ -224,23 +224,6 @@ declare const router: import("@withtyped/server").Router<WithAuthContext, import
224
224
  head: {};
225
225
  delete: {};
226
226
  copy: {};
227
- }, "/api">>, import("@withtyped/server").RoutesWithPrefix<{
228
- options: {};
229
- patch: {};
230
- get: {
231
- "/my/tenant": import("@withtyped/server").PathGuard<"/tenant", unknown, unknown, {
232
- name: string;
233
- id: string;
234
- indicator: string;
235
- isSuspended: boolean;
236
- tag: TenantTag;
237
- }>;
238
- };
239
- post: {};
240
- put: {};
241
- head: {};
242
- delete: {};
243
- copy: {};
244
227
  }, "/api">>, import("@withtyped/server").RoutesWithPrefix<{
245
228
  options: {};
246
229
  patch: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logto/cloud",
3
- "version": "0.2.5-a3e852f",
3
+ "version": "0.2.5-cda36a9",
4
4
  "description": "Logto Cloud service.",
5
5
  "main": "build/index.js",
6
6
  "author": "Silverhand Inc. <contact@silverhand.io>",