cooptypes 1.0.1 → 1.0.3
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 +19 -1
- package/dist/index.d.mts +19 -1
- package/dist/index.d.ts +19 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -6617,11 +6617,29 @@ interface ICooperativeData extends IOrganizationData {
|
|
|
6617
6617
|
interface MembersData extends IBoardMember, IIndividualData {
|
|
6618
6618
|
is_chairman: boolean;
|
|
6619
6619
|
}
|
|
6620
|
+
interface IAnnounce {
|
|
6621
|
+
phone: string;
|
|
6622
|
+
email: string;
|
|
6623
|
+
}
|
|
6624
|
+
interface IContacts {
|
|
6625
|
+
full_name: string;
|
|
6626
|
+
full_address: string;
|
|
6627
|
+
details: Details;
|
|
6628
|
+
phone: string;
|
|
6629
|
+
email: string;
|
|
6630
|
+
chairman: {
|
|
6631
|
+
first_name: string;
|
|
6632
|
+
last_name: string;
|
|
6633
|
+
middle_name: string;
|
|
6634
|
+
};
|
|
6635
|
+
}
|
|
6620
6636
|
|
|
6637
|
+
type index$1_IAnnounce = IAnnounce;
|
|
6638
|
+
type index$1_IContacts = IContacts;
|
|
6621
6639
|
type index$1_ICooperativeData = ICooperativeData;
|
|
6622
6640
|
type index$1_MembersData = MembersData;
|
|
6623
6641
|
declare namespace index$1 {
|
|
6624
|
-
export type { index$1_ICooperativeData as ICooperativeData, index$1_MembersData as MembersData };
|
|
6642
|
+
export type { index$1_IAnnounce as IAnnounce, index$1_IContacts as IContacts, index$1_ICooperativeData as ICooperativeData, index$1_MembersData as MembersData };
|
|
6625
6643
|
}
|
|
6626
6644
|
|
|
6627
6645
|
declare namespace index {
|
package/dist/index.d.mts
CHANGED
|
@@ -6617,11 +6617,29 @@ interface ICooperativeData extends IOrganizationData {
|
|
|
6617
6617
|
interface MembersData extends IBoardMember, IIndividualData {
|
|
6618
6618
|
is_chairman: boolean;
|
|
6619
6619
|
}
|
|
6620
|
+
interface IAnnounce {
|
|
6621
|
+
phone: string;
|
|
6622
|
+
email: string;
|
|
6623
|
+
}
|
|
6624
|
+
interface IContacts {
|
|
6625
|
+
full_name: string;
|
|
6626
|
+
full_address: string;
|
|
6627
|
+
details: Details;
|
|
6628
|
+
phone: string;
|
|
6629
|
+
email: string;
|
|
6630
|
+
chairman: {
|
|
6631
|
+
first_name: string;
|
|
6632
|
+
last_name: string;
|
|
6633
|
+
middle_name: string;
|
|
6634
|
+
};
|
|
6635
|
+
}
|
|
6620
6636
|
|
|
6637
|
+
type index$1_IAnnounce = IAnnounce;
|
|
6638
|
+
type index$1_IContacts = IContacts;
|
|
6621
6639
|
type index$1_ICooperativeData = ICooperativeData;
|
|
6622
6640
|
type index$1_MembersData = MembersData;
|
|
6623
6641
|
declare namespace index$1 {
|
|
6624
|
-
export type { index$1_ICooperativeData as ICooperativeData, index$1_MembersData as MembersData };
|
|
6642
|
+
export type { index$1_IAnnounce as IAnnounce, index$1_IContacts as IContacts, index$1_ICooperativeData as ICooperativeData, index$1_MembersData as MembersData };
|
|
6625
6643
|
}
|
|
6626
6644
|
|
|
6627
6645
|
declare namespace index {
|
package/dist/index.d.ts
CHANGED
|
@@ -6617,11 +6617,29 @@ interface ICooperativeData extends IOrganizationData {
|
|
|
6617
6617
|
interface MembersData extends IBoardMember, IIndividualData {
|
|
6618
6618
|
is_chairman: boolean;
|
|
6619
6619
|
}
|
|
6620
|
+
interface IAnnounce {
|
|
6621
|
+
phone: string;
|
|
6622
|
+
email: string;
|
|
6623
|
+
}
|
|
6624
|
+
interface IContacts {
|
|
6625
|
+
full_name: string;
|
|
6626
|
+
full_address: string;
|
|
6627
|
+
details: Details;
|
|
6628
|
+
phone: string;
|
|
6629
|
+
email: string;
|
|
6630
|
+
chairman: {
|
|
6631
|
+
first_name: string;
|
|
6632
|
+
last_name: string;
|
|
6633
|
+
middle_name: string;
|
|
6634
|
+
};
|
|
6635
|
+
}
|
|
6620
6636
|
|
|
6637
|
+
type index$1_IAnnounce = IAnnounce;
|
|
6638
|
+
type index$1_IContacts = IContacts;
|
|
6621
6639
|
type index$1_ICooperativeData = ICooperativeData;
|
|
6622
6640
|
type index$1_MembersData = MembersData;
|
|
6623
6641
|
declare namespace index$1 {
|
|
6624
|
-
export type { index$1_ICooperativeData as ICooperativeData, index$1_MembersData as MembersData };
|
|
6642
|
+
export type { index$1_IAnnounce as IAnnounce, index$1_IContacts as IContacts, index$1_ICooperativeData as ICooperativeData, index$1_MembersData as MembersData };
|
|
6625
6643
|
}
|
|
6626
6644
|
|
|
6627
6645
|
declare namespace index {
|