falconhub-apilibrary 1.3.0-dev.84 → 1.3.1-dev.87
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.mts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1091,6 +1091,7 @@ interface Location {
|
|
|
1091
1091
|
country: string;
|
|
1092
1092
|
postalCode: string;
|
|
1093
1093
|
contactName: string;
|
|
1094
|
+
areaCodeId: number;
|
|
1094
1095
|
contactPhone: string;
|
|
1095
1096
|
contactEmail: string;
|
|
1096
1097
|
isActive: boolean | null;
|
|
@@ -1107,6 +1108,7 @@ interface LocationsRequest {
|
|
|
1107
1108
|
country: string;
|
|
1108
1109
|
postalCode: string;
|
|
1109
1110
|
contactName: string;
|
|
1111
|
+
areaCodeId: number;
|
|
1110
1112
|
contactPhone: string;
|
|
1111
1113
|
contactEmail: string;
|
|
1112
1114
|
isActive?: boolean;
|