cooptypes 0.5.29 → 1.0.0

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
@@ -6602,7 +6602,10 @@ declare namespace index$2 {
6602
6602
  }
6603
6603
 
6604
6604
  interface ICooperativeData extends IOrganizationData {
6605
+ announce: string;
6606
+ description: string;
6605
6607
  is_branched: boolean;
6608
+ is_enrolled: boolean;
6606
6609
  registration: string;
6607
6610
  initial: string;
6608
6611
  minimum: string;
package/dist/index.d.mts CHANGED
@@ -6602,7 +6602,10 @@ declare namespace index$2 {
6602
6602
  }
6603
6603
 
6604
6604
  interface ICooperativeData extends IOrganizationData {
6605
+ announce: string;
6606
+ description: string;
6605
6607
  is_branched: boolean;
6608
+ is_enrolled: boolean;
6606
6609
  registration: string;
6607
6610
  initial: string;
6608
6611
  minimum: string;
package/dist/index.d.ts CHANGED
@@ -6602,7 +6602,10 @@ declare namespace index$2 {
6602
6602
  }
6603
6603
 
6604
6604
  interface ICooperativeData extends IOrganizationData {
6605
+ announce: string;
6606
+ description: string;
6605
6607
  is_branched: boolean;
6608
+ is_enrolled: boolean;
6606
6609
  registration: string;
6607
6610
  initial: string;
6608
6611
  minimum: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cooptypes",
3
3
  "type": "module",
4
- "version": "0.5.29",
4
+ "version": "1.0.0",
5
5
  "packageManager": "pnpm@9.0.6",
6
6
  "description": "_description_",
7
7
  "author": "Alex Ant <dacom.dark.sun@gmail.com>",