cooptypes 0.5.25 → 0.5.26

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
@@ -6384,6 +6384,7 @@ interface IIndividualData {
6384
6384
  email: string;
6385
6385
  }
6386
6386
  interface IOrganizationData {
6387
+ type: 'coop' | 'ooo' | 'oao' | 'zao' | 'pao' | 'ao';
6387
6388
  is_cooperative: boolean;
6388
6389
  short_name: string;
6389
6390
  full_name: string;
package/dist/index.d.mts CHANGED
@@ -6384,6 +6384,7 @@ interface IIndividualData {
6384
6384
  email: string;
6385
6385
  }
6386
6386
  interface IOrganizationData {
6387
+ type: 'coop' | 'ooo' | 'oao' | 'zao' | 'pao' | 'ao';
6387
6388
  is_cooperative: boolean;
6388
6389
  short_name: string;
6389
6390
  full_name: string;
package/dist/index.d.ts CHANGED
@@ -6384,6 +6384,7 @@ interface IIndividualData {
6384
6384
  email: string;
6385
6385
  }
6386
6386
  interface IOrganizationData {
6387
+ type: 'coop' | 'ooo' | 'oao' | 'zao' | 'pao' | 'ao';
6387
6388
  is_cooperative: boolean;
6388
6389
  short_name: string;
6389
6390
  full_name: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cooptypes",
3
3
  "type": "module",
4
- "version": "0.5.25",
4
+ "version": "0.5.26",
5
5
  "packageManager": "pnpm@9.0.6",
6
6
  "description": "_description_",
7
7
  "author": "Alex Ant <dacom.dark.sun@gmail.com>",