@logto/cloud 0.2.5-5a698db → 0.2.5-5deb133
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.
- package/lib/routes/index.d.ts +2 -0
- package/package.json +2 -2
package/lib/routes/index.d.ts
CHANGED
|
@@ -263,6 +263,7 @@ declare const router: import("@withtyped/server").Router<WithAuthContext, import
|
|
|
263
263
|
name: string;
|
|
264
264
|
quota: {
|
|
265
265
|
mauLimit: number | null;
|
|
266
|
+
tokenLimit: number | null;
|
|
266
267
|
applicationsLimit: number | null;
|
|
267
268
|
machineToMachineLimit: number | null;
|
|
268
269
|
resourcesLimit: number | null;
|
|
@@ -273,6 +274,7 @@ declare const router: import("@withtyped/server").Router<WithAuthContext, import
|
|
|
273
274
|
socialConnectorsLimit: number | null;
|
|
274
275
|
standardConnectorsLimit: number | null;
|
|
275
276
|
rolesLimit: number | null;
|
|
277
|
+
machineToMachineRolesLimit: number | null;
|
|
276
278
|
scopesPerRoleLimit: number | null;
|
|
277
279
|
hooksLimit: number | null;
|
|
278
280
|
auditLogsRetentionDays: number | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@logto/cloud",
|
|
3
|
-
"version": "0.2.5-
|
|
3
|
+
"version": "0.2.5-5deb133",
|
|
4
4
|
"description": "Logto Cloud service.",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"access": "public"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@silverhand/essentials": "^2.8.
|
|
53
|
+
"@silverhand/essentials": "^2.8.6",
|
|
54
54
|
"@withtyped/server": "^0.12.7"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|