@investtal/models 1.3.0 → 1.4.1
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 +5 -0
- package/dist/index.cjs +477 -477
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5276 -5246
- package/dist/index.d.mts +5276 -5246
- package/dist/index.mjs +477 -477
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -9,266 +9,12 @@ let SortDirection = /* @__PURE__ */ function(SortDirection) {
|
|
|
9
9
|
return SortDirection;
|
|
10
10
|
}({});
|
|
11
11
|
//#endregion
|
|
12
|
-
//#region src/generated/
|
|
13
|
-
const
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
NOT_FOUND: "Blacklist not found"
|
|
19
|
-
};
|
|
20
|
-
//#endregion
|
|
21
|
-
//#region src/generated/blacklist/blacklist.enum.ts
|
|
22
|
-
let BlackListEntityType = /* @__PURE__ */ function(BlackListEntityType) {
|
|
23
|
-
BlackListEntityType["USER"] = "USER";
|
|
24
|
-
BlackListEntityType["ORGANIZATION"] = "ORGANIZATION";
|
|
25
|
-
return BlackListEntityType;
|
|
26
|
-
}({});
|
|
27
|
-
let BlackListStatus = /* @__PURE__ */ function(BlackListStatus) {
|
|
28
|
-
BlackListStatus["ACTIVE"] = "ACTIVE";
|
|
29
|
-
BlackListStatus["EXPIRED"] = "EXPIRED";
|
|
30
|
-
BlackListStatus["REMOVED"] = "REMOVED";
|
|
31
|
-
return BlackListStatus;
|
|
32
|
-
}({});
|
|
33
|
-
//#endregion
|
|
34
|
-
//#region src/generated/conversation/exceptions.ts
|
|
35
|
-
const ConversationExceptions = {
|
|
36
|
-
CHAT_GROUP_NOT_FOUND: "Chat group not found",
|
|
37
|
-
MEMBER_NOT_FOUND: "Member not found",
|
|
38
|
-
NOT_CHAT_GROUP_MEMBER: "User is not a member of this chat group",
|
|
39
|
-
ALREADY_MEMBER: "User is already a member of this chat group",
|
|
40
|
-
INSUFFICIENT_PERMISSIONS: "Insufficient permissions to perform this action",
|
|
41
|
-
MEMBER_ALREADY_EXISTS: "Member already exists in this chat group",
|
|
42
|
-
MEMBER_HAS_LEFT: "Member has left this chat group",
|
|
43
|
-
CANNOT_DELETE_DIRECT_MESSAGE: "Cannot delete direct message chat group",
|
|
44
|
-
CANNOT_DELETE_DEAL_LINKED_CHAT: "Cannot delete chat group linked to a deal",
|
|
45
|
-
CANNOT_DELETE_DEAL_STEP_LINKED_CHAT: "Cannot delete chat group linked to a deal step",
|
|
46
|
-
MESSAGE_NOT_FOUND: "Message not found",
|
|
47
|
-
MESSAGE_NOT_IN_CHAT_GROUP: "Message does not belong to this chat group"
|
|
48
|
-
};
|
|
49
|
-
//#endregion
|
|
50
|
-
//#region src/generated/conversation/conversation.enum.ts
|
|
51
|
-
let ChatGroupMemberRole = /* @__PURE__ */ function(ChatGroupMemberRole) {
|
|
52
|
-
ChatGroupMemberRole["ADMIN"] = "ADMIN";
|
|
53
|
-
ChatGroupMemberRole["MEMBER"] = "MEMBER";
|
|
54
|
-
ChatGroupMemberRole["GUEST"] = "GUEST";
|
|
55
|
-
return ChatGroupMemberRole;
|
|
56
|
-
}({});
|
|
57
|
-
let MessageType = /* @__PURE__ */ function(MessageType) {
|
|
58
|
-
MessageType["TEXT"] = "TEXT";
|
|
59
|
-
MessageType["IMAGE"] = "IMAGE";
|
|
60
|
-
MessageType["VIDEO"] = "VIDEO";
|
|
61
|
-
MessageType["AUDIO"] = "AUDIO";
|
|
62
|
-
MessageType["DOCUMENT"] = "DOCUMENT";
|
|
63
|
-
MessageType["LINK"] = "LINK";
|
|
64
|
-
return MessageType;
|
|
65
|
-
}({});
|
|
66
|
-
//#endregion
|
|
67
|
-
//#region src/generated/investor/exceptions.ts
|
|
68
|
-
const InvestorExceptions = {
|
|
69
|
-
INVESTOR_NOT_FOUND: "Investor not found",
|
|
70
|
-
MEMBER_NOT_FOUND: "Member not found",
|
|
71
|
-
MEMBER_ALREADY_DELETED: "Member already deleted",
|
|
72
|
-
MEMBER_ALREADY_REGISTERED: "Member already registered",
|
|
73
|
-
ORGANIZATION_NOT_FOUND: "Organization not found",
|
|
74
|
-
ROLE_NOT_FOUND: "Role not found"
|
|
75
|
-
};
|
|
76
|
-
//#endregion
|
|
77
|
-
//#region src/generated/notification/notification.enum.ts
|
|
78
|
-
let NotificationEnv = /* @__PURE__ */ function(NotificationEnv) {
|
|
79
|
-
NotificationEnv["PRODUCTION"] = "production";
|
|
80
|
-
NotificationEnv["TESTING"] = "testing";
|
|
81
|
-
NotificationEnv["STAGING"] = "staging";
|
|
82
|
-
return NotificationEnv;
|
|
83
|
-
}({});
|
|
84
|
-
let NotificationType = /* @__PURE__ */ function(NotificationType) {
|
|
85
|
-
NotificationType["EMAIL"] = "EMAIL";
|
|
86
|
-
NotificationType["SMS"] = "SMS";
|
|
87
|
-
NotificationType["PUSH"] = "PUSH";
|
|
88
|
-
return NotificationType;
|
|
89
|
-
}({});
|
|
90
|
-
let NotificationDetailStatus = /* @__PURE__ */ function(NotificationDetailStatus) {
|
|
91
|
-
NotificationDetailStatus["CREATED"] = "CREATED";
|
|
92
|
-
NotificationDetailStatus["SENT"] = "SENT";
|
|
93
|
-
NotificationDetailStatus["FAILED"] = "FAILED";
|
|
94
|
-
NotificationDetailStatus["READ"] = "READ";
|
|
95
|
-
return NotificationDetailStatus;
|
|
96
|
-
}({});
|
|
97
|
-
let NotificationScheduleStatus = /* @__PURE__ */ function(NotificationScheduleStatus) {
|
|
98
|
-
NotificationScheduleStatus["PENDING"] = "PENDING";
|
|
99
|
-
NotificationScheduleStatus["PROCESSING"] = "PROCESSING";
|
|
100
|
-
NotificationScheduleStatus["COMPLETED"] = "COMPLETED";
|
|
101
|
-
NotificationScheduleStatus["FAILED"] = "FAILED";
|
|
102
|
-
NotificationScheduleStatus["CANCELLED"] = "CANCELLED";
|
|
103
|
-
return NotificationScheduleStatus;
|
|
104
|
-
}({});
|
|
105
|
-
let JobType = /* @__PURE__ */ function(JobType) {
|
|
106
|
-
JobType["STANDARD"] = "STANDARD";
|
|
107
|
-
JobType["REMINDER"] = "REMINDER";
|
|
108
|
-
JobType["RECURRING_REMINDER"] = "RECURRING_REMINDER";
|
|
109
|
-
return JobType;
|
|
110
|
-
}({});
|
|
111
|
-
let JobStatus = /* @__PURE__ */ function(JobStatus) {
|
|
112
|
-
JobStatus["PENDING"] = "PENDING";
|
|
113
|
-
JobStatus["SCHEDULED"] = "SCHEDULED";
|
|
114
|
-
JobStatus["RUNNING"] = "RUNNING";
|
|
115
|
-
JobStatus["COMPLETED"] = "COMPLETED";
|
|
116
|
-
JobStatus["FAILED"] = "FAILED";
|
|
117
|
-
JobStatus["CANCELLED"] = "CANCELLED";
|
|
118
|
-
JobStatus["RETRYING"] = "RETRYING";
|
|
119
|
-
return JobStatus;
|
|
120
|
-
}({});
|
|
121
|
-
//#endregion
|
|
122
|
-
//#region src/generated/project/exceptions.ts
|
|
123
|
-
const ProjectExceptions = {
|
|
124
|
-
PROJECT_NOT_FOUND: "Project not found",
|
|
125
|
-
PROJECT_NOT_ALLOWED_TO_UPDATE: "Not allowed to update this project",
|
|
126
|
-
PROJECT_NOT_ALLOWED_TO_DELETE: "Not allowed to delete this project",
|
|
127
|
-
PROJECT_ALREADY_EXISTS: "Project already exists"
|
|
128
|
-
};
|
|
129
|
-
//#endregion
|
|
130
|
-
//#region src/generated/project/project.enum.ts
|
|
131
|
-
let ProjectType = /* @__PURE__ */ function(ProjectType) {
|
|
132
|
-
ProjectType["GREEN_CLEAN"] = "GREEN_CLEAN";
|
|
133
|
-
ProjectType["HIGH_TECH"] = "HIGH_TECH";
|
|
134
|
-
ProjectType["HEAVY_INDUSTRY"] = "HEAVY_INDUSTRY";
|
|
135
|
-
ProjectType["MIXED_USE"] = "MIXED_USE";
|
|
136
|
-
ProjectType["SPECIALIZED"] = "SPECIALIZED";
|
|
137
|
-
return ProjectType;
|
|
138
|
-
}({});
|
|
139
|
-
let ProjectClassification = /* @__PURE__ */ function(ProjectClassification) {
|
|
140
|
-
ProjectClassification["INDUSTRIAL_PARK"] = "INDUSTRIAL_PARK";
|
|
141
|
-
ProjectClassification["INDUSTRIAL_CLUSTER"] = "INDUSTRIAL_CLUSTER";
|
|
142
|
-
ProjectClassification["OFFICE_ZONE"] = "OFFICE_ZONE";
|
|
143
|
-
ProjectClassification["MIXED_COMPLEX"] = "MIXED_COMPLEX";
|
|
144
|
-
ProjectClassification["SHOPPING_CENTER"] = "SHOPPING_CENTER";
|
|
145
|
-
return ProjectClassification;
|
|
146
|
-
}({});
|
|
147
|
-
let ProjectApprovalStatus = /* @__PURE__ */ function(ProjectApprovalStatus) {
|
|
148
|
-
ProjectApprovalStatus["PENDING"] = "PENDING";
|
|
149
|
-
ProjectApprovalStatus["APPROVED"] = "APPROVED";
|
|
150
|
-
ProjectApprovalStatus["REJECTED"] = "REJECTED";
|
|
151
|
-
return ProjectApprovalStatus;
|
|
152
|
-
}({});
|
|
153
|
-
let ProjectStandard = /* @__PURE__ */ function(ProjectStandard) {
|
|
154
|
-
ProjectStandard["PREMIUM"] = "PREMIUM";
|
|
155
|
-
ProjectStandard["MEDIUM"] = "MEDIUM";
|
|
156
|
-
ProjectStandard["BASIC"] = "BASIC";
|
|
157
|
-
ProjectStandard["LUXURY"] = "LUXURY";
|
|
158
|
-
return ProjectStandard;
|
|
159
|
-
}({});
|
|
160
|
-
let ProjectStage = /* @__PURE__ */ function(ProjectStage) {
|
|
161
|
-
ProjectStage["OVERALL_PROJECT_DEVELOPMENT"] = "OVERALL_PROJECT_DEVELOPMENT";
|
|
162
|
-
ProjectStage["STAGE_1"] = "STAGE_1";
|
|
163
|
-
ProjectStage["STAGE_2"] = "STAGE_2";
|
|
164
|
-
ProjectStage["STAGE_3"] = "STAGE_3";
|
|
165
|
-
ProjectStage["STAGE_4"] = "STAGE_4";
|
|
166
|
-
ProjectStage["STAGE_5"] = "STAGE_5";
|
|
167
|
-
ProjectStage["EXPANSION"] = "EXPANSION";
|
|
168
|
-
return ProjectStage;
|
|
169
|
-
}({});
|
|
170
|
-
let ProjectCurrentStatus = /* @__PURE__ */ function(ProjectCurrentStatus) {
|
|
171
|
-
ProjectCurrentStatus["UPCOMING_FOR_SALE"] = "UPCOMING_FOR_SALE";
|
|
172
|
-
ProjectCurrentStatus["FOR_SALE_OR_FOR_LEASE"] = "FOR_SALE_OR_FOR_LEASE";
|
|
173
|
-
ProjectCurrentStatus["IN_OPERATION"] = "IN_OPERATION";
|
|
174
|
-
ProjectCurrentStatus["INACTIVE"] = "INACTIVE";
|
|
175
|
-
ProjectCurrentStatus["UNSPECIFIED"] = "UNSPECIFIED";
|
|
176
|
-
return ProjectCurrentStatus;
|
|
177
|
-
}({});
|
|
178
|
-
//#endregion
|
|
179
|
-
//#region src/generated/for-sale/exceptions.ts
|
|
180
|
-
const ForSaleExceptions = { FOR_SALE_NOT_FOUND: "For sale not found" };
|
|
181
|
-
//#endregion
|
|
182
|
-
//#region src/generated/for-sale/for-sale.enum.ts
|
|
183
|
-
let ForSaleRoadType = /* @__PURE__ */ function(ForSaleRoadType) {
|
|
184
|
-
ForSaleRoadType["UNRECOGNIZED"] = "UNRECOGNIZED";
|
|
185
|
-
ForSaleRoadType["ASPHALT"] = "ASPHALT";
|
|
186
|
-
ForSaleRoadType["CONCRETE"] = "CONCRETE";
|
|
187
|
-
ForSaleRoadType["DIRT"] = "DIRT";
|
|
188
|
-
ForSaleRoadType["BRICK"] = "BRICK";
|
|
189
|
-
ForSaleRoadType["CRUSHED_ROCK"] = "CRUSHED_ROCK";
|
|
190
|
-
return ForSaleRoadType;
|
|
191
|
-
}({});
|
|
192
|
-
let ForSaleBuildingStandard = /* @__PURE__ */ function(ForSaleBuildingStandard) {
|
|
193
|
-
ForSaleBuildingStandard["UNRECOGNIZED"] = "UNRECOGNIZED";
|
|
194
|
-
ForSaleBuildingStandard["BASIC"] = "BASIC";
|
|
195
|
-
ForSaleBuildingStandard["MEDIUM"] = "MEDIUM";
|
|
196
|
-
ForSaleBuildingStandard["TEMPORARY"] = "TEMPORARY";
|
|
197
|
-
ForSaleBuildingStandard["HIGH_END"] = "HIGH_END";
|
|
198
|
-
ForSaleBuildingStandard["LUXURY"] = "LUXURY";
|
|
199
|
-
return ForSaleBuildingStandard;
|
|
200
|
-
}({});
|
|
201
|
-
let ForSaleInfrastructureStatus = /* @__PURE__ */ function(ForSaleInfrastructureStatus) {
|
|
202
|
-
ForSaleInfrastructureStatus["UNRECOGNIZED"] = "UNRECOGNIZED";
|
|
203
|
-
ForSaleInfrastructureStatus["BASIC_INFRASTRUCTURE"] = "BASIC_INFRASTRUCTURE";
|
|
204
|
-
ForSaleInfrastructureStatus["NO_INFRASTRUCTURE"] = "NO_INFRASTRUCTURE";
|
|
205
|
-
ForSaleInfrastructureStatus["OPERATING"] = "OPERATING";
|
|
206
|
-
ForSaleInfrastructureStatus["COMPLETED_INFRASTRUCTURE"] = "COMPLETED_INFRASTRUCTURE";
|
|
207
|
-
ForSaleInfrastructureStatus["STEEL_FRAME"] = "STEEL_FRAME";
|
|
208
|
-
ForSaleInfrastructureStatus["CONCRETE_FRAME"] = "CONCRETE_FRAME";
|
|
209
|
-
ForSaleInfrastructureStatus["TEMPORARY_INFRASTRUCTURE"] = "TEMPORARY_INFRASTRUCTURE";
|
|
210
|
-
ForSaleInfrastructureStatus["FOUNDATION_AND_BOUNDARY_WALLS_AVAILABLE"] = "FOUNDATION_AND_BOUNDARY_WALLS_AVAILABLE";
|
|
211
|
-
ForSaleInfrastructureStatus["INFRASTRUCTURE_AND_CONSTRUCTION_AVAILABLE"] = "INFRASTRUCTURE_AND_CONSTRUCTION_AVAILABLE";
|
|
212
|
-
ForSaleInfrastructureStatus["UNLEVELED"] = "UNLEVELED";
|
|
213
|
-
return ForSaleInfrastructureStatus;
|
|
214
|
-
}({});
|
|
215
|
-
let ForSalePropertyType = /* @__PURE__ */ function(ForSalePropertyType) {
|
|
216
|
-
ForSalePropertyType["UNRECOGNIZED"] = "UNRECOGNIZED";
|
|
217
|
-
ForSalePropertyType["INDUSTRIAL_LAND_AND_FACTORIES"] = "INDUSTRIAL_LAND_AND_FACTORIES";
|
|
218
|
-
ForSalePropertyType["FOREST_AGRICULTURAL_AND_AQUACULTURE_LAND"] = "FOREST_AGRICULTURAL_AND_AQUACULTURE_LAND";
|
|
219
|
-
ForSalePropertyType["RESIDENTIAL_AND_COMMERCIAL_SERVICE_LAND"] = "RESIDENTIAL_AND_COMMERCIAL_SERVICE_LAND";
|
|
220
|
-
ForSalePropertyType["AMUSEMENT_PARKS_AND_SPORTS_ZONES"] = "AMUSEMENT_PARKS_AND_SPORTS_ZONES";
|
|
221
|
-
ForSalePropertyType["TOWNHOUSES_AND_APARTMENTS"] = "TOWNHOUSES_AND_APARTMENTS";
|
|
222
|
-
ForSalePropertyType["HOSPITALS_AND_CLINICS"] = "HOSPITALS_AND_CLINICS";
|
|
223
|
-
ForSalePropertyType["SCHOOLS_AND_TRAINING_CENTERS"] = "SCHOOLS_AND_TRAINING_CENTERS";
|
|
224
|
-
ForSalePropertyType["ENERGY_PROJECT"] = "ENERGY_PROJECT";
|
|
225
|
-
ForSalePropertyType["SHOPPING_CENTERS_AND_OFFICE"] = "SHOPPING_CENTERS_AND_OFFICE";
|
|
226
|
-
ForSalePropertyType["INDUSTRIAL_PARKS"] = "INDUSTRIAL_PARKS";
|
|
227
|
-
ForSalePropertyType["RESORT_AND_HOTEL"] = "RESORT_AND_HOTEL";
|
|
228
|
-
ForSalePropertyType["MINES_AND_MINERALS"] = "MINES_AND_MINERALS";
|
|
229
|
-
ForSalePropertyType["GAS_STATIONS_AND_EV_CHARGING_STATIONS"] = "GAS_STATIONS_AND_EV_CHARGING_STATIONS";
|
|
230
|
-
ForSalePropertyType["DOCKS_AND_YARDS"] = "DOCKS_AND_YARDS";
|
|
231
|
-
ForSalePropertyType["ECOLOGICAL_AREAS_AND_FARMS"] = "ECOLOGICAL_AREAS_AND_FARMS";
|
|
232
|
-
return ForSalePropertyType;
|
|
233
|
-
}({});
|
|
234
|
-
let ForSalePostType = /* @__PURE__ */ function(ForSalePostType) {
|
|
235
|
-
ForSalePostType["NORMAL"] = "NORMAL";
|
|
236
|
-
ForSalePostType["URGENT_SALE"] = "URGENT_SALE";
|
|
237
|
-
ForSalePostType["PROMOTED"] = "PROMOTED";
|
|
238
|
-
ForSalePostType["UNDER_MARKET"] = "UNDER_MARKET";
|
|
239
|
-
ForSalePostType["SPECIAL"] = "SPECIAL";
|
|
240
|
-
ForSalePostType["PRE_SALE"] = "PRE_SALE";
|
|
241
|
-
return ForSalePostType;
|
|
242
|
-
}({});
|
|
243
|
-
let ForSaleStatus = /* @__PURE__ */ function(ForSaleStatus) {
|
|
244
|
-
ForSaleStatus["DRAFT"] = "DRAFT";
|
|
245
|
-
ForSaleStatus["UNPUBLISHED"] = "UNPUBLISHED";
|
|
246
|
-
ForSaleStatus["PUBLISHED"] = "PUBLISHED";
|
|
247
|
-
return ForSaleStatus;
|
|
248
|
-
}({});
|
|
249
|
-
let ForSaleApproveStatus = /* @__PURE__ */ function(ForSaleApproveStatus) {
|
|
250
|
-
ForSaleApproveStatus["WAITING_APPROVAL"] = "WAITING_APPROVAL";
|
|
251
|
-
ForSaleApproveStatus["APPROVED"] = "APPROVED";
|
|
252
|
-
return ForSaleApproveStatus;
|
|
253
|
-
}({});
|
|
254
|
-
let ForSaleUtilities = /* @__PURE__ */ function(ForSaleUtilities) {
|
|
255
|
-
ForSaleUtilities["FULLY_FINISHED_WITH_HIGH_END_ITEMS"] = "FULLY_FINISHED_WITH_HIGH_END_ITEMS";
|
|
256
|
-
ForSaleUtilities["SEMI_FINISHED"] = "SEMI_FINISHED";
|
|
257
|
-
ForSaleUtilities["FULLY_FINISHED"] = "FULLY_FINISHED";
|
|
258
|
-
ForSaleUtilities["BASIC_CONSTRUCTION"] = "BASIC_CONSTRUCTION";
|
|
259
|
-
return ForSaleUtilities;
|
|
260
|
-
}({});
|
|
261
|
-
//#endregion
|
|
262
|
-
//#region src/generated/auth/exceptions.ts
|
|
263
|
-
const UserExceptions = {
|
|
264
|
-
USER_NOT_FOUND: "User not found",
|
|
265
|
-
INVALID_CREDENTIALS: "Invalid credentials",
|
|
266
|
-
TOO_MANY_LOGIN_ATTEMPTS: "Too many login attempts",
|
|
267
|
-
USER_NOT_ACTIVE: "User is not active",
|
|
268
|
-
PASSWORD_INCORRECT: "Password is not correct",
|
|
269
|
-
USER_ALREADY_EXISTS: "User already exists",
|
|
270
|
-
OTP_EXPIRED: "OTP expired",
|
|
271
|
-
INVALID_OTP: "Invalid OTP"
|
|
12
|
+
//#region src/generated/settings/exceptions.ts
|
|
13
|
+
const RoleExceptions = { ROLE_NOT_FOUND: "Role not found" };
|
|
14
|
+
const SettingExceptions = {
|
|
15
|
+
EMAIL_IS_THE_SAME_AS_CURRENT_EMAIL: "Email is the same as the current email",
|
|
16
|
+
INVALID_MAGIC_LINK: "Invalid magic link",
|
|
17
|
+
PHONE_NUMBER_IS_THE_SAME_AS_CURRENT: "Phone number is the same as the current phone number"
|
|
272
18
|
};
|
|
273
19
|
//#endregion
|
|
274
20
|
//#region src/generated/auth/auth.enum.ts
|
|
@@ -423,17 +169,70 @@ let OtpType = /* @__PURE__ */ function(OtpType) {
|
|
|
423
169
|
return OtpType;
|
|
424
170
|
}({});
|
|
425
171
|
//#endregion
|
|
426
|
-
//#region src/generated/
|
|
427
|
-
const
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
INVALID_OTP_CODE: "Invalid Otp code",
|
|
435
|
-
REGISTER_ACCOUNT_VERIFICATION_NOT_FOUND: "Register account verification is not found"
|
|
172
|
+
//#region src/generated/deal/exceptions.ts
|
|
173
|
+
const DealExceptions = {
|
|
174
|
+
DEAL_NOT_FOUND: "Deal not found",
|
|
175
|
+
DEAL_STEP_NOT_FOUND: "Deal step not found"
|
|
176
|
+
};
|
|
177
|
+
const DealStepExceptions = {
|
|
178
|
+
DEAL_STEP_NOT_FOUND: "Deal step not found",
|
|
179
|
+
DEAL_STEP_PARTICIPANTS_NOT_FOUND: "Deal step participants not found"
|
|
436
180
|
};
|
|
181
|
+
const PreDealExceptions = { PRE_DEAL_NOT_FOUND: "Pre-deal not found" };
|
|
182
|
+
//#endregion
|
|
183
|
+
//#region src/generated/deal/deal.enum.ts
|
|
184
|
+
let DealStatus = /* @__PURE__ */ function(DealStatus) {
|
|
185
|
+
DealStatus["PENDING"] = "PENDING";
|
|
186
|
+
DealStatus["PROCESSING"] = "PROCESSING";
|
|
187
|
+
DealStatus["COMPLETED"] = "COMPLETED";
|
|
188
|
+
DealStatus["CANCELLED"] = "CANCELLED";
|
|
189
|
+
DealStatus["ON_HOLD"] = "ON_HOLD";
|
|
190
|
+
return DealStatus;
|
|
191
|
+
}({});
|
|
192
|
+
let DealFilterType = /* @__PURE__ */ function(DealFilterType) {
|
|
193
|
+
DealFilterType["ORDER_REQUEST_RENT"] = "ORDER_REQUEST_RENT";
|
|
194
|
+
DealFilterType["ORDER_REQUEST_SELL"] = "ORDER_REQUEST_SELL";
|
|
195
|
+
DealFilterType["CONSIGNMENT_REQUEST_RENT"] = "CONSIGNMENT_REQUEST_RENT";
|
|
196
|
+
DealFilterType["CONSIGNMENT_REQUEST_SELL"] = "CONSIGNMENT_REQUEST_SELL";
|
|
197
|
+
return DealFilterType;
|
|
198
|
+
}({});
|
|
199
|
+
let DealStepStatus = /* @__PURE__ */ function(DealStepStatus) {
|
|
200
|
+
DealStepStatus["PENDING"] = "PENDING";
|
|
201
|
+
DealStepStatus["PROCESSING"] = "PROCESSING";
|
|
202
|
+
DealStepStatus["COMPLETED"] = "COMPLETED";
|
|
203
|
+
DealStepStatus["CANCELLED"] = "CANCELLED";
|
|
204
|
+
DealStepStatus["ON_HOLD"] = "ON_HOLD";
|
|
205
|
+
return DealStepStatus;
|
|
206
|
+
}({});
|
|
207
|
+
let DealProgress = /* @__PURE__ */ function(DealProgress) {
|
|
208
|
+
DealProgress["INITIATED"] = "INITIATED";
|
|
209
|
+
DealProgress["CONSULTING"] = "CONSULTING";
|
|
210
|
+
DealProgress["SCHEDULE_SURVEY"] = "SCHEDULE_SURVEY";
|
|
211
|
+
DealProgress["NEGOTIATING"] = "NEGOTIATING";
|
|
212
|
+
DealProgress["DEPOSIT"] = "DEPOSIT";
|
|
213
|
+
DealProgress["PAYMENT"] = "PAYMENT";
|
|
214
|
+
DealProgress["HANDOVER"] = "HANDOVER";
|
|
215
|
+
DealProgress["COMPLETED"] = "COMPLETED";
|
|
216
|
+
DealProgress["CANCELLED"] = "CANCELLED";
|
|
217
|
+
return DealProgress;
|
|
218
|
+
}({});
|
|
219
|
+
let ParticipantRole = /* @__PURE__ */ function(ParticipantRole) {
|
|
220
|
+
ParticipantRole["CLIENT_BROKER"] = "CLIENT_BROKER";
|
|
221
|
+
ParticipantRole["INVESTOR_BROKER"] = "INVESTOR_BROKER";
|
|
222
|
+
ParticipantRole["OWNER"] = "OWNER";
|
|
223
|
+
ParticipantRole["INVESTOR"] = "INVESTOR";
|
|
224
|
+
ParticipantRole["CLIENT"] = "CLIENT";
|
|
225
|
+
ParticipantRole["INVESTOR_REPRESENTATIVE"] = "INVESTOR_REPRESENTATIVE";
|
|
226
|
+
return ParticipantRole;
|
|
227
|
+
}({});
|
|
228
|
+
let ParticipantStatus = /* @__PURE__ */ function(ParticipantStatus) {
|
|
229
|
+
ParticipantStatus["PENDING"] = "PENDING";
|
|
230
|
+
ParticipantStatus["APPROVED"] = "APPROVED";
|
|
231
|
+
ParticipantStatus["REJECTED"] = "REJECTED";
|
|
232
|
+
ParticipantStatus["ACKNOWLEDGED"] = "ACKNOWLEDGED";
|
|
233
|
+
ParticipantStatus["NO_RESPONSE"] = "NO_RESPONSE";
|
|
234
|
+
return ParticipantStatus;
|
|
235
|
+
}({});
|
|
437
236
|
//#endregion
|
|
438
237
|
//#region src/generated/appointment/exceptions.ts
|
|
439
238
|
const AppointmentExceptions = {
|
|
@@ -483,58 +282,6 @@ let SchedulerStatus = /* @__PURE__ */ function(SchedulerStatus) {
|
|
|
483
282
|
return SchedulerStatus;
|
|
484
283
|
}({});
|
|
485
284
|
//#endregion
|
|
486
|
-
//#region src/generated/payment-process/exceptions.ts
|
|
487
|
-
const PaymentProcessExceptions = {
|
|
488
|
-
PAYMENT_PROCESS_NOT_FOUND: "Payment process not found",
|
|
489
|
-
PAYMENT_PROCESS_NOT_IN_PROGRESS: "Payment process is not in progress",
|
|
490
|
-
PAYMENT_PROCESS_NOT_ALLOWED_TO_CONFIRM: "You are not allowed to confirm this payment process",
|
|
491
|
-
PAYMENT_PROCESS_NOT_ALLOWED_TO_UPDATE: "You are not allowed to update this payment process",
|
|
492
|
-
PAYMENT_INSTALLMENT_NOT_FOUND: "Payment installment not found",
|
|
493
|
-
PAYMENT_INSTALLMENT_NOT_PENDING: "Payment installment is not pending",
|
|
494
|
-
PAYMENT_INSTALLMENT_NOT_ALLOWED_TO_CONFIRM: "You are not allowed to confirm this payment installment",
|
|
495
|
-
PAYMENT_INSTALLMENT_NOT_ALLOWED_TO_UPDATE: "You are not allowed to update this payment installment"
|
|
496
|
-
};
|
|
497
|
-
//#endregion
|
|
498
|
-
//#region src/generated/payment-process/payment-process.enum.ts
|
|
499
|
-
let PaymentProcessStatus = /* @__PURE__ */ function(PaymentProcessStatus) {
|
|
500
|
-
PaymentProcessStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
501
|
-
PaymentProcessStatus["COMPLETED"] = "COMPLETED";
|
|
502
|
-
PaymentProcessStatus["CANCELLED"] = "CANCELLED";
|
|
503
|
-
return PaymentProcessStatus;
|
|
504
|
-
}({});
|
|
505
|
-
let PaymentInstallmentStatus = /* @__PURE__ */ function(PaymentInstallmentStatus) {
|
|
506
|
-
PaymentInstallmentStatus["PENDING"] = "PENDING";
|
|
507
|
-
PaymentInstallmentStatus["PAID"] = "PAID";
|
|
508
|
-
PaymentInstallmentStatus["CANCELLED"] = "CANCELLED";
|
|
509
|
-
return PaymentInstallmentStatus;
|
|
510
|
-
}({});
|
|
511
|
-
//#endregion
|
|
512
|
-
//#region src/generated/agreement-template/exceptions.ts
|
|
513
|
-
const AgreementTemplateExceptions = {
|
|
514
|
-
TEMPLATE_NOT_FOUND: "Agreement template not found",
|
|
515
|
-
FILE_NOT_FOUND: "Template file not found",
|
|
516
|
-
ACCESS_DENIED: "Access denied to this template",
|
|
517
|
-
PERMISSION_DENIED: "Permission denied",
|
|
518
|
-
TEMPLATE_IN_USE: "Template is in use and cannot be deleted",
|
|
519
|
-
CREATION_FAILED: "Failed to create agreement template",
|
|
520
|
-
INVALID_TEMPLATE_TYPE: "Invalid template type for user role",
|
|
521
|
-
TEMPLATE_ALREADY_EXISTS: "Agreement template already exists"
|
|
522
|
-
};
|
|
523
|
-
//#endregion
|
|
524
|
-
//#region src/generated/agreement-template/agreement-template.enum.ts
|
|
525
|
-
let AgreementTemplateType = /* @__PURE__ */ function(AgreementTemplateType) {
|
|
526
|
-
AgreementTemplateType["SYSTEM"] = "SYSTEM";
|
|
527
|
-
AgreementTemplateType["BROKER"] = "BROKER";
|
|
528
|
-
AgreementTemplateType["CLIENT"] = "CLIENT";
|
|
529
|
-
AgreementTemplateType["INVESTOR"] = "INVESTOR";
|
|
530
|
-
AgreementTemplateType["OWNER"] = "OWNER";
|
|
531
|
-
AgreementTemplateType["MOU"] = "MOU";
|
|
532
|
-
AgreementTemplateType["DEPOSIT"] = "DEPOSIT";
|
|
533
|
-
AgreementTemplateType["DISCLOSURE"] = "DISCLOSURE";
|
|
534
|
-
AgreementTemplateType["OTHER"] = "OTHER";
|
|
535
|
-
return AgreementTemplateType;
|
|
536
|
-
}({});
|
|
537
|
-
//#endregion
|
|
538
285
|
//#region src/generated/broker/exceptions.ts
|
|
539
286
|
const BrokerExceptions = {
|
|
540
287
|
INVITED_USER_NOT_FOUND: "Invited user not found",
|
|
@@ -548,18 +295,80 @@ let ConvertBrokerClientType = /* @__PURE__ */ function(ConvertBrokerClientType)
|
|
|
548
295
|
ConvertBrokerClientType["EXCEL"] = "EXCEL";
|
|
549
296
|
return ConvertBrokerClientType;
|
|
550
297
|
}({});
|
|
551
|
-
//#endregion
|
|
552
|
-
//#region src/generated/
|
|
553
|
-
const
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
298
|
+
//#endregion
|
|
299
|
+
//#region src/generated/identity/exceptions.ts
|
|
300
|
+
const IdentityExceptions = { IDENTITY_NOT_FOUND: "Identity not found" };
|
|
301
|
+
//#endregion
|
|
302
|
+
//#region src/generated/identity/identity.enum.ts
|
|
303
|
+
let IdentityType = /* @__PURE__ */ function(IdentityType) {
|
|
304
|
+
IdentityType["ID_CARD"] = "ID_CARD";
|
|
305
|
+
return IdentityType;
|
|
306
|
+
}({});
|
|
307
|
+
let IdentityVerificationStatus = /* @__PURE__ */ function(IdentityVerificationStatus) {
|
|
308
|
+
IdentityVerificationStatus["WAITING_APPROVAL"] = "WAITING_APPROVAL";
|
|
309
|
+
IdentityVerificationStatus["APPROVED"] = "APPROVED";
|
|
310
|
+
return IdentityVerificationStatus;
|
|
311
|
+
}({});
|
|
312
|
+
let IdentityNationality = /* @__PURE__ */ function(IdentityNationality) {
|
|
313
|
+
IdentityNationality["VN"] = "VN";
|
|
314
|
+
return IdentityNationality;
|
|
315
|
+
}({});
|
|
316
|
+
//#endregion
|
|
317
|
+
//#region src/generated/auth/exceptions.ts
|
|
318
|
+
const UserExceptions = {
|
|
319
|
+
USER_NOT_FOUND: "User not found",
|
|
320
|
+
INVALID_CREDENTIALS: "Invalid credentials",
|
|
321
|
+
TOO_MANY_LOGIN_ATTEMPTS: "Too many login attempts",
|
|
322
|
+
USER_NOT_ACTIVE: "User is not active",
|
|
323
|
+
PASSWORD_INCORRECT: "Password is not correct",
|
|
324
|
+
USER_ALREADY_EXISTS: "User already exists",
|
|
325
|
+
OTP_EXPIRED: "OTP expired",
|
|
326
|
+
INVALID_OTP: "Invalid OTP"
|
|
327
|
+
};
|
|
328
|
+
//#endregion
|
|
329
|
+
//#region src/generated/notification/notification.enum.ts
|
|
330
|
+
let NotificationEnv = /* @__PURE__ */ function(NotificationEnv) {
|
|
331
|
+
NotificationEnv["PRODUCTION"] = "production";
|
|
332
|
+
NotificationEnv["TESTING"] = "testing";
|
|
333
|
+
NotificationEnv["STAGING"] = "staging";
|
|
334
|
+
return NotificationEnv;
|
|
335
|
+
}({});
|
|
336
|
+
let NotificationType = /* @__PURE__ */ function(NotificationType) {
|
|
337
|
+
NotificationType["EMAIL"] = "EMAIL";
|
|
338
|
+
NotificationType["SMS"] = "SMS";
|
|
339
|
+
NotificationType["PUSH"] = "PUSH";
|
|
340
|
+
return NotificationType;
|
|
341
|
+
}({});
|
|
342
|
+
let NotificationDetailStatus = /* @__PURE__ */ function(NotificationDetailStatus) {
|
|
343
|
+
NotificationDetailStatus["CREATED"] = "CREATED";
|
|
344
|
+
NotificationDetailStatus["SENT"] = "SENT";
|
|
345
|
+
NotificationDetailStatus["FAILED"] = "FAILED";
|
|
346
|
+
NotificationDetailStatus["READ"] = "READ";
|
|
347
|
+
return NotificationDetailStatus;
|
|
348
|
+
}({});
|
|
349
|
+
let NotificationScheduleStatus = /* @__PURE__ */ function(NotificationScheduleStatus) {
|
|
350
|
+
NotificationScheduleStatus["PENDING"] = "PENDING";
|
|
351
|
+
NotificationScheduleStatus["PROCESSING"] = "PROCESSING";
|
|
352
|
+
NotificationScheduleStatus["COMPLETED"] = "COMPLETED";
|
|
353
|
+
NotificationScheduleStatus["FAILED"] = "FAILED";
|
|
354
|
+
NotificationScheduleStatus["CANCELLED"] = "CANCELLED";
|
|
355
|
+
return NotificationScheduleStatus;
|
|
356
|
+
}({});
|
|
357
|
+
let JobType = /* @__PURE__ */ function(JobType) {
|
|
358
|
+
JobType["STANDARD"] = "STANDARD";
|
|
359
|
+
JobType["REMINDER"] = "REMINDER";
|
|
360
|
+
JobType["RECURRING_REMINDER"] = "RECURRING_REMINDER";
|
|
361
|
+
return JobType;
|
|
362
|
+
}({});
|
|
363
|
+
let JobStatus = /* @__PURE__ */ function(JobStatus) {
|
|
364
|
+
JobStatus["PENDING"] = "PENDING";
|
|
365
|
+
JobStatus["SCHEDULED"] = "SCHEDULED";
|
|
366
|
+
JobStatus["RUNNING"] = "RUNNING";
|
|
367
|
+
JobStatus["COMPLETED"] = "COMPLETED";
|
|
368
|
+
JobStatus["FAILED"] = "FAILED";
|
|
369
|
+
JobStatus["CANCELLED"] = "CANCELLED";
|
|
370
|
+
JobStatus["RETRYING"] = "RETRYING";
|
|
371
|
+
return JobStatus;
|
|
563
372
|
}({});
|
|
564
373
|
//#endregion
|
|
565
374
|
//#region src/generated/location/exceptions.ts
|
|
@@ -567,37 +376,6 @@ const ProvinceExceptions = { PROVINCE_NOT_FOUND: "Province not found" };
|
|
|
567
376
|
const DistrictExceptions = { DISTRICT_NOT_FOUND: "District not found" };
|
|
568
377
|
const WardExceptions = { WARD_NOT_FOUND: "Ward not found" };
|
|
569
378
|
//#endregion
|
|
570
|
-
//#region src/generated/identity/exceptions.ts
|
|
571
|
-
const IdentityExceptions = { IDENTITY_NOT_FOUND: "Identity not found" };
|
|
572
|
-
//#endregion
|
|
573
|
-
//#region src/generated/identity/identity.enum.ts
|
|
574
|
-
let IdentityType = /* @__PURE__ */ function(IdentityType) {
|
|
575
|
-
IdentityType["ID_CARD"] = "ID_CARD";
|
|
576
|
-
return IdentityType;
|
|
577
|
-
}({});
|
|
578
|
-
let IdentityVerificationStatus = /* @__PURE__ */ function(IdentityVerificationStatus) {
|
|
579
|
-
IdentityVerificationStatus["WAITING_APPROVAL"] = "WAITING_APPROVAL";
|
|
580
|
-
IdentityVerificationStatus["APPROVED"] = "APPROVED";
|
|
581
|
-
return IdentityVerificationStatus;
|
|
582
|
-
}({});
|
|
583
|
-
let IdentityNationality = /* @__PURE__ */ function(IdentityNationality) {
|
|
584
|
-
IdentityNationality["VN"] = "VN";
|
|
585
|
-
return IdentityNationality;
|
|
586
|
-
}({});
|
|
587
|
-
//#endregion
|
|
588
|
-
//#region src/generated/order-request/exceptions.ts
|
|
589
|
-
const OrderRequestExceptions = {
|
|
590
|
-
ORDER_REQUEST_NOT_FOUND: "Order request not found",
|
|
591
|
-
ORDER_REQUEST_NOT_ALLOWED: "Order request not allowed"
|
|
592
|
-
};
|
|
593
|
-
//#endregion
|
|
594
|
-
//#region src/generated/order-request/order-request.enum.ts
|
|
595
|
-
let OrderRequestType = /* @__PURE__ */ function(OrderRequestType) {
|
|
596
|
-
OrderRequestType["SELL"] = "SELL";
|
|
597
|
-
OrderRequestType["RENT"] = "RENT";
|
|
598
|
-
return OrderRequestType;
|
|
599
|
-
}({});
|
|
600
|
-
//#endregion
|
|
601
379
|
//#region src/generated/agreement/exceptions.ts
|
|
602
380
|
const AgreementExceptions = {
|
|
603
381
|
AGREEMENT_NOT_FOUND: "Agreement not found",
|
|
@@ -609,42 +387,89 @@ const AgreementTypeExceptions = {
|
|
|
609
387
|
AGREEMENT_TYPE_IS_NOT_ALLOW: "Agreement type is not allow"
|
|
610
388
|
};
|
|
611
389
|
//#endregion
|
|
612
|
-
//#region src/generated/
|
|
613
|
-
const
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
390
|
+
//#region src/generated/payment-process/exceptions.ts
|
|
391
|
+
const PaymentProcessExceptions = {
|
|
392
|
+
PAYMENT_PROCESS_NOT_FOUND: "Payment process not found",
|
|
393
|
+
PAYMENT_PROCESS_NOT_IN_PROGRESS: "Payment process is not in progress",
|
|
394
|
+
PAYMENT_PROCESS_NOT_ALLOWED_TO_CONFIRM: "You are not allowed to confirm this payment process",
|
|
395
|
+
PAYMENT_PROCESS_NOT_ALLOWED_TO_UPDATE: "You are not allowed to update this payment process",
|
|
396
|
+
PAYMENT_INSTALLMENT_NOT_FOUND: "Payment installment not found",
|
|
397
|
+
PAYMENT_INSTALLMENT_NOT_PENDING: "Payment installment is not pending",
|
|
398
|
+
PAYMENT_INSTALLMENT_NOT_ALLOWED_TO_CONFIRM: "You are not allowed to confirm this payment installment",
|
|
399
|
+
PAYMENT_INSTALLMENT_NOT_ALLOWED_TO_UPDATE: "You are not allowed to update this payment installment"
|
|
620
400
|
};
|
|
621
401
|
//#endregion
|
|
622
|
-
//#region src/generated/
|
|
623
|
-
let
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
MediaType["OTHER"] = "OTHER";
|
|
629
|
-
return MediaType;
|
|
402
|
+
//#region src/generated/payment-process/payment-process.enum.ts
|
|
403
|
+
let PaymentProcessStatus = /* @__PURE__ */ function(PaymentProcessStatus) {
|
|
404
|
+
PaymentProcessStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
405
|
+
PaymentProcessStatus["COMPLETED"] = "COMPLETED";
|
|
406
|
+
PaymentProcessStatus["CANCELLED"] = "CANCELLED";
|
|
407
|
+
return PaymentProcessStatus;
|
|
630
408
|
}({});
|
|
631
|
-
let
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
return MediaSortField;
|
|
409
|
+
let PaymentInstallmentStatus = /* @__PURE__ */ function(PaymentInstallmentStatus) {
|
|
410
|
+
PaymentInstallmentStatus["PENDING"] = "PENDING";
|
|
411
|
+
PaymentInstallmentStatus["PAID"] = "PAID";
|
|
412
|
+
PaymentInstallmentStatus["CANCELLED"] = "CANCELLED";
|
|
413
|
+
return PaymentInstallmentStatus;
|
|
637
414
|
}({});
|
|
638
415
|
//#endregion
|
|
639
|
-
//#region src/generated/
|
|
640
|
-
const
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
PROPERTY_ALREADY_EXISTS: "Property already exists"
|
|
416
|
+
//#region src/generated/project/exceptions.ts
|
|
417
|
+
const ProjectExceptions = {
|
|
418
|
+
PROJECT_NOT_FOUND: "Project not found",
|
|
419
|
+
PROJECT_NOT_ALLOWED_TO_UPDATE: "Not allowed to update this project",
|
|
420
|
+
PROJECT_NOT_ALLOWED_TO_DELETE: "Not allowed to delete this project",
|
|
421
|
+
PROJECT_ALREADY_EXISTS: "Project already exists"
|
|
646
422
|
};
|
|
647
423
|
//#endregion
|
|
424
|
+
//#region src/generated/project/project.enum.ts
|
|
425
|
+
let ProjectType = /* @__PURE__ */ function(ProjectType) {
|
|
426
|
+
ProjectType["GREEN_CLEAN"] = "GREEN_CLEAN";
|
|
427
|
+
ProjectType["HIGH_TECH"] = "HIGH_TECH";
|
|
428
|
+
ProjectType["HEAVY_INDUSTRY"] = "HEAVY_INDUSTRY";
|
|
429
|
+
ProjectType["MIXED_USE"] = "MIXED_USE";
|
|
430
|
+
ProjectType["SPECIALIZED"] = "SPECIALIZED";
|
|
431
|
+
return ProjectType;
|
|
432
|
+
}({});
|
|
433
|
+
let ProjectClassification = /* @__PURE__ */ function(ProjectClassification) {
|
|
434
|
+
ProjectClassification["INDUSTRIAL_PARK"] = "INDUSTRIAL_PARK";
|
|
435
|
+
ProjectClassification["INDUSTRIAL_CLUSTER"] = "INDUSTRIAL_CLUSTER";
|
|
436
|
+
ProjectClassification["OFFICE_ZONE"] = "OFFICE_ZONE";
|
|
437
|
+
ProjectClassification["MIXED_COMPLEX"] = "MIXED_COMPLEX";
|
|
438
|
+
ProjectClassification["SHOPPING_CENTER"] = "SHOPPING_CENTER";
|
|
439
|
+
return ProjectClassification;
|
|
440
|
+
}({});
|
|
441
|
+
let ProjectApprovalStatus = /* @__PURE__ */ function(ProjectApprovalStatus) {
|
|
442
|
+
ProjectApprovalStatus["PENDING"] = "PENDING";
|
|
443
|
+
ProjectApprovalStatus["APPROVED"] = "APPROVED";
|
|
444
|
+
ProjectApprovalStatus["REJECTED"] = "REJECTED";
|
|
445
|
+
return ProjectApprovalStatus;
|
|
446
|
+
}({});
|
|
447
|
+
let ProjectStandard = /* @__PURE__ */ function(ProjectStandard) {
|
|
448
|
+
ProjectStandard["PREMIUM"] = "PREMIUM";
|
|
449
|
+
ProjectStandard["MEDIUM"] = "MEDIUM";
|
|
450
|
+
ProjectStandard["BASIC"] = "BASIC";
|
|
451
|
+
ProjectStandard["LUXURY"] = "LUXURY";
|
|
452
|
+
return ProjectStandard;
|
|
453
|
+
}({});
|
|
454
|
+
let ProjectStage = /* @__PURE__ */ function(ProjectStage) {
|
|
455
|
+
ProjectStage["OVERALL_PROJECT_DEVELOPMENT"] = "OVERALL_PROJECT_DEVELOPMENT";
|
|
456
|
+
ProjectStage["STAGE_1"] = "STAGE_1";
|
|
457
|
+
ProjectStage["STAGE_2"] = "STAGE_2";
|
|
458
|
+
ProjectStage["STAGE_3"] = "STAGE_3";
|
|
459
|
+
ProjectStage["STAGE_4"] = "STAGE_4";
|
|
460
|
+
ProjectStage["STAGE_5"] = "STAGE_5";
|
|
461
|
+
ProjectStage["EXPANSION"] = "EXPANSION";
|
|
462
|
+
return ProjectStage;
|
|
463
|
+
}({});
|
|
464
|
+
let ProjectCurrentStatus = /* @__PURE__ */ function(ProjectCurrentStatus) {
|
|
465
|
+
ProjectCurrentStatus["UPCOMING_FOR_SALE"] = "UPCOMING_FOR_SALE";
|
|
466
|
+
ProjectCurrentStatus["FOR_SALE_OR_FOR_LEASE"] = "FOR_SALE_OR_FOR_LEASE";
|
|
467
|
+
ProjectCurrentStatus["IN_OPERATION"] = "IN_OPERATION";
|
|
468
|
+
ProjectCurrentStatus["INACTIVE"] = "INACTIVE";
|
|
469
|
+
ProjectCurrentStatus["UNSPECIFIED"] = "UNSPECIFIED";
|
|
470
|
+
return ProjectCurrentStatus;
|
|
471
|
+
}({});
|
|
472
|
+
//#endregion
|
|
648
473
|
//#region src/generated/industrial-property/industrial-property.enum.ts
|
|
649
474
|
let PropertyType = /* @__PURE__ */ function(PropertyType) {
|
|
650
475
|
PropertyType["INDUSTRIAL_ZONE"] = "INDUSTRIAL_ZONE";
|
|
@@ -767,30 +592,150 @@ let LandType = /* @__PURE__ */ function(LandType) {
|
|
|
767
592
|
LandType["ONE_TIME_RENTAL_PAYMENT"] = "ONE_TIME_RENTAL_PAYMENT";
|
|
768
593
|
return LandType;
|
|
769
594
|
}({});
|
|
770
|
-
let Orientation = /* @__PURE__ */ function(Orientation) {
|
|
771
|
-
Orientation["North"] = "NORTH";
|
|
772
|
-
Orientation["South"] = "SOUTH";
|
|
773
|
-
Orientation["East"] = "EAST";
|
|
774
|
-
Orientation["West"] = "WEST";
|
|
775
|
-
Orientation["Northeast"] = "NORTHEAST";
|
|
776
|
-
Orientation["Northwest"] = "NORTHWEST";
|
|
777
|
-
Orientation["Southeast"] = "SOUTHEAST";
|
|
778
|
-
Orientation["Southwest"] = "SOUTHWEST";
|
|
779
|
-
Orientation["Unknown"] = "UNKNOWN";
|
|
780
|
-
return Orientation;
|
|
595
|
+
let Orientation = /* @__PURE__ */ function(Orientation) {
|
|
596
|
+
Orientation["North"] = "NORTH";
|
|
597
|
+
Orientation["South"] = "SOUTH";
|
|
598
|
+
Orientation["East"] = "EAST";
|
|
599
|
+
Orientation["West"] = "WEST";
|
|
600
|
+
Orientation["Northeast"] = "NORTHEAST";
|
|
601
|
+
Orientation["Northwest"] = "NORTHWEST";
|
|
602
|
+
Orientation["Southeast"] = "SOUTHEAST";
|
|
603
|
+
Orientation["Southwest"] = "SOUTHWEST";
|
|
604
|
+
Orientation["Unknown"] = "UNKNOWN";
|
|
605
|
+
return Orientation;
|
|
606
|
+
}({});
|
|
607
|
+
let VersionAction = /* @__PURE__ */ function(VersionAction) {
|
|
608
|
+
VersionAction["CREATE"] = "CREATE";
|
|
609
|
+
VersionAction["UPDATE"] = "UPDATE";
|
|
610
|
+
return VersionAction;
|
|
611
|
+
}({});
|
|
612
|
+
//#endregion
|
|
613
|
+
//#region src/generated/for-sale/exceptions.ts
|
|
614
|
+
const ForSaleExceptions = { FOR_SALE_NOT_FOUND: "For sale not found" };
|
|
615
|
+
//#endregion
|
|
616
|
+
//#region src/generated/for-sale/for-sale.enum.ts
|
|
617
|
+
let ForSaleRoadType = /* @__PURE__ */ function(ForSaleRoadType) {
|
|
618
|
+
ForSaleRoadType["UNRECOGNIZED"] = "UNRECOGNIZED";
|
|
619
|
+
ForSaleRoadType["ASPHALT"] = "ASPHALT";
|
|
620
|
+
ForSaleRoadType["CONCRETE"] = "CONCRETE";
|
|
621
|
+
ForSaleRoadType["DIRT"] = "DIRT";
|
|
622
|
+
ForSaleRoadType["BRICK"] = "BRICK";
|
|
623
|
+
ForSaleRoadType["CRUSHED_ROCK"] = "CRUSHED_ROCK";
|
|
624
|
+
return ForSaleRoadType;
|
|
625
|
+
}({});
|
|
626
|
+
let ForSaleBuildingStandard = /* @__PURE__ */ function(ForSaleBuildingStandard) {
|
|
627
|
+
ForSaleBuildingStandard["UNRECOGNIZED"] = "UNRECOGNIZED";
|
|
628
|
+
ForSaleBuildingStandard["BASIC"] = "BASIC";
|
|
629
|
+
ForSaleBuildingStandard["MEDIUM"] = "MEDIUM";
|
|
630
|
+
ForSaleBuildingStandard["TEMPORARY"] = "TEMPORARY";
|
|
631
|
+
ForSaleBuildingStandard["HIGH_END"] = "HIGH_END";
|
|
632
|
+
ForSaleBuildingStandard["LUXURY"] = "LUXURY";
|
|
633
|
+
return ForSaleBuildingStandard;
|
|
634
|
+
}({});
|
|
635
|
+
let ForSaleInfrastructureStatus = /* @__PURE__ */ function(ForSaleInfrastructureStatus) {
|
|
636
|
+
ForSaleInfrastructureStatus["UNRECOGNIZED"] = "UNRECOGNIZED";
|
|
637
|
+
ForSaleInfrastructureStatus["BASIC_INFRASTRUCTURE"] = "BASIC_INFRASTRUCTURE";
|
|
638
|
+
ForSaleInfrastructureStatus["NO_INFRASTRUCTURE"] = "NO_INFRASTRUCTURE";
|
|
639
|
+
ForSaleInfrastructureStatus["OPERATING"] = "OPERATING";
|
|
640
|
+
ForSaleInfrastructureStatus["COMPLETED_INFRASTRUCTURE"] = "COMPLETED_INFRASTRUCTURE";
|
|
641
|
+
ForSaleInfrastructureStatus["STEEL_FRAME"] = "STEEL_FRAME";
|
|
642
|
+
ForSaleInfrastructureStatus["CONCRETE_FRAME"] = "CONCRETE_FRAME";
|
|
643
|
+
ForSaleInfrastructureStatus["TEMPORARY_INFRASTRUCTURE"] = "TEMPORARY_INFRASTRUCTURE";
|
|
644
|
+
ForSaleInfrastructureStatus["FOUNDATION_AND_BOUNDARY_WALLS_AVAILABLE"] = "FOUNDATION_AND_BOUNDARY_WALLS_AVAILABLE";
|
|
645
|
+
ForSaleInfrastructureStatus["INFRASTRUCTURE_AND_CONSTRUCTION_AVAILABLE"] = "INFRASTRUCTURE_AND_CONSTRUCTION_AVAILABLE";
|
|
646
|
+
ForSaleInfrastructureStatus["UNLEVELED"] = "UNLEVELED";
|
|
647
|
+
return ForSaleInfrastructureStatus;
|
|
648
|
+
}({});
|
|
649
|
+
let ForSalePropertyType = /* @__PURE__ */ function(ForSalePropertyType) {
|
|
650
|
+
ForSalePropertyType["UNRECOGNIZED"] = "UNRECOGNIZED";
|
|
651
|
+
ForSalePropertyType["INDUSTRIAL_LAND_AND_FACTORIES"] = "INDUSTRIAL_LAND_AND_FACTORIES";
|
|
652
|
+
ForSalePropertyType["FOREST_AGRICULTURAL_AND_AQUACULTURE_LAND"] = "FOREST_AGRICULTURAL_AND_AQUACULTURE_LAND";
|
|
653
|
+
ForSalePropertyType["RESIDENTIAL_AND_COMMERCIAL_SERVICE_LAND"] = "RESIDENTIAL_AND_COMMERCIAL_SERVICE_LAND";
|
|
654
|
+
ForSalePropertyType["AMUSEMENT_PARKS_AND_SPORTS_ZONES"] = "AMUSEMENT_PARKS_AND_SPORTS_ZONES";
|
|
655
|
+
ForSalePropertyType["TOWNHOUSES_AND_APARTMENTS"] = "TOWNHOUSES_AND_APARTMENTS";
|
|
656
|
+
ForSalePropertyType["HOSPITALS_AND_CLINICS"] = "HOSPITALS_AND_CLINICS";
|
|
657
|
+
ForSalePropertyType["SCHOOLS_AND_TRAINING_CENTERS"] = "SCHOOLS_AND_TRAINING_CENTERS";
|
|
658
|
+
ForSalePropertyType["ENERGY_PROJECT"] = "ENERGY_PROJECT";
|
|
659
|
+
ForSalePropertyType["SHOPPING_CENTERS_AND_OFFICE"] = "SHOPPING_CENTERS_AND_OFFICE";
|
|
660
|
+
ForSalePropertyType["INDUSTRIAL_PARKS"] = "INDUSTRIAL_PARKS";
|
|
661
|
+
ForSalePropertyType["RESORT_AND_HOTEL"] = "RESORT_AND_HOTEL";
|
|
662
|
+
ForSalePropertyType["MINES_AND_MINERALS"] = "MINES_AND_MINERALS";
|
|
663
|
+
ForSalePropertyType["GAS_STATIONS_AND_EV_CHARGING_STATIONS"] = "GAS_STATIONS_AND_EV_CHARGING_STATIONS";
|
|
664
|
+
ForSalePropertyType["DOCKS_AND_YARDS"] = "DOCKS_AND_YARDS";
|
|
665
|
+
ForSalePropertyType["ECOLOGICAL_AREAS_AND_FARMS"] = "ECOLOGICAL_AREAS_AND_FARMS";
|
|
666
|
+
return ForSalePropertyType;
|
|
667
|
+
}({});
|
|
668
|
+
let ForSalePostType = /* @__PURE__ */ function(ForSalePostType) {
|
|
669
|
+
ForSalePostType["NORMAL"] = "NORMAL";
|
|
670
|
+
ForSalePostType["URGENT_SALE"] = "URGENT_SALE";
|
|
671
|
+
ForSalePostType["PROMOTED"] = "PROMOTED";
|
|
672
|
+
ForSalePostType["UNDER_MARKET"] = "UNDER_MARKET";
|
|
673
|
+
ForSalePostType["SPECIAL"] = "SPECIAL";
|
|
674
|
+
ForSalePostType["PRE_SALE"] = "PRE_SALE";
|
|
675
|
+
return ForSalePostType;
|
|
676
|
+
}({});
|
|
677
|
+
let ForSaleStatus = /* @__PURE__ */ function(ForSaleStatus) {
|
|
678
|
+
ForSaleStatus["DRAFT"] = "DRAFT";
|
|
679
|
+
ForSaleStatus["UNPUBLISHED"] = "UNPUBLISHED";
|
|
680
|
+
ForSaleStatus["PUBLISHED"] = "PUBLISHED";
|
|
681
|
+
return ForSaleStatus;
|
|
682
|
+
}({});
|
|
683
|
+
let ForSaleApproveStatus = /* @__PURE__ */ function(ForSaleApproveStatus) {
|
|
684
|
+
ForSaleApproveStatus["WAITING_APPROVAL"] = "WAITING_APPROVAL";
|
|
685
|
+
ForSaleApproveStatus["APPROVED"] = "APPROVED";
|
|
686
|
+
return ForSaleApproveStatus;
|
|
781
687
|
}({});
|
|
782
|
-
let
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
688
|
+
let ForSaleUtilities = /* @__PURE__ */ function(ForSaleUtilities) {
|
|
689
|
+
ForSaleUtilities["FULLY_FINISHED_WITH_HIGH_END_ITEMS"] = "FULLY_FINISHED_WITH_HIGH_END_ITEMS";
|
|
690
|
+
ForSaleUtilities["SEMI_FINISHED"] = "SEMI_FINISHED";
|
|
691
|
+
ForSaleUtilities["FULLY_FINISHED"] = "FULLY_FINISHED";
|
|
692
|
+
ForSaleUtilities["BASIC_CONSTRUCTION"] = "BASIC_CONSTRUCTION";
|
|
693
|
+
return ForSaleUtilities;
|
|
786
694
|
}({});
|
|
787
695
|
//#endregion
|
|
788
|
-
//#region src/generated/
|
|
789
|
-
const
|
|
790
|
-
|
|
791
|
-
|
|
696
|
+
//#region src/generated/register/exceptions.ts
|
|
697
|
+
const RegisterExceptions = {
|
|
698
|
+
INVALID_VERIFICATION_TYPE: "Verification type is invalid",
|
|
699
|
+
OTP_ALREADY_SENT: "OTP is already sent",
|
|
700
|
+
RESEND_REACH_LIMIT: "Resend OTP too fast or reached limit",
|
|
701
|
+
VERIFY_REACH_LIMIT: "Verify reached limit",
|
|
702
|
+
REGISTER_ACCOUNT_REQUEST_NOT_FOUND: "Register account request not found",
|
|
703
|
+
REGISTER_ACCOUNT_NOT_VERIFIED: "Register account request is not verified",
|
|
704
|
+
INVALID_OTP_CODE: "Invalid Otp code",
|
|
705
|
+
REGISTER_ACCOUNT_VERIFICATION_NOT_FOUND: "Register account verification is not found"
|
|
706
|
+
};
|
|
707
|
+
//#endregion
|
|
708
|
+
//#region src/generated/industrial-property/exceptions.ts
|
|
709
|
+
const IndustrialParkExceptions = { INDUSTRIAL_PARK_NOT_FOUND: "Industrial Park not found" };
|
|
710
|
+
const PropertyExceptions = {
|
|
711
|
+
PROPERTY_NOT_FOUND: "Property not found",
|
|
712
|
+
PROPERTY_NOT_ALLOWED_TO_UPDATE: "Not allowed to update this property",
|
|
713
|
+
PROPERTY_NOT_ALLOWED_TO_DELETE: "Not allowed to delete this property",
|
|
714
|
+
PROPERTY_ALREADY_EXISTS: "Property already exists"
|
|
715
|
+
};
|
|
716
|
+
//#endregion
|
|
717
|
+
//#region src/generated/blacklist/exceptions.ts
|
|
718
|
+
const BlacklistExceptions = {
|
|
719
|
+
FORBIDDEN: "You are not authorized to create a blacklist",
|
|
720
|
+
NOT_FOUND: "Blacklist not found"
|
|
792
721
|
};
|
|
793
722
|
//#endregion
|
|
723
|
+
//#region src/generated/blacklist/blacklist.enum.ts
|
|
724
|
+
let BlackListEntityType = /* @__PURE__ */ function(BlackListEntityType) {
|
|
725
|
+
BlackListEntityType["USER"] = "USER";
|
|
726
|
+
BlackListEntityType["ORGANIZATION"] = "ORGANIZATION";
|
|
727
|
+
return BlackListEntityType;
|
|
728
|
+
}({});
|
|
729
|
+
let BlackListStatus = /* @__PURE__ */ function(BlackListStatus) {
|
|
730
|
+
BlackListStatus["ACTIVE"] = "ACTIVE";
|
|
731
|
+
BlackListStatus["EXPIRED"] = "EXPIRED";
|
|
732
|
+
BlackListStatus["REMOVED"] = "REMOVED";
|
|
733
|
+
return BlackListStatus;
|
|
734
|
+
}({});
|
|
735
|
+
//#endregion
|
|
736
|
+
//#region src/generated/administrator/exceptions.ts
|
|
737
|
+
const DocumentExceptions = { DOCUMENT_NOT_FOUND: "Document not found" };
|
|
738
|
+
//#endregion
|
|
794
739
|
//#region src/generated/ticket/ticket.enum.ts
|
|
795
740
|
let TicketType = /* @__PURE__ */ function(TicketType) {
|
|
796
741
|
TicketType["APPROVE_USER_TO_BROKER"] = "APPROVE_USER_TO_BROKER";
|
|
@@ -805,14 +750,74 @@ let TicketStatus = /* @__PURE__ */ function(TicketStatus) {
|
|
|
805
750
|
return TicketStatus;
|
|
806
751
|
}({});
|
|
807
752
|
//#endregion
|
|
808
|
-
//#region src/generated/
|
|
809
|
-
const
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
753
|
+
//#region src/generated/ticket/exceptions.ts
|
|
754
|
+
const TicketExceptions = {
|
|
755
|
+
TICKETS_NOT_FOUND: "Tickets not found",
|
|
756
|
+
FORBIDEN_PERMISSION: "You do not have permission to approve tickets"
|
|
757
|
+
};
|
|
758
|
+
//#endregion
|
|
759
|
+
//#region src/generated/investor/exceptions.ts
|
|
760
|
+
const InvestorExceptions = {
|
|
761
|
+
INVESTOR_NOT_FOUND: "Investor not found",
|
|
762
|
+
MEMBER_NOT_FOUND: "Member not found",
|
|
763
|
+
MEMBER_ALREADY_DELETED: "Member already deleted",
|
|
764
|
+
MEMBER_ALREADY_REGISTERED: "Member already registered",
|
|
765
|
+
ORGANIZATION_NOT_FOUND: "Organization not found",
|
|
766
|
+
ROLE_NOT_FOUND: "Role not found"
|
|
767
|
+
};
|
|
768
|
+
//#endregion
|
|
769
|
+
//#region src/generated/consignment-request/exceptions.ts
|
|
770
|
+
const ConsignmentRequestExceptions = {
|
|
771
|
+
CONSIGNMENT_REQUEST_NOT_FOUND: "Consignment request not found",
|
|
772
|
+
CONSIGNMENT_REQUEST_NOT_ALLOWED: "Consignment request not allowed"
|
|
773
|
+
};
|
|
774
|
+
//#endregion
|
|
775
|
+
//#region src/generated/consignment-request/consignment-request.enum.ts
|
|
776
|
+
let ConsignmentRequestType = /* @__PURE__ */ function(ConsignmentRequestType) {
|
|
777
|
+
ConsignmentRequestType["SELL"] = "SELL";
|
|
778
|
+
ConsignmentRequestType["RENT"] = "RENT";
|
|
779
|
+
return ConsignmentRequestType;
|
|
780
|
+
}({});
|
|
781
|
+
//#endregion
|
|
782
|
+
//#region src/generated/agreement-template/exceptions.ts
|
|
783
|
+
const AgreementTemplateExceptions = {
|
|
784
|
+
TEMPLATE_NOT_FOUND: "Agreement template not found",
|
|
785
|
+
FILE_NOT_FOUND: "Template file not found",
|
|
786
|
+
ACCESS_DENIED: "Access denied to this template",
|
|
787
|
+
PERMISSION_DENIED: "Permission denied",
|
|
788
|
+
TEMPLATE_IN_USE: "Template is in use and cannot be deleted",
|
|
789
|
+
CREATION_FAILED: "Failed to create agreement template",
|
|
790
|
+
INVALID_TEMPLATE_TYPE: "Invalid template type for user role",
|
|
791
|
+
TEMPLATE_ALREADY_EXISTS: "Agreement template already exists"
|
|
792
|
+
};
|
|
793
|
+
//#endregion
|
|
794
|
+
//#region src/generated/agreement-template/agreement-template.enum.ts
|
|
795
|
+
let AgreementTemplateType = /* @__PURE__ */ function(AgreementTemplateType) {
|
|
796
|
+
AgreementTemplateType["SYSTEM"] = "SYSTEM";
|
|
797
|
+
AgreementTemplateType["BROKER"] = "BROKER";
|
|
798
|
+
AgreementTemplateType["CLIENT"] = "CLIENT";
|
|
799
|
+
AgreementTemplateType["INVESTOR"] = "INVESTOR";
|
|
800
|
+
AgreementTemplateType["OWNER"] = "OWNER";
|
|
801
|
+
AgreementTemplateType["MOU"] = "MOU";
|
|
802
|
+
AgreementTemplateType["DEPOSIT"] = "DEPOSIT";
|
|
803
|
+
AgreementTemplateType["DISCLOSURE"] = "DISCLOSURE";
|
|
804
|
+
AgreementTemplateType["OTHER"] = "OTHER";
|
|
805
|
+
return AgreementTemplateType;
|
|
806
|
+
}({});
|
|
807
|
+
//#endregion
|
|
808
|
+
//#region src/generated/order-request/exceptions.ts
|
|
809
|
+
const OrderRequestExceptions = {
|
|
810
|
+
ORDER_REQUEST_NOT_FOUND: "Order request not found",
|
|
811
|
+
ORDER_REQUEST_NOT_ALLOWED: "Order request not allowed"
|
|
814
812
|
};
|
|
815
813
|
//#endregion
|
|
814
|
+
//#region src/generated/order-request/order-request.enum.ts
|
|
815
|
+
let OrderRequestType = /* @__PURE__ */ function(OrderRequestType) {
|
|
816
|
+
OrderRequestType["SELL"] = "SELL";
|
|
817
|
+
OrderRequestType["RENT"] = "RENT";
|
|
818
|
+
return OrderRequestType;
|
|
819
|
+
}({});
|
|
820
|
+
//#endregion
|
|
816
821
|
//#region src/generated/client/exceptions.ts
|
|
817
822
|
const ClientExceptions = {
|
|
818
823
|
CLIENT_NOT_FOUND: "Client not found",
|
|
@@ -870,69 +875,64 @@ let ClientType = /* @__PURE__ */ function(ClientType) {
|
|
|
870
875
|
return ClientType;
|
|
871
876
|
}({});
|
|
872
877
|
//#endregion
|
|
873
|
-
//#region src/generated/
|
|
874
|
-
const
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
878
|
+
//#region src/generated/conversation/exceptions.ts
|
|
879
|
+
const ConversationExceptions = {
|
|
880
|
+
CHAT_GROUP_NOT_FOUND: "Chat group not found",
|
|
881
|
+
MEMBER_NOT_FOUND: "Member not found",
|
|
882
|
+
NOT_CHAT_GROUP_MEMBER: "User is not a member of this chat group",
|
|
883
|
+
ALREADY_MEMBER: "User is already a member of this chat group",
|
|
884
|
+
INSUFFICIENT_PERMISSIONS: "Insufficient permissions to perform this action",
|
|
885
|
+
MEMBER_ALREADY_EXISTS: "Member already exists in this chat group",
|
|
886
|
+
MEMBER_HAS_LEFT: "Member has left this chat group",
|
|
887
|
+
CANNOT_DELETE_DIRECT_MESSAGE: "Cannot delete direct message chat group",
|
|
888
|
+
CANNOT_DELETE_DEAL_LINKED_CHAT: "Cannot delete chat group linked to a deal",
|
|
889
|
+
CANNOT_DELETE_DEAL_STEP_LINKED_CHAT: "Cannot delete chat group linked to a deal step",
|
|
890
|
+
MESSAGE_NOT_FOUND: "Message not found",
|
|
891
|
+
MESSAGE_NOT_IN_CHAT_GROUP: "Message does not belong to this chat group"
|
|
881
892
|
};
|
|
882
|
-
const PreDealExceptions = { PRE_DEAL_NOT_FOUND: "Pre-deal not found" };
|
|
883
893
|
//#endregion
|
|
884
|
-
//#region src/generated/
|
|
885
|
-
let
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
DealStatus["ON_HOLD"] = "ON_HOLD";
|
|
891
|
-
return DealStatus;
|
|
892
|
-
}({});
|
|
893
|
-
let DealFilterType = /* @__PURE__ */ function(DealFilterType) {
|
|
894
|
-
DealFilterType["ORDER_REQUEST_RENT"] = "ORDER_REQUEST_RENT";
|
|
895
|
-
DealFilterType["ORDER_REQUEST_SELL"] = "ORDER_REQUEST_SELL";
|
|
896
|
-
DealFilterType["CONSIGNMENT_REQUEST_RENT"] = "CONSIGNMENT_REQUEST_RENT";
|
|
897
|
-
DealFilterType["CONSIGNMENT_REQUEST_SELL"] = "CONSIGNMENT_REQUEST_SELL";
|
|
898
|
-
return DealFilterType;
|
|
899
|
-
}({});
|
|
900
|
-
let DealStepStatus = /* @__PURE__ */ function(DealStepStatus) {
|
|
901
|
-
DealStepStatus["PENDING"] = "PENDING";
|
|
902
|
-
DealStepStatus["PROCESSING"] = "PROCESSING";
|
|
903
|
-
DealStepStatus["COMPLETED"] = "COMPLETED";
|
|
904
|
-
DealStepStatus["CANCELLED"] = "CANCELLED";
|
|
905
|
-
DealStepStatus["ON_HOLD"] = "ON_HOLD";
|
|
906
|
-
return DealStepStatus;
|
|
894
|
+
//#region src/generated/conversation/conversation.enum.ts
|
|
895
|
+
let ChatGroupMemberRole = /* @__PURE__ */ function(ChatGroupMemberRole) {
|
|
896
|
+
ChatGroupMemberRole["ADMIN"] = "ADMIN";
|
|
897
|
+
ChatGroupMemberRole["MEMBER"] = "MEMBER";
|
|
898
|
+
ChatGroupMemberRole["GUEST"] = "GUEST";
|
|
899
|
+
return ChatGroupMemberRole;
|
|
907
900
|
}({});
|
|
908
|
-
let
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
DealProgress["COMPLETED"] = "COMPLETED";
|
|
917
|
-
DealProgress["CANCELLED"] = "CANCELLED";
|
|
918
|
-
return DealProgress;
|
|
901
|
+
let MessageType = /* @__PURE__ */ function(MessageType) {
|
|
902
|
+
MessageType["TEXT"] = "TEXT";
|
|
903
|
+
MessageType["IMAGE"] = "IMAGE";
|
|
904
|
+
MessageType["VIDEO"] = "VIDEO";
|
|
905
|
+
MessageType["AUDIO"] = "AUDIO";
|
|
906
|
+
MessageType["DOCUMENT"] = "DOCUMENT";
|
|
907
|
+
MessageType["LINK"] = "LINK";
|
|
908
|
+
return MessageType;
|
|
919
909
|
}({});
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
910
|
+
//#endregion
|
|
911
|
+
//#region src/generated/media/exceptions.ts
|
|
912
|
+
const MediaExceptions = {
|
|
913
|
+
MEDIA_NOT_FOUND: "Media not found",
|
|
914
|
+
MEDIA_TOO_LARGE: "Media too large",
|
|
915
|
+
MEDIA_NOT_ALLOWED: "Media not allowed",
|
|
916
|
+
FILE_TYPE_NOT_ALLOWED: "File type not allowed",
|
|
917
|
+
FILE_FORMAT_NOT_ALLOWED: "File format not allowed",
|
|
918
|
+
MEDIA_SHOULD_BE_PUBLIC: "Media should be public"
|
|
919
|
+
};
|
|
920
|
+
//#endregion
|
|
921
|
+
//#region src/generated/media/media.enum.ts
|
|
922
|
+
let MediaType = /* @__PURE__ */ function(MediaType) {
|
|
923
|
+
MediaType["IMAGE"] = "IMAGE";
|
|
924
|
+
MediaType["VIDEO"] = "VIDEO";
|
|
925
|
+
MediaType["AUDIO"] = "AUDIO";
|
|
926
|
+
MediaType["DOCUMENT"] = "DOCUMENT";
|
|
927
|
+
MediaType["OTHER"] = "OTHER";
|
|
928
|
+
return MediaType;
|
|
928
929
|
}({});
|
|
929
|
-
let
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
return ParticipantStatus;
|
|
930
|
+
let MediaSortField = /* @__PURE__ */ function(MediaSortField) {
|
|
931
|
+
MediaSortField["CREATED_BY"] = "createdBy";
|
|
932
|
+
MediaSortField["UPDATED_BY"] = "updatedBy";
|
|
933
|
+
MediaSortField["NAME"] = "name";
|
|
934
|
+
MediaSortField["FILE_SIZE"] = "fileSize";
|
|
935
|
+
return MediaSortField;
|
|
936
936
|
}({});
|
|
937
937
|
//#endregion
|
|
938
938
|
exports.AgreementExceptions = AgreementExceptions;
|