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 +3 -0
- package/dist/index.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
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;
|