cooptypes 1.0.12 → 1.0.13

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # COOPTYPES
1
+ # COOPTYPES.
2
2
 
3
3
  [![npm version][npm-version-src]][npm-version-href]
4
4
  [![npm downloads][npm-downloads-src]][npm-downloads-href]
package/dist/index.d.cts CHANGED
@@ -1408,6 +1408,8 @@ interface IOrgData {
1408
1408
  description: string;
1409
1409
  initial: IAsset$4;
1410
1410
  minimum: IAsset$4;
1411
+ org_initial: IAsset$4;
1412
+ org_minimum: IAsset$4;
1411
1413
  }
1412
1414
  interface IOrganization$1 {
1413
1415
  username: IName$6;
@@ -1421,6 +1423,9 @@ interface IOrganization$1 {
1421
1423
  registration: IAsset$4;
1422
1424
  initial: IAsset$4;
1423
1425
  minimum: IAsset$4;
1426
+ org_initial: IAsset$4;
1427
+ org_minimum: IAsset$4;
1428
+ org_registration: IAsset$4;
1424
1429
  }
1425
1430
  interface IPlotData {
1426
1431
  announce: string;
@@ -6584,14 +6589,7 @@ declare namespace index$2 {
6584
6589
  export type { index$2_IAgenda as IAgenda, index$2_IChainDocument as IChainDocument, index$2_IComplexAct as IComplexAct, index$2_IComplexAgenda as IComplexAgenda, index$2_IComplexDecision as IComplexDecision, index$2_IComplexDocument as IComplexDocument, index$2_IComplexStatement as IComplexStatement, index$2_IGenerate as IGenerate, index$2_IGenerateJoinCoop as IGenerateJoinCoop, index$2_IGenerateJoinCoopDecision as IGenerateJoinCoopDecision, index$2_IGeneratedDocument as IGeneratedDocument, index$2_IGetComplexDocuments as IGetComplexDocuments, index$2_IMetaDocument as IMetaDocument, index$2_LangType as LangType };
6585
6590
  }
6586
6591
 
6587
- interface ICooperativeData extends IOrganizationData {
6588
- announce: string;
6589
- description: string;
6590
- is_branched: boolean;
6591
- is_enrolled: boolean;
6592
- registration: string;
6593
- initial: string;
6594
- minimum: string;
6592
+ interface ICooperativeData extends IOrganizationData, IOrganization {
6595
6593
  members: MembersData[];
6596
6594
  chairman: IIndividualData;
6597
6595
  totalMembers: number;
package/dist/index.d.mts CHANGED
@@ -1408,6 +1408,8 @@ interface IOrgData {
1408
1408
  description: string;
1409
1409
  initial: IAsset$4;
1410
1410
  minimum: IAsset$4;
1411
+ org_initial: IAsset$4;
1412
+ org_minimum: IAsset$4;
1411
1413
  }
1412
1414
  interface IOrganization$1 {
1413
1415
  username: IName$6;
@@ -1421,6 +1423,9 @@ interface IOrganization$1 {
1421
1423
  registration: IAsset$4;
1422
1424
  initial: IAsset$4;
1423
1425
  minimum: IAsset$4;
1426
+ org_initial: IAsset$4;
1427
+ org_minimum: IAsset$4;
1428
+ org_registration: IAsset$4;
1424
1429
  }
1425
1430
  interface IPlotData {
1426
1431
  announce: string;
@@ -6584,14 +6589,7 @@ declare namespace index$2 {
6584
6589
  export type { index$2_IAgenda as IAgenda, index$2_IChainDocument as IChainDocument, index$2_IComplexAct as IComplexAct, index$2_IComplexAgenda as IComplexAgenda, index$2_IComplexDecision as IComplexDecision, index$2_IComplexDocument as IComplexDocument, index$2_IComplexStatement as IComplexStatement, index$2_IGenerate as IGenerate, index$2_IGenerateJoinCoop as IGenerateJoinCoop, index$2_IGenerateJoinCoopDecision as IGenerateJoinCoopDecision, index$2_IGeneratedDocument as IGeneratedDocument, index$2_IGetComplexDocuments as IGetComplexDocuments, index$2_IMetaDocument as IMetaDocument, index$2_LangType as LangType };
6585
6590
  }
6586
6591
 
6587
- interface ICooperativeData extends IOrganizationData {
6588
- announce: string;
6589
- description: string;
6590
- is_branched: boolean;
6591
- is_enrolled: boolean;
6592
- registration: string;
6593
- initial: string;
6594
- minimum: string;
6592
+ interface ICooperativeData extends IOrganizationData, IOrganization {
6595
6593
  members: MembersData[];
6596
6594
  chairman: IIndividualData;
6597
6595
  totalMembers: number;
package/dist/index.d.ts CHANGED
@@ -1408,6 +1408,8 @@ interface IOrgData {
1408
1408
  description: string;
1409
1409
  initial: IAsset$4;
1410
1410
  minimum: IAsset$4;
1411
+ org_initial: IAsset$4;
1412
+ org_minimum: IAsset$4;
1411
1413
  }
1412
1414
  interface IOrganization$1 {
1413
1415
  username: IName$6;
@@ -1421,6 +1423,9 @@ interface IOrganization$1 {
1421
1423
  registration: IAsset$4;
1422
1424
  initial: IAsset$4;
1423
1425
  minimum: IAsset$4;
1426
+ org_initial: IAsset$4;
1427
+ org_minimum: IAsset$4;
1428
+ org_registration: IAsset$4;
1424
1429
  }
1425
1430
  interface IPlotData {
1426
1431
  announce: string;
@@ -6584,14 +6589,7 @@ declare namespace index$2 {
6584
6589
  export type { index$2_IAgenda as IAgenda, index$2_IChainDocument as IChainDocument, index$2_IComplexAct as IComplexAct, index$2_IComplexAgenda as IComplexAgenda, index$2_IComplexDecision as IComplexDecision, index$2_IComplexDocument as IComplexDocument, index$2_IComplexStatement as IComplexStatement, index$2_IGenerate as IGenerate, index$2_IGenerateJoinCoop as IGenerateJoinCoop, index$2_IGenerateJoinCoopDecision as IGenerateJoinCoopDecision, index$2_IGeneratedDocument as IGeneratedDocument, index$2_IGetComplexDocuments as IGetComplexDocuments, index$2_IMetaDocument as IMetaDocument, index$2_LangType as LangType };
6585
6590
  }
6586
6591
 
6587
- interface ICooperativeData extends IOrganizationData {
6588
- announce: string;
6589
- description: string;
6590
- is_branched: boolean;
6591
- is_enrolled: boolean;
6592
- registration: string;
6593
- initial: string;
6594
- minimum: string;
6592
+ interface ICooperativeData extends IOrganizationData, IOrganization {
6595
6593
  members: MembersData[];
6596
6594
  chairman: IIndividualData;
6597
6595
  totalMembers: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cooptypes",
3
3
  "type": "module",
4
- "version": "1.0.12",
4
+ "version": "1.0.13",
5
5
  "description": "_description_",
6
6
  "author": "Alex Ant <dacom.dark.sun@gmail.com>",
7
7
  "license": "MIT",
@@ -30,7 +30,6 @@
30
30
  ],
31
31
  "scripts": {
32
32
  "build": "unbuild",
33
- "dev": "unbuild --stub",
34
33
  "lint": "eslint .",
35
34
  "prepublishOnly": "nr build",
36
35
  "release": "bumpp && npm publish && pnpm gh-pages --nojekyll -d docs",
@@ -38,7 +37,8 @@
38
37
  "test": "vitest",
39
38
  "typecheck": "tsc --noEmit",
40
39
  "prepare": "simple-git-hooks",
41
- "doc": "typedoc"
40
+ "doc": "typedoc",
41
+ "dev": "concurrently -n 'TYPES' -c 'bgMagenta.white' \"nodemon --watch src --ext ts --exec 'unbuild'\""
42
42
  },
43
43
  "dependencies": {
44
44
  "@typescript-eslint/parser": "^7.8.0"
@@ -51,6 +51,7 @@
51
51
  "@types/node": "^20.12.8",
52
52
  "better-docs": "^2.7.3",
53
53
  "bumpp": "^9.4.1",
54
+ "concurrently": "^8.2.2",
54
55
  "eslint": "^9.1.1",
55
56
  "esno": "^4.7.0",
56
57
  "gh-pages": "^6.1.1",
@@ -72,5 +73,5 @@
72
73
  "lint-staged": {
73
74
  "*": "eslint --fix"
74
75
  },
75
- "gitHead": "e1b936af51fd8df1625fe41ff96d92450184cd9f"
76
+ "gitHead": "ef49226014706c501162182cf19dc8e91f02c3cc"
76
77
  }