cyc-type-def 3.0.3 → 3.0.4

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
@@ -447,6 +447,7 @@ declare class AppUser {
447
447
  pastoral_team?: PastoralTeam;
448
448
  permissions?: string[];
449
449
  assigned_cg?: AssignedCG[];
450
+ idSheep?: string;
450
451
  constructor(id: string, name: string, phoneNum: string, permission: string);
451
452
  }
452
453
 
package/dist/index.d.ts CHANGED
@@ -447,6 +447,7 @@ declare class AppUser {
447
447
  pastoral_team?: PastoralTeam;
448
448
  permissions?: string[];
449
449
  assigned_cg?: AssignedCG[];
450
+ idSheep?: string;
450
451
  constructor(id: string, name: string, phoneNum: string, permission: string);
451
452
  }
452
453
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyc-type-def",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",