@lark-apaas/fullstack-nestjs-core 1.1.26 → 1.1.28

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/dist/index.d.cts CHANGED
@@ -34,7 +34,7 @@ declare global {
34
34
  userName?: string; // 默认中文名
35
35
  userNameEn?: string; // 冗余一份英文名
36
36
  userNameI18n?: Record<string, string>; // 带多语的用户名
37
- isSystemAccount?: boolean; // trigger 场景写入值为 true,user 访问场景不写入
37
+ isSystemAccount?: boolean; // 是否为系统账号,trigger 场景下为 true
38
38
  roles?: string[]; // 用户角色 id 列表
39
39
  };
40
40
  csrfToken?: string;
package/dist/index.d.ts CHANGED
@@ -34,7 +34,7 @@ declare global {
34
34
  userName?: string; // 默认中文名
35
35
  userNameEn?: string; // 冗余一份英文名
36
36
  userNameI18n?: Record<string, string>; // 带多语的用户名
37
- isSystemAccount?: boolean; // trigger 场景写入值为 true,user 访问场景不写入
37
+ isSystemAccount?: boolean; // 是否为系统账号,trigger 场景下为 true
38
38
  roles?: string[]; // 用户角色 id 列表
39
39
  };
40
40
  csrfToken?: string;