cyc-type-def 3.0.10 → 3.0.11

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
@@ -453,6 +453,9 @@ declare class AppUser {
453
453
  permissions?: string[];
454
454
  assigned_cg?: AssignedCG[];
455
455
  idSheep?: string;
456
+ settings?: {
457
+ [key: string]: boolean;
458
+ };
456
459
  constructor(id: string, name: string, phoneNum: string, permission: string);
457
460
  }
458
461
 
package/dist/index.d.ts CHANGED
@@ -453,6 +453,9 @@ declare class AppUser {
453
453
  permissions?: string[];
454
454
  assigned_cg?: AssignedCG[];
455
455
  idSheep?: string;
456
+ settings?: {
457
+ [key: string]: boolean;
458
+ };
456
459
  constructor(id: string, name: string, phoneNum: string, permission: string);
457
460
  }
458
461
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyc-type-def",
3
- "version": "3.0.10",
3
+ "version": "3.0.11",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",