@investtal/models 1.4.4 → 1.4.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.cts +7 -7
- package/dist/index.d.mts +7 -7
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3024,6 +3024,11 @@ declare const ClientCategoryExceptions: {
|
|
|
3024
3024
|
FORBIDDEN: string;
|
|
3025
3025
|
};
|
|
3026
3026
|
//#endregion
|
|
3027
|
+
//#region src/generated/client/ports/get-client.request.d.ts
|
|
3028
|
+
type ClientFilter = {
|
|
3029
|
+
id: string;
|
|
3030
|
+
};
|
|
3031
|
+
//#endregion
|
|
3027
3032
|
//#region src/generated/client/ports/get-client-categories.request.d.ts
|
|
3028
3033
|
type ClientCategoriesFilter = {
|
|
3029
3034
|
page: number;
|
|
@@ -3036,11 +3041,6 @@ type ClientCategoryFilter = {
|
|
|
3036
3041
|
id: string;
|
|
3037
3042
|
};
|
|
3038
3043
|
//#endregion
|
|
3039
|
-
//#region src/generated/client/ports/get-client.request.d.ts
|
|
3040
|
-
type ClientFilter = {
|
|
3041
|
-
id: string;
|
|
3042
|
-
};
|
|
3043
|
-
//#endregion
|
|
3044
3044
|
//#region src/generated/for-sale/for-sale.enum.d.ts
|
|
3045
3045
|
declare enum ForSaleRoadType {
|
|
3046
3046
|
UNRECOGNIZED = "UNRECOGNIZED",
|
|
@@ -4835,8 +4835,8 @@ type PropertiesFilter = {
|
|
|
4835
4835
|
landCurrentStatus?: PropertyLandCurrentStatus | undefined;
|
|
4836
4836
|
type?: PropertyType[] | undefined;
|
|
4837
4837
|
approvalStatus?: PropertyApprovalStatus | undefined;
|
|
4838
|
-
operationStatus?: PropertyOperationStatus | undefined;
|
|
4839
|
-
authorizationType?: PropertyAuthorizationType | undefined;
|
|
4838
|
+
operationStatus?: PropertyOperationStatus[] | undefined;
|
|
4839
|
+
authorizationType?: PropertyAuthorizationType[] | undefined;
|
|
4840
4840
|
search?: string | undefined;
|
|
4841
4841
|
minLandArea?: number | undefined;
|
|
4842
4842
|
maxLandArea?: number | undefined;
|
package/dist/index.d.mts
CHANGED
|
@@ -3024,6 +3024,11 @@ declare const ClientCategoryExceptions: {
|
|
|
3024
3024
|
FORBIDDEN: string;
|
|
3025
3025
|
};
|
|
3026
3026
|
//#endregion
|
|
3027
|
+
//#region src/generated/client/ports/get-client.request.d.ts
|
|
3028
|
+
type ClientFilter = {
|
|
3029
|
+
id: string;
|
|
3030
|
+
};
|
|
3031
|
+
//#endregion
|
|
3027
3032
|
//#region src/generated/client/ports/get-client-categories.request.d.ts
|
|
3028
3033
|
type ClientCategoriesFilter = {
|
|
3029
3034
|
page: number;
|
|
@@ -3036,11 +3041,6 @@ type ClientCategoryFilter = {
|
|
|
3036
3041
|
id: string;
|
|
3037
3042
|
};
|
|
3038
3043
|
//#endregion
|
|
3039
|
-
//#region src/generated/client/ports/get-client.request.d.ts
|
|
3040
|
-
type ClientFilter = {
|
|
3041
|
-
id: string;
|
|
3042
|
-
};
|
|
3043
|
-
//#endregion
|
|
3044
3044
|
//#region src/generated/for-sale/for-sale.enum.d.ts
|
|
3045
3045
|
declare enum ForSaleRoadType {
|
|
3046
3046
|
UNRECOGNIZED = "UNRECOGNIZED",
|
|
@@ -4835,8 +4835,8 @@ type PropertiesFilter = {
|
|
|
4835
4835
|
landCurrentStatus?: PropertyLandCurrentStatus | undefined;
|
|
4836
4836
|
type?: PropertyType[] | undefined;
|
|
4837
4837
|
approvalStatus?: PropertyApprovalStatus | undefined;
|
|
4838
|
-
operationStatus?: PropertyOperationStatus | undefined;
|
|
4839
|
-
authorizationType?: PropertyAuthorizationType | undefined;
|
|
4838
|
+
operationStatus?: PropertyOperationStatus[] | undefined;
|
|
4839
|
+
authorizationType?: PropertyAuthorizationType[] | undefined;
|
|
4840
4840
|
search?: string | undefined;
|
|
4841
4841
|
minLandArea?: number | undefined;
|
|
4842
4842
|
maxLandArea?: number | undefined;
|