cooptypes 0.5.29 → 1.0.1
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 +4 -0
- package/dist/index.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1428,6 +1428,7 @@ interface IOrganization$1 {
|
|
|
1428
1428
|
description: string;
|
|
1429
1429
|
is_cooperative: boolean;
|
|
1430
1430
|
is_branched: boolean;
|
|
1431
|
+
is_enrolled: boolean;
|
|
1431
1432
|
coop_type: IName$6;
|
|
1432
1433
|
registration: IAsset$4;
|
|
1433
1434
|
initial: IAsset$4;
|
|
@@ -6602,7 +6603,10 @@ declare namespace index$2 {
|
|
|
6602
6603
|
}
|
|
6603
6604
|
|
|
6604
6605
|
interface ICooperativeData extends IOrganizationData {
|
|
6606
|
+
announce: string;
|
|
6607
|
+
description: string;
|
|
6605
6608
|
is_branched: boolean;
|
|
6609
|
+
is_enrolled: boolean;
|
|
6606
6610
|
registration: string;
|
|
6607
6611
|
initial: string;
|
|
6608
6612
|
minimum: string;
|
package/dist/index.d.mts
CHANGED
|
@@ -1428,6 +1428,7 @@ interface IOrganization$1 {
|
|
|
1428
1428
|
description: string;
|
|
1429
1429
|
is_cooperative: boolean;
|
|
1430
1430
|
is_branched: boolean;
|
|
1431
|
+
is_enrolled: boolean;
|
|
1431
1432
|
coop_type: IName$6;
|
|
1432
1433
|
registration: IAsset$4;
|
|
1433
1434
|
initial: IAsset$4;
|
|
@@ -6602,7 +6603,10 @@ declare namespace index$2 {
|
|
|
6602
6603
|
}
|
|
6603
6604
|
|
|
6604
6605
|
interface ICooperativeData extends IOrganizationData {
|
|
6606
|
+
announce: string;
|
|
6607
|
+
description: string;
|
|
6605
6608
|
is_branched: boolean;
|
|
6609
|
+
is_enrolled: boolean;
|
|
6606
6610
|
registration: string;
|
|
6607
6611
|
initial: string;
|
|
6608
6612
|
minimum: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1428,6 +1428,7 @@ interface IOrganization$1 {
|
|
|
1428
1428
|
description: string;
|
|
1429
1429
|
is_cooperative: boolean;
|
|
1430
1430
|
is_branched: boolean;
|
|
1431
|
+
is_enrolled: boolean;
|
|
1431
1432
|
coop_type: IName$6;
|
|
1432
1433
|
registration: IAsset$4;
|
|
1433
1434
|
initial: IAsset$4;
|
|
@@ -6602,7 +6603,10 @@ declare namespace index$2 {
|
|
|
6602
6603
|
}
|
|
6603
6604
|
|
|
6604
6605
|
interface ICooperativeData extends IOrganizationData {
|
|
6606
|
+
announce: string;
|
|
6607
|
+
description: string;
|
|
6605
6608
|
is_branched: boolean;
|
|
6609
|
+
is_enrolled: boolean;
|
|
6606
6610
|
registration: string;
|
|
6607
6611
|
initial: string;
|
|
6608
6612
|
minimum: string;
|