@investtal/models 1.3.0 → 1.4.0
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 +223 -223
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +465 -499
- package/dist/index.d.mts +465 -499
- package/dist/index.mjs +223 -223
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -12,6 +12,20 @@ let SortDirection = /* @__PURE__ */ function(SortDirection) {
|
|
|
12
12
|
//#region src/generated/administrator/exceptions.ts
|
|
13
13
|
const DocumentExceptions = { DOCUMENT_NOT_FOUND: "Document not found" };
|
|
14
14
|
//#endregion
|
|
15
|
+
//#region src/generated/ticket/ticket.enum.ts
|
|
16
|
+
let TicketType = /* @__PURE__ */ function(TicketType) {
|
|
17
|
+
TicketType["APPROVE_USER_TO_BROKER"] = "APPROVE_USER_TO_BROKER";
|
|
18
|
+
TicketType["APPROVE_USER_TO_INVESTOR_REPRESENTATIVE"] = "APPROVE_USER_TO_INVESTOR_REPRESENTATIVE";
|
|
19
|
+
return TicketType;
|
|
20
|
+
}({});
|
|
21
|
+
let TicketStatus = /* @__PURE__ */ function(TicketStatus) {
|
|
22
|
+
TicketStatus["PENDING"] = "PENDING";
|
|
23
|
+
TicketStatus["PROCESSING"] = "PROCESSING";
|
|
24
|
+
TicketStatus["APPROVED"] = "APPROVED";
|
|
25
|
+
TicketStatus["REJECTED"] = "REJECTED";
|
|
26
|
+
return TicketStatus;
|
|
27
|
+
}({});
|
|
28
|
+
//#endregion
|
|
15
29
|
//#region src/generated/blacklist/exceptions.ts
|
|
16
30
|
const BlacklistExceptions = {
|
|
17
31
|
FORBIDDEN: "You are not authorized to create a blacklist",
|
|
@@ -176,6 +190,146 @@ let ProjectCurrentStatus = /* @__PURE__ */ function(ProjectCurrentStatus) {
|
|
|
176
190
|
return ProjectCurrentStatus;
|
|
177
191
|
}({});
|
|
178
192
|
//#endregion
|
|
193
|
+
//#region src/generated/industrial-property/industrial-property.enum.ts
|
|
194
|
+
let PropertyType = /* @__PURE__ */ function(PropertyType) {
|
|
195
|
+
PropertyType["INDUSTRIAL_ZONE"] = "INDUSTRIAL_ZONE";
|
|
196
|
+
PropertyType["BUILDING"] = "BUILDING";
|
|
197
|
+
PropertyType["FLOOR"] = "FLOOR";
|
|
198
|
+
PropertyType["ROOM"] = "ROOM";
|
|
199
|
+
PropertyType["LAND_LOT"] = "LAND_LOT";
|
|
200
|
+
PropertyType["FACTORY"] = "FACTORY";
|
|
201
|
+
PropertyType["WAREHOUSE"] = "WAREHOUSE";
|
|
202
|
+
PropertyType["OFFICE"] = "OFFICE";
|
|
203
|
+
PropertyType["HOUSING"] = "HOUSING";
|
|
204
|
+
PropertyType["APARTMENT"] = "APARTMENT";
|
|
205
|
+
return PropertyType;
|
|
206
|
+
}({});
|
|
207
|
+
let PropertyLegalStatus = /* @__PURE__ */ function(PropertyLegalStatus) {
|
|
208
|
+
PropertyLegalStatus["MORE_THAN_FIFTY_YEARS_ANNUAL_PAYMENT"] = "MORE_THAN_FIFTY_YEARS_ANNUAL_PAYMENT";
|
|
209
|
+
PropertyLegalStatus["MORE_THAN_FIFTY_YEARS_ONE_TIME_PAYMENT"] = "MORE_THAN_FIFTY_YEARS_ONE_TIME_PAYMENT";
|
|
210
|
+
PropertyLegalStatus["FIFTY_YEARS_ANNUAL_PAYMENT"] = "FIFTY_YEARS_ANNUAL_PAYMENT";
|
|
211
|
+
PropertyLegalStatus["FIFTY_YEARS_ONE_TIME_PAYMENT"] = "FIFTY_YEARS_ONE_TIME_PAYMENT";
|
|
212
|
+
PropertyLegalStatus["FORTY_YEARS_ANNUAL_PAYMENT"] = "FORTY_YEARS_ANNUAL_PAYMENT";
|
|
213
|
+
PropertyLegalStatus["FORTY_YEARS_ONE_TIME_PAYMENT"] = "FORTY_YEARS_ONE_TIME_PAYMENT";
|
|
214
|
+
PropertyLegalStatus["THIRTY_YEARS_ONE_TIME_PAYMENT"] = "THIRTY_YEARS_ONE_TIME_PAYMENT";
|
|
215
|
+
PropertyLegalStatus["THIRTY_YEARS_ANNUAL_PAYMENT"] = "THIRTY_YEARS_ANNUAL_PAYMENT";
|
|
216
|
+
PropertyLegalStatus["TWENTY_YEARS_ANNUAL_PAYMENT"] = "TWENTY_YEARS_ANNUAL_PAYMENT";
|
|
217
|
+
PropertyLegalStatus["TWENTY_YEARS_ONE_TIME_PAYMENT"] = "TWENTY_YEARS_ONE_TIME_PAYMENT";
|
|
218
|
+
PropertyLegalStatus["TEN_YEARS_ANNUAL_PAYMENT"] = "TEN_YEARS_ANNUAL_PAYMENT";
|
|
219
|
+
PropertyLegalStatus["TEN_YEARS_ONE_TIME_PAYMENT"] = "TEN_YEARS_ONE_TIME_PAYMENT";
|
|
220
|
+
PropertyLegalStatus["LESS_THAN_TEN_YEARS_ANNUAL_PAYMENT"] = "LESS_THAN_TEN_YEARS_ANNUAL_PAYMENT";
|
|
221
|
+
PropertyLegalStatus["LESS_THAN_TEN_YEARS_ONE_TIME_PAYMENT"] = "LESS_THAN_TEN_YEARS_ONE_TIME_PAYMENT";
|
|
222
|
+
return PropertyLegalStatus;
|
|
223
|
+
}({});
|
|
224
|
+
let PropertyApprovalStatus = /* @__PURE__ */ function(PropertyApprovalStatus) {
|
|
225
|
+
PropertyApprovalStatus["PENDING"] = "PENDING";
|
|
226
|
+
PropertyApprovalStatus["APPROVED"] = "APPROVED";
|
|
227
|
+
PropertyApprovalStatus["REJECTED"] = "REJECTED";
|
|
228
|
+
PropertyApprovalStatus["ARCHIVED"] = "ARCHIVED";
|
|
229
|
+
return PropertyApprovalStatus;
|
|
230
|
+
}({});
|
|
231
|
+
let PropertyLandCurrentStatus = /* @__PURE__ */ function(PropertyLandCurrentStatus) {
|
|
232
|
+
PropertyLandCurrentStatus["PLANNED"] = "PLANNED";
|
|
233
|
+
PropertyLandCurrentStatus["DESIGNING"] = "DESIGNING";
|
|
234
|
+
PropertyLandCurrentStatus["UNDER_CONSTRUCTION"] = "UNDER_CONSTRUCTION";
|
|
235
|
+
PropertyLandCurrentStatus["TOPPING_OUT"] = "TOPPING_OUT";
|
|
236
|
+
PropertyLandCurrentStatus["NEAR_COMPLETION"] = "NEAR_COMPLETION";
|
|
237
|
+
PropertyLandCurrentStatus["COMPLETED"] = "COMPLETED";
|
|
238
|
+
PropertyLandCurrentStatus["READY_FOR_HANDOVER"] = "READY_FOR_HANDOVER";
|
|
239
|
+
PropertyLandCurrentStatus["HANDED_OVER"] = "HANDED_OVER";
|
|
240
|
+
PropertyLandCurrentStatus["ON_HOLD"] = "ON_HOLD";
|
|
241
|
+
PropertyLandCurrentStatus["CANCELLED"] = "CANCELLED";
|
|
242
|
+
return PropertyLandCurrentStatus;
|
|
243
|
+
}({});
|
|
244
|
+
let PropertyTransactionStatus = /* @__PURE__ */ function(PropertyTransactionStatus) {
|
|
245
|
+
PropertyTransactionStatus["AVAILABLE"] = "AVAILABLE";
|
|
246
|
+
PropertyTransactionStatus["DEPOSITED"] = "DEPOSITED";
|
|
247
|
+
PropertyTransactionStatus["LEASED"] = "LEASED";
|
|
248
|
+
PropertyTransactionStatus["SOLD"] = "SOLD";
|
|
249
|
+
PropertyTransactionStatus["UNDEFINED"] = "UNDEFINED";
|
|
250
|
+
return PropertyTransactionStatus;
|
|
251
|
+
}({});
|
|
252
|
+
let PropertyOperationStatus = /* @__PURE__ */ function(PropertyOperationStatus) {
|
|
253
|
+
PropertyOperationStatus["UNDETERMINED"] = "UNDETERMINED";
|
|
254
|
+
PropertyOperationStatus["COMING_SOON"] = "COMING_SOON";
|
|
255
|
+
PropertyOperationStatus["FOR_SALE_RENT"] = "FOR_SALE_RENT";
|
|
256
|
+
PropertyOperationStatus["ACTIVE"] = "ACTIVE";
|
|
257
|
+
PropertyOperationStatus["DEACTIVATED"] = "DEACTIVATED";
|
|
258
|
+
return PropertyOperationStatus;
|
|
259
|
+
}({});
|
|
260
|
+
let PropertyAuthorizationType = /* @__PURE__ */ function(PropertyAuthorizationType) {
|
|
261
|
+
PropertyAuthorizationType["FOR_RENT_A_PART"] = "FOR_RENT_A_PART";
|
|
262
|
+
PropertyAuthorizationType["FOR_SALE_A_PART"] = "FOR_SALE_A_PART";
|
|
263
|
+
PropertyAuthorizationType["FOR_RENT_ALL"] = "FOR_RENT_ALL";
|
|
264
|
+
PropertyAuthorizationType["FOR_SALE_ALL"] = "FOR_SALE_ALL";
|
|
265
|
+
return PropertyAuthorizationType;
|
|
266
|
+
}({});
|
|
267
|
+
let PropertyIdentifierType = /* @__PURE__ */ function(PropertyIdentifierType) {
|
|
268
|
+
PropertyIdentifierType["LAND_CERTIFICATE"] = "LAND_CERTIFICATE";
|
|
269
|
+
PropertyIdentifierType["PARCEL_NUMBER"] = "PARCEL_NUMBER";
|
|
270
|
+
PropertyIdentifierType["MAP_SHEET"] = "MAP_SHEET";
|
|
271
|
+
PropertyIdentifierType["GOVERNMENT_CODE"] = "GOVERNMENT_CODE";
|
|
272
|
+
PropertyIdentifierType["INTERNAL_CODE"] = "INTERNAL_CODE";
|
|
273
|
+
return PropertyIdentifierType;
|
|
274
|
+
}({});
|
|
275
|
+
let DocumentCategory = /* @__PURE__ */ function(DocumentCategory) {
|
|
276
|
+
DocumentCategory["PROJECT_LEGAL"] = "PROJECT_LEGAL";
|
|
277
|
+
DocumentCategory["LAND_LEGAL"] = "LAND_LEGAL";
|
|
278
|
+
DocumentCategory["CONSTRUCTION_LEGAL"] = "CONSTRUCTION_LEGAL";
|
|
279
|
+
DocumentCategory["OTHER"] = "OTHER";
|
|
280
|
+
return DocumentCategory;
|
|
281
|
+
}({});
|
|
282
|
+
let DocumentType = /* @__PURE__ */ function(DocumentType) {
|
|
283
|
+
DocumentType["PROJECT_APPROVAL_DECISION"] = "PROJECT_APPROVAL_DECISION";
|
|
284
|
+
DocumentType["INVESTMENT_CERTIFICATE"] = "INVESTMENT_CERTIFICATE";
|
|
285
|
+
DocumentType["PLANNING_DECISION_1_500"] = "PLANNING_DECISION_1_500";
|
|
286
|
+
DocumentType["PLANNING_DECISION_1_2000"] = "PLANNING_DECISION_1_2000";
|
|
287
|
+
DocumentType["LAND_USE_RIGHT_CERTIFICATE_RED_BOOK"] = "LAND_USE_RIGHT_CERTIFICATE_RED_BOOK";
|
|
288
|
+
DocumentType["LAND_USE_RIGHT_CERTIFICATE_WHITE_LAND"] = "LAND_USE_RIGHT_CERTIFICATE_WHITE_LAND";
|
|
289
|
+
DocumentType["LAND_USE_RIGHT_CERTIFICATE_OTHER"] = "LAND_USE_RIGHT_CERTIFICATE_OTHER";
|
|
290
|
+
DocumentType["BUILDING_PERMIT"] = "BUILDING_PERMIT";
|
|
291
|
+
DocumentType["ENVIRONMENTAL_PERMIT"] = "ENVIRONMENTAL_PERMIT";
|
|
292
|
+
DocumentType["FIRE_SAFETY_CERTIFICATE"] = "FIRE_SAFETY_CERTIFICATE";
|
|
293
|
+
DocumentType["OTHER"] = "OTHER";
|
|
294
|
+
return DocumentType;
|
|
295
|
+
}({});
|
|
296
|
+
let LandCurrentStatus = /* @__PURE__ */ function(LandCurrentStatus) {
|
|
297
|
+
LandCurrentStatus["PLANNED"] = "PLANNED";
|
|
298
|
+
LandCurrentStatus["DESIGNING"] = "DESIGNING";
|
|
299
|
+
LandCurrentStatus["UNDER_CONSTRUCTION"] = "UNDER_CONSTRUCTION";
|
|
300
|
+
LandCurrentStatus["TOPPING_OUT"] = "TOPPING_OUT";
|
|
301
|
+
LandCurrentStatus["NEAR_COMPLETION"] = "NEAR_COMPLETION";
|
|
302
|
+
LandCurrentStatus["COMPLETED"] = "COMPLETED";
|
|
303
|
+
LandCurrentStatus["READY_FOR_HANDOVER"] = "READY_FOR_HANDOVER";
|
|
304
|
+
LandCurrentStatus["HANDED_OVER"] = "HANDED_OVER";
|
|
305
|
+
LandCurrentStatus["ON_HOLD"] = "ON_HOLD";
|
|
306
|
+
LandCurrentStatus["CANCELLED"] = "CANCELLED";
|
|
307
|
+
return LandCurrentStatus;
|
|
308
|
+
}({});
|
|
309
|
+
let LandType = /* @__PURE__ */ function(LandType) {
|
|
310
|
+
LandType["LONG_TERM_OWNERSHIP"] = "LONG_TERM_OWNERSHIP";
|
|
311
|
+
LandType["ANNUAL_RENT"] = "ANNUAL_RENT";
|
|
312
|
+
LandType["ONE_TIME_RENTAL_PAYMENT"] = "ONE_TIME_RENTAL_PAYMENT";
|
|
313
|
+
return LandType;
|
|
314
|
+
}({});
|
|
315
|
+
let Orientation = /* @__PURE__ */ function(Orientation) {
|
|
316
|
+
Orientation["North"] = "NORTH";
|
|
317
|
+
Orientation["South"] = "SOUTH";
|
|
318
|
+
Orientation["East"] = "EAST";
|
|
319
|
+
Orientation["West"] = "WEST";
|
|
320
|
+
Orientation["Northeast"] = "NORTHEAST";
|
|
321
|
+
Orientation["Northwest"] = "NORTHWEST";
|
|
322
|
+
Orientation["Southeast"] = "SOUTHEAST";
|
|
323
|
+
Orientation["Southwest"] = "SOUTHWEST";
|
|
324
|
+
Orientation["Unknown"] = "UNKNOWN";
|
|
325
|
+
return Orientation;
|
|
326
|
+
}({});
|
|
327
|
+
let VersionAction = /* @__PURE__ */ function(VersionAction) {
|
|
328
|
+
VersionAction["CREATE"] = "CREATE";
|
|
329
|
+
VersionAction["UPDATE"] = "UPDATE";
|
|
330
|
+
return VersionAction;
|
|
331
|
+
}({});
|
|
332
|
+
//#endregion
|
|
179
333
|
//#region src/generated/for-sale/exceptions.ts
|
|
180
334
|
const ForSaleExceptions = { FOR_SALE_NOT_FOUND: "For sale not found" };
|
|
181
335
|
//#endregion
|
|
@@ -435,6 +589,21 @@ const RegisterExceptions = {
|
|
|
435
589
|
REGISTER_ACCOUNT_VERIFICATION_NOT_FOUND: "Register account verification is not found"
|
|
436
590
|
};
|
|
437
591
|
//#endregion
|
|
592
|
+
//#region src/generated/identity/identity.enum.ts
|
|
593
|
+
let IdentityType = /* @__PURE__ */ function(IdentityType) {
|
|
594
|
+
IdentityType["ID_CARD"] = "ID_CARD";
|
|
595
|
+
return IdentityType;
|
|
596
|
+
}({});
|
|
597
|
+
let IdentityVerificationStatus = /* @__PURE__ */ function(IdentityVerificationStatus) {
|
|
598
|
+
IdentityVerificationStatus["WAITING_APPROVAL"] = "WAITING_APPROVAL";
|
|
599
|
+
IdentityVerificationStatus["APPROVED"] = "APPROVED";
|
|
600
|
+
return IdentityVerificationStatus;
|
|
601
|
+
}({});
|
|
602
|
+
let IdentityNationality = /* @__PURE__ */ function(IdentityNationality) {
|
|
603
|
+
IdentityNationality["VN"] = "VN";
|
|
604
|
+
return IdentityNationality;
|
|
605
|
+
}({});
|
|
606
|
+
//#endregion
|
|
438
607
|
//#region src/generated/appointment/exceptions.ts
|
|
439
608
|
const AppointmentExceptions = {
|
|
440
609
|
APPOINTMENT_NOT_FOUND: "Appointment not found or access denied",
|
|
@@ -483,6 +652,60 @@ let SchedulerStatus = /* @__PURE__ */ function(SchedulerStatus) {
|
|
|
483
652
|
return SchedulerStatus;
|
|
484
653
|
}({});
|
|
485
654
|
//#endregion
|
|
655
|
+
//#region src/generated/deal/deal.enum.ts
|
|
656
|
+
let DealStatus = /* @__PURE__ */ function(DealStatus) {
|
|
657
|
+
DealStatus["PENDING"] = "PENDING";
|
|
658
|
+
DealStatus["PROCESSING"] = "PROCESSING";
|
|
659
|
+
DealStatus["COMPLETED"] = "COMPLETED";
|
|
660
|
+
DealStatus["CANCELLED"] = "CANCELLED";
|
|
661
|
+
DealStatus["ON_HOLD"] = "ON_HOLD";
|
|
662
|
+
return DealStatus;
|
|
663
|
+
}({});
|
|
664
|
+
let DealFilterType = /* @__PURE__ */ function(DealFilterType) {
|
|
665
|
+
DealFilterType["ORDER_REQUEST_RENT"] = "ORDER_REQUEST_RENT";
|
|
666
|
+
DealFilterType["ORDER_REQUEST_SELL"] = "ORDER_REQUEST_SELL";
|
|
667
|
+
DealFilterType["CONSIGNMENT_REQUEST_RENT"] = "CONSIGNMENT_REQUEST_RENT";
|
|
668
|
+
DealFilterType["CONSIGNMENT_REQUEST_SELL"] = "CONSIGNMENT_REQUEST_SELL";
|
|
669
|
+
return DealFilterType;
|
|
670
|
+
}({});
|
|
671
|
+
let DealStepStatus = /* @__PURE__ */ function(DealStepStatus) {
|
|
672
|
+
DealStepStatus["PENDING"] = "PENDING";
|
|
673
|
+
DealStepStatus["PROCESSING"] = "PROCESSING";
|
|
674
|
+
DealStepStatus["COMPLETED"] = "COMPLETED";
|
|
675
|
+
DealStepStatus["CANCELLED"] = "CANCELLED";
|
|
676
|
+
DealStepStatus["ON_HOLD"] = "ON_HOLD";
|
|
677
|
+
return DealStepStatus;
|
|
678
|
+
}({});
|
|
679
|
+
let DealProgress = /* @__PURE__ */ function(DealProgress) {
|
|
680
|
+
DealProgress["INITIATED"] = "INITIATED";
|
|
681
|
+
DealProgress["CONSULTING"] = "CONSULTING";
|
|
682
|
+
DealProgress["SCHEDULE_SURVEY"] = "SCHEDULE_SURVEY";
|
|
683
|
+
DealProgress["NEGOTIATING"] = "NEGOTIATING";
|
|
684
|
+
DealProgress["DEPOSIT"] = "DEPOSIT";
|
|
685
|
+
DealProgress["PAYMENT"] = "PAYMENT";
|
|
686
|
+
DealProgress["HANDOVER"] = "HANDOVER";
|
|
687
|
+
DealProgress["COMPLETED"] = "COMPLETED";
|
|
688
|
+
DealProgress["CANCELLED"] = "CANCELLED";
|
|
689
|
+
return DealProgress;
|
|
690
|
+
}({});
|
|
691
|
+
let ParticipantRole = /* @__PURE__ */ function(ParticipantRole) {
|
|
692
|
+
ParticipantRole["CLIENT_BROKER"] = "CLIENT_BROKER";
|
|
693
|
+
ParticipantRole["INVESTOR_BROKER"] = "INVESTOR_BROKER";
|
|
694
|
+
ParticipantRole["OWNER"] = "OWNER";
|
|
695
|
+
ParticipantRole["INVESTOR"] = "INVESTOR";
|
|
696
|
+
ParticipantRole["CLIENT"] = "CLIENT";
|
|
697
|
+
ParticipantRole["INVESTOR_REPRESENTATIVE"] = "INVESTOR_REPRESENTATIVE";
|
|
698
|
+
return ParticipantRole;
|
|
699
|
+
}({});
|
|
700
|
+
let ParticipantStatus = /* @__PURE__ */ function(ParticipantStatus) {
|
|
701
|
+
ParticipantStatus["PENDING"] = "PENDING";
|
|
702
|
+
ParticipantStatus["APPROVED"] = "APPROVED";
|
|
703
|
+
ParticipantStatus["REJECTED"] = "REJECTED";
|
|
704
|
+
ParticipantStatus["ACKNOWLEDGED"] = "ACKNOWLEDGED";
|
|
705
|
+
ParticipantStatus["NO_RESPONSE"] = "NO_RESPONSE";
|
|
706
|
+
return ParticipantStatus;
|
|
707
|
+
}({});
|
|
708
|
+
//#endregion
|
|
486
709
|
//#region src/generated/payment-process/exceptions.ts
|
|
487
710
|
const PaymentProcessExceptions = {
|
|
488
711
|
PAYMENT_PROCESS_NOT_FOUND: "Payment process not found",
|
|
@@ -570,21 +793,6 @@ const WardExceptions = { WARD_NOT_FOUND: "Ward not found" };
|
|
|
570
793
|
//#region src/generated/identity/exceptions.ts
|
|
571
794
|
const IdentityExceptions = { IDENTITY_NOT_FOUND: "Identity not found" };
|
|
572
795
|
//#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
796
|
//#region src/generated/order-request/exceptions.ts
|
|
589
797
|
const OrderRequestExceptions = {
|
|
590
798
|
ORDER_REQUEST_NOT_FOUND: "Order request not found",
|
|
@@ -645,166 +853,12 @@ const PropertyExceptions = {
|
|
|
645
853
|
PROPERTY_ALREADY_EXISTS: "Property already exists"
|
|
646
854
|
};
|
|
647
855
|
//#endregion
|
|
648
|
-
//#region src/generated/industrial-property/industrial-property.enum.ts
|
|
649
|
-
let PropertyType = /* @__PURE__ */ function(PropertyType) {
|
|
650
|
-
PropertyType["INDUSTRIAL_ZONE"] = "INDUSTRIAL_ZONE";
|
|
651
|
-
PropertyType["BUILDING"] = "BUILDING";
|
|
652
|
-
PropertyType["FLOOR"] = "FLOOR";
|
|
653
|
-
PropertyType["ROOM"] = "ROOM";
|
|
654
|
-
PropertyType["LAND_LOT"] = "LAND_LOT";
|
|
655
|
-
PropertyType["FACTORY"] = "FACTORY";
|
|
656
|
-
PropertyType["WAREHOUSE"] = "WAREHOUSE";
|
|
657
|
-
PropertyType["OFFICE"] = "OFFICE";
|
|
658
|
-
PropertyType["HOUSING"] = "HOUSING";
|
|
659
|
-
PropertyType["APARTMENT"] = "APARTMENT";
|
|
660
|
-
return PropertyType;
|
|
661
|
-
}({});
|
|
662
|
-
let PropertyLegalStatus = /* @__PURE__ */ function(PropertyLegalStatus) {
|
|
663
|
-
PropertyLegalStatus["MORE_THAN_FIFTY_YEARS_ANNUAL_PAYMENT"] = "MORE_THAN_FIFTY_YEARS_ANNUAL_PAYMENT";
|
|
664
|
-
PropertyLegalStatus["MORE_THAN_FIFTY_YEARS_ONE_TIME_PAYMENT"] = "MORE_THAN_FIFTY_YEARS_ONE_TIME_PAYMENT";
|
|
665
|
-
PropertyLegalStatus["FIFTY_YEARS_ANNUAL_PAYMENT"] = "FIFTY_YEARS_ANNUAL_PAYMENT";
|
|
666
|
-
PropertyLegalStatus["FIFTY_YEARS_ONE_TIME_PAYMENT"] = "FIFTY_YEARS_ONE_TIME_PAYMENT";
|
|
667
|
-
PropertyLegalStatus["FORTY_YEARS_ANNUAL_PAYMENT"] = "FORTY_YEARS_ANNUAL_PAYMENT";
|
|
668
|
-
PropertyLegalStatus["FORTY_YEARS_ONE_TIME_PAYMENT"] = "FORTY_YEARS_ONE_TIME_PAYMENT";
|
|
669
|
-
PropertyLegalStatus["THIRTY_YEARS_ONE_TIME_PAYMENT"] = "THIRTY_YEARS_ONE_TIME_PAYMENT";
|
|
670
|
-
PropertyLegalStatus["THIRTY_YEARS_ANNUAL_PAYMENT"] = "THIRTY_YEARS_ANNUAL_PAYMENT";
|
|
671
|
-
PropertyLegalStatus["TWENTY_YEARS_ANNUAL_PAYMENT"] = "TWENTY_YEARS_ANNUAL_PAYMENT";
|
|
672
|
-
PropertyLegalStatus["TWENTY_YEARS_ONE_TIME_PAYMENT"] = "TWENTY_YEARS_ONE_TIME_PAYMENT";
|
|
673
|
-
PropertyLegalStatus["TEN_YEARS_ANNUAL_PAYMENT"] = "TEN_YEARS_ANNUAL_PAYMENT";
|
|
674
|
-
PropertyLegalStatus["TEN_YEARS_ONE_TIME_PAYMENT"] = "TEN_YEARS_ONE_TIME_PAYMENT";
|
|
675
|
-
PropertyLegalStatus["LESS_THAN_TEN_YEARS_ANNUAL_PAYMENT"] = "LESS_THAN_TEN_YEARS_ANNUAL_PAYMENT";
|
|
676
|
-
PropertyLegalStatus["LESS_THAN_TEN_YEARS_ONE_TIME_PAYMENT"] = "LESS_THAN_TEN_YEARS_ONE_TIME_PAYMENT";
|
|
677
|
-
return PropertyLegalStatus;
|
|
678
|
-
}({});
|
|
679
|
-
let PropertyApprovalStatus = /* @__PURE__ */ function(PropertyApprovalStatus) {
|
|
680
|
-
PropertyApprovalStatus["PENDING"] = "PENDING";
|
|
681
|
-
PropertyApprovalStatus["APPROVED"] = "APPROVED";
|
|
682
|
-
PropertyApprovalStatus["REJECTED"] = "REJECTED";
|
|
683
|
-
PropertyApprovalStatus["ARCHIVED"] = "ARCHIVED";
|
|
684
|
-
return PropertyApprovalStatus;
|
|
685
|
-
}({});
|
|
686
|
-
let PropertyLandCurrentStatus = /* @__PURE__ */ function(PropertyLandCurrentStatus) {
|
|
687
|
-
PropertyLandCurrentStatus["PLANNED"] = "PLANNED";
|
|
688
|
-
PropertyLandCurrentStatus["DESIGNING"] = "DESIGNING";
|
|
689
|
-
PropertyLandCurrentStatus["UNDER_CONSTRUCTION"] = "UNDER_CONSTRUCTION";
|
|
690
|
-
PropertyLandCurrentStatus["TOPPING_OUT"] = "TOPPING_OUT";
|
|
691
|
-
PropertyLandCurrentStatus["NEAR_COMPLETION"] = "NEAR_COMPLETION";
|
|
692
|
-
PropertyLandCurrentStatus["COMPLETED"] = "COMPLETED";
|
|
693
|
-
PropertyLandCurrentStatus["READY_FOR_HANDOVER"] = "READY_FOR_HANDOVER";
|
|
694
|
-
PropertyLandCurrentStatus["HANDED_OVER"] = "HANDED_OVER";
|
|
695
|
-
PropertyLandCurrentStatus["ON_HOLD"] = "ON_HOLD";
|
|
696
|
-
PropertyLandCurrentStatus["CANCELLED"] = "CANCELLED";
|
|
697
|
-
return PropertyLandCurrentStatus;
|
|
698
|
-
}({});
|
|
699
|
-
let PropertyTransactionStatus = /* @__PURE__ */ function(PropertyTransactionStatus) {
|
|
700
|
-
PropertyTransactionStatus["AVAILABLE"] = "AVAILABLE";
|
|
701
|
-
PropertyTransactionStatus["DEPOSITED"] = "DEPOSITED";
|
|
702
|
-
PropertyTransactionStatus["LEASED"] = "LEASED";
|
|
703
|
-
PropertyTransactionStatus["SOLD"] = "SOLD";
|
|
704
|
-
PropertyTransactionStatus["UNDEFINED"] = "UNDEFINED";
|
|
705
|
-
return PropertyTransactionStatus;
|
|
706
|
-
}({});
|
|
707
|
-
let PropertyOperationStatus = /* @__PURE__ */ function(PropertyOperationStatus) {
|
|
708
|
-
PropertyOperationStatus["UNDETERMINED"] = "UNDETERMINED";
|
|
709
|
-
PropertyOperationStatus["COMING_SOON"] = "COMING_SOON";
|
|
710
|
-
PropertyOperationStatus["FOR_SALE_RENT"] = "FOR_SALE_RENT";
|
|
711
|
-
PropertyOperationStatus["ACTIVE"] = "ACTIVE";
|
|
712
|
-
PropertyOperationStatus["DEACTIVATED"] = "DEACTIVATED";
|
|
713
|
-
return PropertyOperationStatus;
|
|
714
|
-
}({});
|
|
715
|
-
let PropertyAuthorizationType = /* @__PURE__ */ function(PropertyAuthorizationType) {
|
|
716
|
-
PropertyAuthorizationType["FOR_RENT_A_PART"] = "FOR_RENT_A_PART";
|
|
717
|
-
PropertyAuthorizationType["FOR_SALE_A_PART"] = "FOR_SALE_A_PART";
|
|
718
|
-
PropertyAuthorizationType["FOR_RENT_ALL"] = "FOR_RENT_ALL";
|
|
719
|
-
PropertyAuthorizationType["FOR_SALE_ALL"] = "FOR_SALE_ALL";
|
|
720
|
-
return PropertyAuthorizationType;
|
|
721
|
-
}({});
|
|
722
|
-
let PropertyIdentifierType = /* @__PURE__ */ function(PropertyIdentifierType) {
|
|
723
|
-
PropertyIdentifierType["LAND_CERTIFICATE"] = "LAND_CERTIFICATE";
|
|
724
|
-
PropertyIdentifierType["PARCEL_NUMBER"] = "PARCEL_NUMBER";
|
|
725
|
-
PropertyIdentifierType["MAP_SHEET"] = "MAP_SHEET";
|
|
726
|
-
PropertyIdentifierType["GOVERNMENT_CODE"] = "GOVERNMENT_CODE";
|
|
727
|
-
PropertyIdentifierType["INTERNAL_CODE"] = "INTERNAL_CODE";
|
|
728
|
-
return PropertyIdentifierType;
|
|
729
|
-
}({});
|
|
730
|
-
let DocumentCategory = /* @__PURE__ */ function(DocumentCategory) {
|
|
731
|
-
DocumentCategory["PROJECT_LEGAL"] = "PROJECT_LEGAL";
|
|
732
|
-
DocumentCategory["LAND_LEGAL"] = "LAND_LEGAL";
|
|
733
|
-
DocumentCategory["CONSTRUCTION_LEGAL"] = "CONSTRUCTION_LEGAL";
|
|
734
|
-
DocumentCategory["OTHER"] = "OTHER";
|
|
735
|
-
return DocumentCategory;
|
|
736
|
-
}({});
|
|
737
|
-
let DocumentType = /* @__PURE__ */ function(DocumentType) {
|
|
738
|
-
DocumentType["PROJECT_APPROVAL_DECISION"] = "PROJECT_APPROVAL_DECISION";
|
|
739
|
-
DocumentType["INVESTMENT_CERTIFICATE"] = "INVESTMENT_CERTIFICATE";
|
|
740
|
-
DocumentType["PLANNING_DECISION_1_500"] = "PLANNING_DECISION_1_500";
|
|
741
|
-
DocumentType["PLANNING_DECISION_1_2000"] = "PLANNING_DECISION_1_2000";
|
|
742
|
-
DocumentType["LAND_USE_RIGHT_CERTIFICATE_RED_BOOK"] = "LAND_USE_RIGHT_CERTIFICATE_RED_BOOK";
|
|
743
|
-
DocumentType["LAND_USE_RIGHT_CERTIFICATE_WHITE_LAND"] = "LAND_USE_RIGHT_CERTIFICATE_WHITE_LAND";
|
|
744
|
-
DocumentType["LAND_USE_RIGHT_CERTIFICATE_OTHER"] = "LAND_USE_RIGHT_CERTIFICATE_OTHER";
|
|
745
|
-
DocumentType["BUILDING_PERMIT"] = "BUILDING_PERMIT";
|
|
746
|
-
DocumentType["ENVIRONMENTAL_PERMIT"] = "ENVIRONMENTAL_PERMIT";
|
|
747
|
-
DocumentType["FIRE_SAFETY_CERTIFICATE"] = "FIRE_SAFETY_CERTIFICATE";
|
|
748
|
-
DocumentType["OTHER"] = "OTHER";
|
|
749
|
-
return DocumentType;
|
|
750
|
-
}({});
|
|
751
|
-
let LandCurrentStatus = /* @__PURE__ */ function(LandCurrentStatus) {
|
|
752
|
-
LandCurrentStatus["PLANNED"] = "PLANNED";
|
|
753
|
-
LandCurrentStatus["DESIGNING"] = "DESIGNING";
|
|
754
|
-
LandCurrentStatus["UNDER_CONSTRUCTION"] = "UNDER_CONSTRUCTION";
|
|
755
|
-
LandCurrentStatus["TOPPING_OUT"] = "TOPPING_OUT";
|
|
756
|
-
LandCurrentStatus["NEAR_COMPLETION"] = "NEAR_COMPLETION";
|
|
757
|
-
LandCurrentStatus["COMPLETED"] = "COMPLETED";
|
|
758
|
-
LandCurrentStatus["READY_FOR_HANDOVER"] = "READY_FOR_HANDOVER";
|
|
759
|
-
LandCurrentStatus["HANDED_OVER"] = "HANDED_OVER";
|
|
760
|
-
LandCurrentStatus["ON_HOLD"] = "ON_HOLD";
|
|
761
|
-
LandCurrentStatus["CANCELLED"] = "CANCELLED";
|
|
762
|
-
return LandCurrentStatus;
|
|
763
|
-
}({});
|
|
764
|
-
let LandType = /* @__PURE__ */ function(LandType) {
|
|
765
|
-
LandType["LONG_TERM_OWNERSHIP"] = "LONG_TERM_OWNERSHIP";
|
|
766
|
-
LandType["ANNUAL_RENT"] = "ANNUAL_RENT";
|
|
767
|
-
LandType["ONE_TIME_RENTAL_PAYMENT"] = "ONE_TIME_RENTAL_PAYMENT";
|
|
768
|
-
return LandType;
|
|
769
|
-
}({});
|
|
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;
|
|
781
|
-
}({});
|
|
782
|
-
let VersionAction = /* @__PURE__ */ function(VersionAction) {
|
|
783
|
-
VersionAction["CREATE"] = "CREATE";
|
|
784
|
-
VersionAction["UPDATE"] = "UPDATE";
|
|
785
|
-
return VersionAction;
|
|
786
|
-
}({});
|
|
787
|
-
//#endregion
|
|
788
856
|
//#region src/generated/ticket/exceptions.ts
|
|
789
857
|
const TicketExceptions = {
|
|
790
858
|
TICKETS_NOT_FOUND: "Tickets not found",
|
|
791
859
|
FORBIDEN_PERMISSION: "You do not have permission to approve tickets"
|
|
792
860
|
};
|
|
793
861
|
//#endregion
|
|
794
|
-
//#region src/generated/ticket/ticket.enum.ts
|
|
795
|
-
let TicketType = /* @__PURE__ */ function(TicketType) {
|
|
796
|
-
TicketType["APPROVE_USER_TO_BROKER"] = "APPROVE_USER_TO_BROKER";
|
|
797
|
-
TicketType["APPROVE_USER_TO_INVESTOR_REPRESENTATIVE"] = "APPROVE_USER_TO_INVESTOR_REPRESENTATIVE";
|
|
798
|
-
return TicketType;
|
|
799
|
-
}({});
|
|
800
|
-
let TicketStatus = /* @__PURE__ */ function(TicketStatus) {
|
|
801
|
-
TicketStatus["PENDING"] = "PENDING";
|
|
802
|
-
TicketStatus["PROCESSING"] = "PROCESSING";
|
|
803
|
-
TicketStatus["APPROVED"] = "APPROVED";
|
|
804
|
-
TicketStatus["REJECTED"] = "REJECTED";
|
|
805
|
-
return TicketStatus;
|
|
806
|
-
}({});
|
|
807
|
-
//#endregion
|
|
808
862
|
//#region src/generated/settings/exceptions.ts
|
|
809
863
|
const RoleExceptions = { ROLE_NOT_FOUND: "Role not found" };
|
|
810
864
|
const SettingExceptions = {
|
|
@@ -881,60 +935,6 @@ const DealStepExceptions = {
|
|
|
881
935
|
};
|
|
882
936
|
const PreDealExceptions = { PRE_DEAL_NOT_FOUND: "Pre-deal not found" };
|
|
883
937
|
//#endregion
|
|
884
|
-
//#region src/generated/deal/deal.enum.ts
|
|
885
|
-
let DealStatus = /* @__PURE__ */ function(DealStatus) {
|
|
886
|
-
DealStatus["PENDING"] = "PENDING";
|
|
887
|
-
DealStatus["PROCESSING"] = "PROCESSING";
|
|
888
|
-
DealStatus["COMPLETED"] = "COMPLETED";
|
|
889
|
-
DealStatus["CANCELLED"] = "CANCELLED";
|
|
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;
|
|
907
|
-
}({});
|
|
908
|
-
let DealProgress = /* @__PURE__ */ function(DealProgress) {
|
|
909
|
-
DealProgress["INITIATED"] = "INITIATED";
|
|
910
|
-
DealProgress["CONSULTING"] = "CONSULTING";
|
|
911
|
-
DealProgress["SCHEDULE_SURVEY"] = "SCHEDULE_SURVEY";
|
|
912
|
-
DealProgress["NEGOTIATING"] = "NEGOTIATING";
|
|
913
|
-
DealProgress["DEPOSIT"] = "DEPOSIT";
|
|
914
|
-
DealProgress["PAYMENT"] = "PAYMENT";
|
|
915
|
-
DealProgress["HANDOVER"] = "HANDOVER";
|
|
916
|
-
DealProgress["COMPLETED"] = "COMPLETED";
|
|
917
|
-
DealProgress["CANCELLED"] = "CANCELLED";
|
|
918
|
-
return DealProgress;
|
|
919
|
-
}({});
|
|
920
|
-
let ParticipantRole = /* @__PURE__ */ function(ParticipantRole) {
|
|
921
|
-
ParticipantRole["CLIENT_BROKER"] = "CLIENT_BROKER";
|
|
922
|
-
ParticipantRole["INVESTOR_BROKER"] = "INVESTOR_BROKER";
|
|
923
|
-
ParticipantRole["OWNER"] = "OWNER";
|
|
924
|
-
ParticipantRole["INVESTOR"] = "INVESTOR";
|
|
925
|
-
ParticipantRole["CLIENT"] = "CLIENT";
|
|
926
|
-
ParticipantRole["INVESTOR_REPRESENTATIVE"] = "INVESTOR_REPRESENTATIVE";
|
|
927
|
-
return ParticipantRole;
|
|
928
|
-
}({});
|
|
929
|
-
let ParticipantStatus = /* @__PURE__ */ function(ParticipantStatus) {
|
|
930
|
-
ParticipantStatus["PENDING"] = "PENDING";
|
|
931
|
-
ParticipantStatus["APPROVED"] = "APPROVED";
|
|
932
|
-
ParticipantStatus["REJECTED"] = "REJECTED";
|
|
933
|
-
ParticipantStatus["ACKNOWLEDGED"] = "ACKNOWLEDGED";
|
|
934
|
-
ParticipantStatus["NO_RESPONSE"] = "NO_RESPONSE";
|
|
935
|
-
return ParticipantStatus;
|
|
936
|
-
}({});
|
|
937
|
-
//#endregion
|
|
938
938
|
exports.AgreementExceptions = AgreementExceptions;
|
|
939
939
|
exports.AgreementTemplateExceptions = AgreementTemplateExceptions;
|
|
940
940
|
exports.AgreementTemplateType = AgreementTemplateType;
|