@investtal/models 1.2.54 → 1.2.55
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/CHANGELOG.md +7 -0
- package/dist/index.d.cts +6 -0
- package/dist/index.d.mts +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -1701,6 +1701,7 @@ type CreateIndustrialPropertyInput = {
|
|
|
1701
1701
|
metadata?: InputMaybe<Scalars['JSON']['input']>;
|
|
1702
1702
|
notes?: InputMaybe<Scalars['String']['input']>;
|
|
1703
1703
|
numberOfFloor?: InputMaybe<Scalars['Int']['input']>;
|
|
1704
|
+
operationStatus?: InputMaybe<PropertyOperationStatus>;
|
|
1704
1705
|
parentIndustrialPropertyId?: InputMaybe<Scalars['String']['input']>;
|
|
1705
1706
|
polygon?: InputMaybe<Array<PolygonCoordinateInput>>;
|
|
1706
1707
|
price?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -2224,6 +2225,7 @@ type IndustrialPropertiesFilter = {
|
|
|
2224
2225
|
parentPropertyId?: InputMaybe<Scalars['String']['input']>;
|
|
2225
2226
|
projectId?: InputMaybe<Scalars['String']['input']>;
|
|
2226
2227
|
propertyLegalStatus?: InputMaybe<PropertyLegalStatus>;
|
|
2228
|
+
propertyMapId?: InputMaybe<Scalars['String']['input']>;
|
|
2227
2229
|
provinceId?: InputMaybe<Scalars['String']['input']>;
|
|
2228
2230
|
search?: InputMaybe<Scalars['String']['input']>;
|
|
2229
2231
|
sortBy?: InputMaybe<IndustrialPropertySortField>;
|
|
@@ -2287,6 +2289,7 @@ type IndustrialPropertyItem = {
|
|
|
2287
2289
|
numberOfProperties?: Maybe<Scalars['Int']['output']>;
|
|
2288
2290
|
operationStatus?: Maybe<PropertyOperationStatus>;
|
|
2289
2291
|
parentIndustrialPropertyId?: Maybe<Scalars['String']['output']>;
|
|
2292
|
+
polygon?: Maybe<Array<PolygonCoordinate>>;
|
|
2290
2293
|
price?: Maybe<Scalars['String']['output']>;
|
|
2291
2294
|
projectId?: Maybe<Scalars['String']['output']>;
|
|
2292
2295
|
propertyLegalStatus?: Maybe<Scalars['String']['output']>;
|
|
@@ -3409,6 +3412,7 @@ type PropertiesVisualizationResponse = PagePaginationInterface & {
|
|
|
3409
3412
|
};
|
|
3410
3413
|
type PropertyFilter = {
|
|
3411
3414
|
id: Scalars['String']['input'];
|
|
3415
|
+
propertyMapId?: InputMaybe<Scalars['String']['input']>;
|
|
3412
3416
|
};
|
|
3413
3417
|
type PropertyMapItem = {
|
|
3414
3418
|
__typename?: 'PropertyMapItem';
|
|
@@ -4152,6 +4156,7 @@ type UpdateIndustrialPropertyInput = {
|
|
|
4152
4156
|
metadata?: InputMaybe<Scalars['JSON']['input']>;
|
|
4153
4157
|
notes?: InputMaybe<Scalars['JSON']['input']>;
|
|
4154
4158
|
numberOfFloor?: InputMaybe<Scalars['Int']['input']>;
|
|
4159
|
+
operationStatus?: InputMaybe<PropertyOperationStatus>;
|
|
4155
4160
|
polygon?: InputMaybe<Array<PolygonCoordinateInput>>;
|
|
4156
4161
|
price?: InputMaybe<Scalars['String']['input']>;
|
|
4157
4162
|
propertyLegalStatus?: InputMaybe<PropertyLegalStatus>;
|
|
@@ -6110,6 +6115,7 @@ type IndustrialPropertyItemResolvers<ContextType = any, ParentType extends Resol
|
|
|
6110
6115
|
numberOfProperties?: Resolver<Maybe<ResolversTypes['Int']>, ParentType, ContextType>;
|
|
6111
6116
|
operationStatus?: Resolver<Maybe<ResolversTypes['PropertyOperationStatus']>, ParentType, ContextType>;
|
|
6112
6117
|
parentIndustrialPropertyId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
|
6118
|
+
polygon?: Resolver<Maybe<Array<ResolversTypes['PolygonCoordinate']>>, ParentType, ContextType>;
|
|
6113
6119
|
price?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
|
6114
6120
|
projectId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
|
6115
6121
|
propertyLegalStatus?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
package/dist/index.d.mts
CHANGED
|
@@ -1701,6 +1701,7 @@ type CreateIndustrialPropertyInput = {
|
|
|
1701
1701
|
metadata?: InputMaybe<Scalars['JSON']['input']>;
|
|
1702
1702
|
notes?: InputMaybe<Scalars['String']['input']>;
|
|
1703
1703
|
numberOfFloor?: InputMaybe<Scalars['Int']['input']>;
|
|
1704
|
+
operationStatus?: InputMaybe<PropertyOperationStatus>;
|
|
1704
1705
|
parentIndustrialPropertyId?: InputMaybe<Scalars['String']['input']>;
|
|
1705
1706
|
polygon?: InputMaybe<Array<PolygonCoordinateInput>>;
|
|
1706
1707
|
price?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -2224,6 +2225,7 @@ type IndustrialPropertiesFilter = {
|
|
|
2224
2225
|
parentPropertyId?: InputMaybe<Scalars['String']['input']>;
|
|
2225
2226
|
projectId?: InputMaybe<Scalars['String']['input']>;
|
|
2226
2227
|
propertyLegalStatus?: InputMaybe<PropertyLegalStatus>;
|
|
2228
|
+
propertyMapId?: InputMaybe<Scalars['String']['input']>;
|
|
2227
2229
|
provinceId?: InputMaybe<Scalars['String']['input']>;
|
|
2228
2230
|
search?: InputMaybe<Scalars['String']['input']>;
|
|
2229
2231
|
sortBy?: InputMaybe<IndustrialPropertySortField>;
|
|
@@ -2287,6 +2289,7 @@ type IndustrialPropertyItem = {
|
|
|
2287
2289
|
numberOfProperties?: Maybe<Scalars['Int']['output']>;
|
|
2288
2290
|
operationStatus?: Maybe<PropertyOperationStatus>;
|
|
2289
2291
|
parentIndustrialPropertyId?: Maybe<Scalars['String']['output']>;
|
|
2292
|
+
polygon?: Maybe<Array<PolygonCoordinate>>;
|
|
2290
2293
|
price?: Maybe<Scalars['String']['output']>;
|
|
2291
2294
|
projectId?: Maybe<Scalars['String']['output']>;
|
|
2292
2295
|
propertyLegalStatus?: Maybe<Scalars['String']['output']>;
|
|
@@ -3409,6 +3412,7 @@ type PropertiesVisualizationResponse = PagePaginationInterface & {
|
|
|
3409
3412
|
};
|
|
3410
3413
|
type PropertyFilter = {
|
|
3411
3414
|
id: Scalars['String']['input'];
|
|
3415
|
+
propertyMapId?: InputMaybe<Scalars['String']['input']>;
|
|
3412
3416
|
};
|
|
3413
3417
|
type PropertyMapItem = {
|
|
3414
3418
|
__typename?: 'PropertyMapItem';
|
|
@@ -4152,6 +4156,7 @@ type UpdateIndustrialPropertyInput = {
|
|
|
4152
4156
|
metadata?: InputMaybe<Scalars['JSON']['input']>;
|
|
4153
4157
|
notes?: InputMaybe<Scalars['JSON']['input']>;
|
|
4154
4158
|
numberOfFloor?: InputMaybe<Scalars['Int']['input']>;
|
|
4159
|
+
operationStatus?: InputMaybe<PropertyOperationStatus>;
|
|
4155
4160
|
polygon?: InputMaybe<Array<PolygonCoordinateInput>>;
|
|
4156
4161
|
price?: InputMaybe<Scalars['String']['input']>;
|
|
4157
4162
|
propertyLegalStatus?: InputMaybe<PropertyLegalStatus>;
|
|
@@ -6110,6 +6115,7 @@ type IndustrialPropertyItemResolvers<ContextType = any, ParentType extends Resol
|
|
|
6110
6115
|
numberOfProperties?: Resolver<Maybe<ResolversTypes['Int']>, ParentType, ContextType>;
|
|
6111
6116
|
operationStatus?: Resolver<Maybe<ResolversTypes['PropertyOperationStatus']>, ParentType, ContextType>;
|
|
6112
6117
|
parentIndustrialPropertyId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
|
6118
|
+
polygon?: Resolver<Maybe<Array<ResolversTypes['PolygonCoordinate']>>, ParentType, ContextType>;
|
|
6113
6119
|
price?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
|
6114
6120
|
projectId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
|
6115
6121
|
propertyLegalStatus?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|