itrm-components 1.0.35-beta.4 → 1.0.35-beta.5
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.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -171,7 +171,6 @@ export declare interface IContact {
|
|
|
171
171
|
contactId?: number;
|
|
172
172
|
name?: string;
|
|
173
173
|
identificationNumber?: string;
|
|
174
|
-
typeId?: number;
|
|
175
174
|
details?: IContactDetails;
|
|
176
175
|
updatedAt?: string;
|
|
177
176
|
createdAt?: string;
|
|
@@ -188,6 +187,7 @@ export declare interface IContactDetails {
|
|
|
188
187
|
city?: string;
|
|
189
188
|
department?: string;
|
|
190
189
|
country?: string;
|
|
190
|
+
isVerified?: boolean;
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
export declare interface ICountry {
|