Compare commits

...

5 Commits

Author SHA1 Message Date
Alex Ant 4249339b92 chore: release v1.0.1 2024-07-08 11:33:43 +05:00
Alex Ant bb59279eb6 chore: release v1.0.0 2024-07-08 11:25:35 +05:00
Alex Ant 0f6b2d5cb7 release 2024-07-08 11:25:00 +05:00
Alex Ant 3b677628e5 update! 2024-07-08 11:22:30 +05:00
Alex Ant 89ae957020 update cooperative model 2024-07-08 11:08:15 +05:00
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "cooptypes",
"type": "module",
"version": "0.5.29",
"version": "1.0.1",
"packageManager": "pnpm@9.0.6",
"description": "_description_",
"author": "Alex Ant <dacom.dark.sun@gmail.com>",
+3
View File
@@ -2,7 +2,10 @@ import type { SovietContract } from '../../contracts'
import type { IIndividualData, IOrganizationData } from '../users'
export interface ICooperativeData extends IOrganizationData {
announce: string
description: string
is_branched: boolean
is_enrolled: boolean
registration: string
initial: string
minimum: string