@valentine-efagene/qshelter-common 2.0.21 → 2.0.24
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/generated/client/browser.d.ts +45 -30
- package/dist/generated/client/client.d.ts +45 -30
- package/dist/generated/client/commonInputTypes.d.ts +40 -0
- package/dist/generated/client/internal/class.d.ts +93 -60
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +1058 -720
- package/dist/generated/client/internal/prismaNamespace.js +321 -190
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +352 -215
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +321 -190
- package/dist/generated/client/models/Amenity.d.ts +168 -1
- package/dist/generated/client/models/Contract.d.ts +2390 -309
- package/dist/generated/client/models/ContractDocument.d.ts +299 -12
- package/dist/generated/client/models/ContractEvent.d.ts +1052 -0
- package/dist/generated/client/models/ContractEvent.js +1 -0
- package/dist/generated/client/models/ContractInstallment.d.ts +1656 -0
- package/dist/generated/client/models/ContractInstallment.js +1 -0
- package/dist/generated/client/models/ContractPayment.d.ts +2026 -0
- package/dist/generated/client/models/ContractPayment.js +1 -0
- package/dist/generated/client/models/ContractPhase.d.ts +2467 -0
- package/dist/generated/client/models/ContractPhase.js +1 -0
- package/dist/generated/client/models/ContractPhaseStep.d.ts +1678 -0
- package/dist/generated/client/models/ContractPhaseStep.js +1 -0
- package/dist/generated/client/models/ContractPhaseStepApproval.d.ts +1249 -0
- package/dist/generated/client/models/ContractPhaseStepApproval.js +1 -0
- package/dist/generated/client/models/ContractTransition.d.ts +1118 -0
- package/dist/generated/client/models/ContractTransition.js +1 -0
- package/dist/generated/client/models/DomainEvent.d.ts +1240 -0
- package/dist/generated/client/models/DomainEvent.js +1 -0
- package/dist/generated/client/models/PaymentPlan.d.ts +467 -971
- package/dist/generated/client/models/Property.d.ts +372 -626
- package/dist/generated/client/models/PropertyPaymentMethod.d.ts +1714 -0
- package/dist/generated/client/models/PropertyPaymentMethod.js +1 -0
- package/dist/generated/client/models/PropertyPaymentMethodLink.d.ts +1158 -0
- package/dist/generated/client/models/PropertyPaymentMethodLink.js +1 -0
- package/dist/generated/client/models/PropertyPaymentMethodPhase.d.ts +1656 -0
- package/dist/generated/client/models/PropertyPaymentMethodPhase.js +1 -0
- package/dist/generated/client/models/PropertyUnit.d.ts +1598 -0
- package/dist/generated/client/models/PropertyUnit.js +1 -0
- package/dist/generated/client/models/PropertyVariant.d.ts +2079 -0
- package/dist/generated/client/models/PropertyVariant.js +1 -0
- package/dist/generated/client/models/PropertyVariantAmenity.d.ts +1080 -0
- package/dist/generated/client/models/PropertyVariantAmenity.js +1 -0
- package/dist/generated/client/models/PropertyVariantMedia.d.ts +1189 -0
- package/dist/generated/client/models/PropertyVariantMedia.js +1 -0
- package/dist/generated/client/models/Tenant.d.ts +482 -0
- package/dist/generated/client/models/User.d.ts +684 -427
- package/dist/generated/client/models/index.d.ts +15 -12
- package/dist/generated/client/models/index.js +15 -12
- package/dist/generated/client/models.d.ts +15 -12
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.js +2 -0
- package/dist/src/middleware/error-handler.d.ts +6 -0
- package/dist/src/middleware/error-handler.js +26 -0
- package/dist/src/middleware/index.d.ts +3 -0
- package/dist/src/middleware/index.js +3 -0
- package/dist/src/middleware/request-logger.d.ts +6 -0
- package/dist/src/middleware/request-logger.js +17 -0
- package/dist/src/middleware/tenant.d.ts +61 -0
- package/dist/src/middleware/tenant.js +85 -0
- package/dist/src/prisma/tenant.d.ts +51 -0
- package/dist/src/prisma/tenant.js +211 -0
- package/package.json +16 -2
- package/prisma/migrations/20251230104059_add_property_variants/migration.sql +622 -0
- package/prisma/migrations/20251230113413_add_multitenancy/migration.sql +54 -0
- package/prisma/schema.prisma +561 -267
|
@@ -46,22 +46,25 @@ export declare const ModelName: {
|
|
|
46
46
|
readonly PropertyMedia: "PropertyMedia";
|
|
47
47
|
readonly PropertyDocument: "PropertyDocument";
|
|
48
48
|
readonly Amenity: "Amenity";
|
|
49
|
+
readonly PropertyVariant: "PropertyVariant";
|
|
50
|
+
readonly PropertyVariantAmenity: "PropertyVariantAmenity";
|
|
51
|
+
readonly PropertyVariantMedia: "PropertyVariantMedia";
|
|
52
|
+
readonly PropertyUnit: "PropertyUnit";
|
|
49
53
|
readonly PropertyAmenity: "PropertyAmenity";
|
|
50
|
-
readonly Mortgage: "Mortgage";
|
|
51
|
-
readonly MortgageType: "MortgageType";
|
|
52
|
-
readonly MortgageDocument: "MortgageDocument";
|
|
53
|
-
readonly MortgageStep: "MortgageStep";
|
|
54
|
-
readonly MortgageDownpaymentPlan: "MortgageDownpaymentPlan";
|
|
55
|
-
readonly MortgageDownpaymentInstallment: "MortgageDownpaymentInstallment";
|
|
56
|
-
readonly MortgageDownpaymentPayment: "MortgageDownpaymentPayment";
|
|
57
|
-
readonly MortgageTransition: "MortgageTransition";
|
|
58
|
-
readonly MortgageTransitionEvent: "MortgageTransitionEvent";
|
|
59
54
|
readonly PaymentPlan: "PaymentPlan";
|
|
60
|
-
readonly
|
|
61
|
-
readonly
|
|
62
|
-
readonly
|
|
55
|
+
readonly PropertyPaymentMethod: "PropertyPaymentMethod";
|
|
56
|
+
readonly PropertyPaymentMethodLink: "PropertyPaymentMethodLink";
|
|
57
|
+
readonly PropertyPaymentMethodPhase: "PropertyPaymentMethodPhase";
|
|
63
58
|
readonly Contract: "Contract";
|
|
59
|
+
readonly ContractPhase: "ContractPhase";
|
|
60
|
+
readonly ContractPhaseStep: "ContractPhaseStep";
|
|
61
|
+
readonly ContractPhaseStepApproval: "ContractPhaseStepApproval";
|
|
62
|
+
readonly ContractInstallment: "ContractInstallment";
|
|
63
|
+
readonly ContractPayment: "ContractPayment";
|
|
64
64
|
readonly ContractDocument: "ContractDocument";
|
|
65
|
+
readonly ContractTransition: "ContractTransition";
|
|
66
|
+
readonly ContractEvent: "ContractEvent";
|
|
67
|
+
readonly DomainEvent: "DomainEvent";
|
|
65
68
|
};
|
|
66
69
|
export type ModelName = (typeof ModelName)[keyof typeof ModelName];
|
|
67
70
|
export declare const TransactionIsolationLevel: {
|
|
@@ -225,6 +228,7 @@ export declare const SettingsScalarFieldEnum: {
|
|
|
225
228
|
export type SettingsScalarFieldEnum = (typeof SettingsScalarFieldEnum)[keyof typeof SettingsScalarFieldEnum];
|
|
226
229
|
export declare const PropertyScalarFieldEnum: {
|
|
227
230
|
readonly id: "id";
|
|
231
|
+
readonly tenantId: "tenantId";
|
|
228
232
|
readonly userId: "userId";
|
|
229
233
|
readonly title: "title";
|
|
230
234
|
readonly category: "category";
|
|
@@ -235,13 +239,8 @@ export declare const PropertyScalarFieldEnum: {
|
|
|
235
239
|
readonly district: "district";
|
|
236
240
|
readonly zipCode: "zipCode";
|
|
237
241
|
readonly streetAddress: "streetAddress";
|
|
238
|
-
readonly nBedrooms: "nBedrooms";
|
|
239
|
-
readonly nBathrooms: "nBathrooms";
|
|
240
|
-
readonly nParkingSpots: "nParkingSpots";
|
|
241
|
-
readonly price: "price";
|
|
242
242
|
readonly longitude: "longitude";
|
|
243
243
|
readonly latitude: "latitude";
|
|
244
|
-
readonly area: "area";
|
|
245
244
|
readonly status: "status";
|
|
246
245
|
readonly description: "description";
|
|
247
246
|
readonly displayImageId: "displayImageId";
|
|
@@ -275,151 +274,217 @@ export type PropertyDocumentScalarFieldEnum = (typeof PropertyDocumentScalarFiel
|
|
|
275
274
|
export declare const AmenityScalarFieldEnum: {
|
|
276
275
|
readonly id: "id";
|
|
277
276
|
readonly name: "name";
|
|
277
|
+
readonly category: "category";
|
|
278
|
+
readonly icon: "icon";
|
|
278
279
|
readonly createdAt: "createdAt";
|
|
279
280
|
readonly updatedAt: "updatedAt";
|
|
280
281
|
};
|
|
281
282
|
export type AmenityScalarFieldEnum = (typeof AmenityScalarFieldEnum)[keyof typeof AmenityScalarFieldEnum];
|
|
282
|
-
export declare const
|
|
283
|
-
readonly propertyId: "propertyId";
|
|
284
|
-
readonly amenityId: "amenityId";
|
|
285
|
-
readonly createdAt: "createdAt";
|
|
286
|
-
};
|
|
287
|
-
export type PropertyAmenityScalarFieldEnum = (typeof PropertyAmenityScalarFieldEnum)[keyof typeof PropertyAmenityScalarFieldEnum];
|
|
288
|
-
export declare const MortgageScalarFieldEnum: {
|
|
283
|
+
export declare const PropertyVariantScalarFieldEnum: {
|
|
289
284
|
readonly id: "id";
|
|
290
285
|
readonly propertyId: "propertyId";
|
|
291
|
-
readonly
|
|
292
|
-
readonly
|
|
293
|
-
readonly
|
|
294
|
-
readonly
|
|
295
|
-
readonly
|
|
296
|
-
readonly
|
|
297
|
-
readonly
|
|
298
|
-
readonly
|
|
299
|
-
readonly
|
|
286
|
+
readonly name: "name";
|
|
287
|
+
readonly description: "description";
|
|
288
|
+
readonly nBedrooms: "nBedrooms";
|
|
289
|
+
readonly nBathrooms: "nBathrooms";
|
|
290
|
+
readonly nParkingSpots: "nParkingSpots";
|
|
291
|
+
readonly area: "area";
|
|
292
|
+
readonly price: "price";
|
|
293
|
+
readonly pricePerSqm: "pricePerSqm";
|
|
294
|
+
readonly totalUnits: "totalUnits";
|
|
295
|
+
readonly availableUnits: "availableUnits";
|
|
296
|
+
readonly reservedUnits: "reservedUnits";
|
|
297
|
+
readonly soldUnits: "soldUnits";
|
|
300
298
|
readonly status: "status";
|
|
301
|
-
readonly
|
|
302
|
-
readonly stateMetadata: "stateMetadata";
|
|
303
|
-
readonly lastReminderSentAt: "lastReminderSentAt";
|
|
299
|
+
readonly isActive: "isActive";
|
|
304
300
|
readonly createdAt: "createdAt";
|
|
305
301
|
readonly updatedAt: "updatedAt";
|
|
306
302
|
};
|
|
307
|
-
export type
|
|
308
|
-
export declare const
|
|
309
|
-
readonly
|
|
310
|
-
readonly
|
|
311
|
-
readonly description: "description";
|
|
303
|
+
export type PropertyVariantScalarFieldEnum = (typeof PropertyVariantScalarFieldEnum)[keyof typeof PropertyVariantScalarFieldEnum];
|
|
304
|
+
export declare const PropertyVariantAmenityScalarFieldEnum: {
|
|
305
|
+
readonly variantId: "variantId";
|
|
306
|
+
readonly amenityId: "amenityId";
|
|
312
307
|
readonly createdAt: "createdAt";
|
|
313
|
-
readonly updatedAt: "updatedAt";
|
|
314
308
|
};
|
|
315
|
-
export type
|
|
316
|
-
export declare const
|
|
309
|
+
export type PropertyVariantAmenityScalarFieldEnum = (typeof PropertyVariantAmenityScalarFieldEnum)[keyof typeof PropertyVariantAmenityScalarFieldEnum];
|
|
310
|
+
export declare const PropertyVariantMediaScalarFieldEnum: {
|
|
317
311
|
readonly id: "id";
|
|
318
|
-
readonly
|
|
319
|
-
readonly name: "name";
|
|
312
|
+
readonly variantId: "variantId";
|
|
320
313
|
readonly url: "url";
|
|
321
314
|
readonly type: "type";
|
|
322
|
-
readonly
|
|
323
|
-
readonly updatedAt: "updatedAt";
|
|
324
|
-
};
|
|
325
|
-
export type MortgageDocumentScalarFieldEnum = (typeof MortgageDocumentScalarFieldEnum)[keyof typeof MortgageDocumentScalarFieldEnum];
|
|
326
|
-
export declare const MortgageStepScalarFieldEnum: {
|
|
327
|
-
readonly id: "id";
|
|
328
|
-
readonly mortgageId: "mortgageId";
|
|
329
|
-
readonly name: "name";
|
|
330
|
-
readonly description: "description";
|
|
315
|
+
readonly caption: "caption";
|
|
331
316
|
readonly order: "order";
|
|
332
|
-
readonly isCompleted: "isCompleted";
|
|
333
|
-
readonly completedAt: "completedAt";
|
|
334
317
|
readonly createdAt: "createdAt";
|
|
335
318
|
readonly updatedAt: "updatedAt";
|
|
336
319
|
};
|
|
337
|
-
export type
|
|
338
|
-
export declare const
|
|
320
|
+
export type PropertyVariantMediaScalarFieldEnum = (typeof PropertyVariantMediaScalarFieldEnum)[keyof typeof PropertyVariantMediaScalarFieldEnum];
|
|
321
|
+
export declare const PropertyUnitScalarFieldEnum: {
|
|
339
322
|
readonly id: "id";
|
|
340
|
-
readonly
|
|
341
|
-
readonly
|
|
323
|
+
readonly variantId: "variantId";
|
|
324
|
+
readonly unitNumber: "unitNumber";
|
|
325
|
+
readonly floorNumber: "floorNumber";
|
|
326
|
+
readonly blockName: "blockName";
|
|
327
|
+
readonly priceOverride: "priceOverride";
|
|
328
|
+
readonly areaOverride: "areaOverride";
|
|
329
|
+
readonly notes: "notes";
|
|
342
330
|
readonly status: "status";
|
|
343
|
-
readonly
|
|
344
|
-
readonly
|
|
331
|
+
readonly reservedAt: "reservedAt";
|
|
332
|
+
readonly reservedUntil: "reservedUntil";
|
|
333
|
+
readonly reservedById: "reservedById";
|
|
334
|
+
readonly ownerId: "ownerId";
|
|
345
335
|
readonly createdAt: "createdAt";
|
|
346
336
|
readonly updatedAt: "updatedAt";
|
|
347
337
|
};
|
|
348
|
-
export type
|
|
349
|
-
export declare const
|
|
338
|
+
export type PropertyUnitScalarFieldEnum = (typeof PropertyUnitScalarFieldEnum)[keyof typeof PropertyUnitScalarFieldEnum];
|
|
339
|
+
export declare const PropertyAmenityScalarFieldEnum: {
|
|
340
|
+
readonly propertyId: "propertyId";
|
|
341
|
+
readonly amenityId: "amenityId";
|
|
342
|
+
readonly createdAt: "createdAt";
|
|
343
|
+
};
|
|
344
|
+
export type PropertyAmenityScalarFieldEnum = (typeof PropertyAmenityScalarFieldEnum)[keyof typeof PropertyAmenityScalarFieldEnum];
|
|
345
|
+
export declare const PaymentPlanScalarFieldEnum: {
|
|
350
346
|
readonly id: "id";
|
|
351
|
-
readonly
|
|
352
|
-
readonly
|
|
353
|
-
readonly
|
|
354
|
-
readonly
|
|
355
|
-
readonly
|
|
347
|
+
readonly tenantId: "tenantId";
|
|
348
|
+
readonly name: "name";
|
|
349
|
+
readonly description: "description";
|
|
350
|
+
readonly isActive: "isActive";
|
|
351
|
+
readonly paymentFrequency: "paymentFrequency";
|
|
352
|
+
readonly customFrequencyDays: "customFrequencyDays";
|
|
353
|
+
readonly numberOfInstallments: "numberOfInstallments";
|
|
354
|
+
readonly calculateInterestDaily: "calculateInterestDaily";
|
|
355
|
+
readonly gracePeriodDays: "gracePeriodDays";
|
|
356
356
|
readonly createdAt: "createdAt";
|
|
357
357
|
readonly updatedAt: "updatedAt";
|
|
358
358
|
};
|
|
359
|
-
export type
|
|
360
|
-
export declare const
|
|
359
|
+
export type PaymentPlanScalarFieldEnum = (typeof PaymentPlanScalarFieldEnum)[keyof typeof PaymentPlanScalarFieldEnum];
|
|
360
|
+
export declare const PropertyPaymentMethodScalarFieldEnum: {
|
|
361
361
|
readonly id: "id";
|
|
362
|
-
readonly
|
|
363
|
-
readonly
|
|
364
|
-
readonly
|
|
365
|
-
readonly
|
|
366
|
-
readonly
|
|
362
|
+
readonly tenantId: "tenantId";
|
|
363
|
+
readonly name: "name";
|
|
364
|
+
readonly description: "description";
|
|
365
|
+
readonly isActive: "isActive";
|
|
366
|
+
readonly allowEarlyPayoff: "allowEarlyPayoff";
|
|
367
|
+
readonly earlyPayoffPenaltyRate: "earlyPayoffPenaltyRate";
|
|
368
|
+
readonly autoActivatePhases: "autoActivatePhases";
|
|
369
|
+
readonly requiresManualApproval: "requiresManualApproval";
|
|
367
370
|
readonly createdAt: "createdAt";
|
|
368
371
|
readonly updatedAt: "updatedAt";
|
|
369
372
|
};
|
|
370
|
-
export type
|
|
371
|
-
export declare const
|
|
372
|
-
readonly
|
|
373
|
-
readonly
|
|
374
|
-
readonly
|
|
375
|
-
readonly
|
|
376
|
-
readonly
|
|
377
|
-
readonly metadata: "metadata";
|
|
378
|
-
readonly transitionedAt: "transitionedAt";
|
|
373
|
+
export type PropertyPaymentMethodScalarFieldEnum = (typeof PropertyPaymentMethodScalarFieldEnum)[keyof typeof PropertyPaymentMethodScalarFieldEnum];
|
|
374
|
+
export declare const PropertyPaymentMethodLinkScalarFieldEnum: {
|
|
375
|
+
readonly propertyId: "propertyId";
|
|
376
|
+
readonly paymentMethodId: "paymentMethodId";
|
|
377
|
+
readonly isDefault: "isDefault";
|
|
378
|
+
readonly isActive: "isActive";
|
|
379
|
+
readonly createdAt: "createdAt";
|
|
379
380
|
};
|
|
380
|
-
export type
|
|
381
|
-
export declare const
|
|
381
|
+
export type PropertyPaymentMethodLinkScalarFieldEnum = (typeof PropertyPaymentMethodLinkScalarFieldEnum)[keyof typeof PropertyPaymentMethodLinkScalarFieldEnum];
|
|
382
|
+
export declare const PropertyPaymentMethodPhaseScalarFieldEnum: {
|
|
382
383
|
readonly id: "id";
|
|
383
|
-
readonly
|
|
384
|
-
readonly
|
|
385
|
-
readonly
|
|
384
|
+
readonly paymentMethodId: "paymentMethodId";
|
|
385
|
+
readonly paymentPlanId: "paymentPlanId";
|
|
386
|
+
readonly name: "name";
|
|
387
|
+
readonly description: "description";
|
|
388
|
+
readonly phaseCategory: "phaseCategory";
|
|
389
|
+
readonly phaseType: "phaseType";
|
|
390
|
+
readonly order: "order";
|
|
391
|
+
readonly interestRate: "interestRate";
|
|
392
|
+
readonly percentOfPrice: "percentOfPrice";
|
|
393
|
+
readonly requiresPreviousPhaseCompletion: "requiresPreviousPhaseCompletion";
|
|
394
|
+
readonly minimumCompletionPercentage: "minimumCompletionPercentage";
|
|
395
|
+
readonly requiredDocumentTypes: "requiredDocumentTypes";
|
|
396
|
+
readonly stepDefinitions: "stepDefinitions";
|
|
386
397
|
readonly createdAt: "createdAt";
|
|
398
|
+
readonly updatedAt: "updatedAt";
|
|
387
399
|
};
|
|
388
|
-
export type
|
|
389
|
-
export declare const
|
|
400
|
+
export type PropertyPaymentMethodPhaseScalarFieldEnum = (typeof PropertyPaymentMethodPhaseScalarFieldEnum)[keyof typeof PropertyPaymentMethodPhaseScalarFieldEnum];
|
|
401
|
+
export declare const ContractScalarFieldEnum: {
|
|
390
402
|
readonly id: "id";
|
|
391
|
-
readonly
|
|
403
|
+
readonly tenantId: "tenantId";
|
|
404
|
+
readonly propertyUnitId: "propertyUnitId";
|
|
392
405
|
readonly buyerId: "buyerId";
|
|
393
|
-
readonly
|
|
394
|
-
readonly
|
|
406
|
+
readonly sellerId: "sellerId";
|
|
407
|
+
readonly paymentMethodId: "paymentMethodId";
|
|
408
|
+
readonly contractNumber: "contractNumber";
|
|
409
|
+
readonly title: "title";
|
|
395
410
|
readonly description: "description";
|
|
411
|
+
readonly contractType: "contractType";
|
|
396
412
|
readonly totalAmount: "totalAmount";
|
|
397
|
-
readonly
|
|
413
|
+
readonly downPayment: "downPayment";
|
|
398
414
|
readonly downPaymentPaid: "downPaymentPaid";
|
|
399
|
-
readonly
|
|
415
|
+
readonly principal: "principal";
|
|
400
416
|
readonly interestRate: "interestRate";
|
|
401
|
-
readonly
|
|
417
|
+
readonly termMonths: "termMonths";
|
|
418
|
+
readonly periodicPayment: "periodicPayment";
|
|
419
|
+
readonly totalPaidToDate: "totalPaidToDate";
|
|
420
|
+
readonly totalInterestPaid: "totalInterestPaid";
|
|
421
|
+
readonly status: "status";
|
|
402
422
|
readonly state: "state";
|
|
403
|
-
readonly
|
|
423
|
+
readonly currentPhaseId: "currentPhaseId";
|
|
424
|
+
readonly nextPaymentDueDate: "nextPaymentDueDate";
|
|
425
|
+
readonly lastReminderSentAt: "lastReminderSentAt";
|
|
426
|
+
readonly startDate: "startDate";
|
|
427
|
+
readonly endDate: "endDate";
|
|
428
|
+
readonly signedAt: "signedAt";
|
|
429
|
+
readonly terminatedAt: "terminatedAt";
|
|
404
430
|
readonly createdAt: "createdAt";
|
|
405
431
|
readonly updatedAt: "updatedAt";
|
|
406
432
|
};
|
|
407
|
-
export type
|
|
408
|
-
export declare const
|
|
433
|
+
export type ContractScalarFieldEnum = (typeof ContractScalarFieldEnum)[keyof typeof ContractScalarFieldEnum];
|
|
434
|
+
export declare const ContractPhaseScalarFieldEnum: {
|
|
409
435
|
readonly id: "id";
|
|
410
|
-
readonly
|
|
436
|
+
readonly contractId: "contractId";
|
|
437
|
+
readonly paymentPlanId: "paymentPlanId";
|
|
411
438
|
readonly name: "name";
|
|
412
|
-
readonly
|
|
439
|
+
readonly description: "description";
|
|
440
|
+
readonly phaseCategory: "phaseCategory";
|
|
441
|
+
readonly phaseType: "phaseType";
|
|
442
|
+
readonly order: "order";
|
|
443
|
+
readonly status: "status";
|
|
444
|
+
readonly totalAmount: "totalAmount";
|
|
445
|
+
readonly paidAmount: "paidAmount";
|
|
446
|
+
readonly remainingAmount: "remainingAmount";
|
|
447
|
+
readonly interestRate: "interestRate";
|
|
448
|
+
readonly dueDate: "dueDate";
|
|
413
449
|
readonly startDate: "startDate";
|
|
414
450
|
readonly endDate: "endDate";
|
|
415
|
-
readonly
|
|
451
|
+
readonly activatedAt: "activatedAt";
|
|
452
|
+
readonly completedAt: "completedAt";
|
|
453
|
+
readonly requiresPreviousPhaseCompletion: "requiresPreviousPhaseCompletion";
|
|
454
|
+
readonly minimumCompletionPercentage: "minimumCompletionPercentage";
|
|
455
|
+
readonly createdAt: "createdAt";
|
|
456
|
+
readonly updatedAt: "updatedAt";
|
|
457
|
+
};
|
|
458
|
+
export type ContractPhaseScalarFieldEnum = (typeof ContractPhaseScalarFieldEnum)[keyof typeof ContractPhaseScalarFieldEnum];
|
|
459
|
+
export declare const ContractPhaseStepScalarFieldEnum: {
|
|
460
|
+
readonly id: "id";
|
|
461
|
+
readonly phaseId: "phaseId";
|
|
462
|
+
readonly name: "name";
|
|
463
|
+
readonly description: "description";
|
|
464
|
+
readonly stepType: "stepType";
|
|
465
|
+
readonly order: "order";
|
|
466
|
+
readonly status: "status";
|
|
467
|
+
readonly assigneeId: "assigneeId";
|
|
468
|
+
readonly requiredDocumentTypes: "requiredDocumentTypes";
|
|
469
|
+
readonly dueDate: "dueDate";
|
|
470
|
+
readonly completedAt: "completedAt";
|
|
416
471
|
readonly createdAt: "createdAt";
|
|
417
472
|
readonly updatedAt: "updatedAt";
|
|
418
473
|
};
|
|
419
|
-
export type
|
|
420
|
-
export declare const
|
|
474
|
+
export type ContractPhaseStepScalarFieldEnum = (typeof ContractPhaseStepScalarFieldEnum)[keyof typeof ContractPhaseStepScalarFieldEnum];
|
|
475
|
+
export declare const ContractPhaseStepApprovalScalarFieldEnum: {
|
|
421
476
|
readonly id: "id";
|
|
422
|
-
readonly
|
|
477
|
+
readonly stepId: "stepId";
|
|
478
|
+
readonly approverId: "approverId";
|
|
479
|
+
readonly decision: "decision";
|
|
480
|
+
readonly comment: "comment";
|
|
481
|
+
readonly decidedAt: "decidedAt";
|
|
482
|
+
readonly createdAt: "createdAt";
|
|
483
|
+
};
|
|
484
|
+
export type ContractPhaseStepApprovalScalarFieldEnum = (typeof ContractPhaseStepApprovalScalarFieldEnum)[keyof typeof ContractPhaseStepApprovalScalarFieldEnum];
|
|
485
|
+
export declare const ContractInstallmentScalarFieldEnum: {
|
|
486
|
+
readonly id: "id";
|
|
487
|
+
readonly phaseId: "phaseId";
|
|
423
488
|
readonly installmentNumber: "installmentNumber";
|
|
424
489
|
readonly amount: "amount";
|
|
425
490
|
readonly principalAmount: "principalAmount";
|
|
@@ -429,14 +494,17 @@ export declare const PaymentInstallmentScalarFieldEnum: {
|
|
|
429
494
|
readonly paidAmount: "paidAmount";
|
|
430
495
|
readonly paidDate: "paidDate";
|
|
431
496
|
readonly lateFee: "lateFee";
|
|
497
|
+
readonly lateFeeWaived: "lateFeeWaived";
|
|
498
|
+
readonly gracePeriodDays: "gracePeriodDays";
|
|
499
|
+
readonly gracePeriodEndDate: "gracePeriodEndDate";
|
|
432
500
|
readonly createdAt: "createdAt";
|
|
433
501
|
readonly updatedAt: "updatedAt";
|
|
434
502
|
};
|
|
435
|
-
export type
|
|
436
|
-
export declare const
|
|
503
|
+
export type ContractInstallmentScalarFieldEnum = (typeof ContractInstallmentScalarFieldEnum)[keyof typeof ContractInstallmentScalarFieldEnum];
|
|
504
|
+
export declare const ContractPaymentScalarFieldEnum: {
|
|
437
505
|
readonly id: "id";
|
|
438
|
-
readonly
|
|
439
|
-
readonly
|
|
506
|
+
readonly contractId: "contractId";
|
|
507
|
+
readonly phaseId: "phaseId";
|
|
440
508
|
readonly installmentId: "installmentId";
|
|
441
509
|
readonly payerId: "payerId";
|
|
442
510
|
readonly amount: "amount";
|
|
@@ -451,36 +519,59 @@ export declare const PaymentScalarFieldEnum: {
|
|
|
451
519
|
readonly createdAt: "createdAt";
|
|
452
520
|
readonly updatedAt: "updatedAt";
|
|
453
521
|
};
|
|
454
|
-
export type
|
|
455
|
-
export declare const ContractScalarFieldEnum: {
|
|
456
|
-
readonly id: "id";
|
|
457
|
-
readonly propertyId: "propertyId";
|
|
458
|
-
readonly paymentPlanId: "paymentPlanId";
|
|
459
|
-
readonly buyerId: "buyerId";
|
|
460
|
-
readonly sellerId: "sellerId";
|
|
461
|
-
readonly contractType: "contractType";
|
|
462
|
-
readonly contractNumber: "contractNumber";
|
|
463
|
-
readonly title: "title";
|
|
464
|
-
readonly description: "description";
|
|
465
|
-
readonly status: "status";
|
|
466
|
-
readonly startDate: "startDate";
|
|
467
|
-
readonly endDate: "endDate";
|
|
468
|
-
readonly signedAt: "signedAt";
|
|
469
|
-
readonly terminatedAt: "terminatedAt";
|
|
470
|
-
readonly createdAt: "createdAt";
|
|
471
|
-
readonly updatedAt: "updatedAt";
|
|
472
|
-
};
|
|
473
|
-
export type ContractScalarFieldEnum = (typeof ContractScalarFieldEnum)[keyof typeof ContractScalarFieldEnum];
|
|
522
|
+
export type ContractPaymentScalarFieldEnum = (typeof ContractPaymentScalarFieldEnum)[keyof typeof ContractPaymentScalarFieldEnum];
|
|
474
523
|
export declare const ContractDocumentScalarFieldEnum: {
|
|
475
524
|
readonly id: "id";
|
|
476
525
|
readonly contractId: "contractId";
|
|
526
|
+
readonly phaseId: "phaseId";
|
|
527
|
+
readonly stepId: "stepId";
|
|
477
528
|
readonly name: "name";
|
|
478
529
|
readonly url: "url";
|
|
479
530
|
readonly type: "type";
|
|
531
|
+
readonly uploadedById: "uploadedById";
|
|
532
|
+
readonly status: "status";
|
|
480
533
|
readonly createdAt: "createdAt";
|
|
481
534
|
readonly updatedAt: "updatedAt";
|
|
482
535
|
};
|
|
483
536
|
export type ContractDocumentScalarFieldEnum = (typeof ContractDocumentScalarFieldEnum)[keyof typeof ContractDocumentScalarFieldEnum];
|
|
537
|
+
export declare const ContractTransitionScalarFieldEnum: {
|
|
538
|
+
readonly id: "id";
|
|
539
|
+
readonly contractId: "contractId";
|
|
540
|
+
readonly fromState: "fromState";
|
|
541
|
+
readonly toState: "toState";
|
|
542
|
+
readonly trigger: "trigger";
|
|
543
|
+
readonly metadata: "metadata";
|
|
544
|
+
readonly transitionedAt: "transitionedAt";
|
|
545
|
+
};
|
|
546
|
+
export type ContractTransitionScalarFieldEnum = (typeof ContractTransitionScalarFieldEnum)[keyof typeof ContractTransitionScalarFieldEnum];
|
|
547
|
+
export declare const ContractEventScalarFieldEnum: {
|
|
548
|
+
readonly id: "id";
|
|
549
|
+
readonly contractId: "contractId";
|
|
550
|
+
readonly event: "event";
|
|
551
|
+
readonly data: "data";
|
|
552
|
+
readonly createdAt: "createdAt";
|
|
553
|
+
};
|
|
554
|
+
export type ContractEventScalarFieldEnum = (typeof ContractEventScalarFieldEnum)[keyof typeof ContractEventScalarFieldEnum];
|
|
555
|
+
export declare const DomainEventScalarFieldEnum: {
|
|
556
|
+
readonly id: "id";
|
|
557
|
+
readonly eventType: "eventType";
|
|
558
|
+
readonly aggregateType: "aggregateType";
|
|
559
|
+
readonly aggregateId: "aggregateId";
|
|
560
|
+
readonly queueName: "queueName";
|
|
561
|
+
readonly payload: "payload";
|
|
562
|
+
readonly occurredAt: "occurredAt";
|
|
563
|
+
readonly actorId: "actorId";
|
|
564
|
+
readonly actorRole: "actorRole";
|
|
565
|
+
readonly status: "status";
|
|
566
|
+
readonly processedAt: "processedAt";
|
|
567
|
+
readonly sentAt: "sentAt";
|
|
568
|
+
readonly failureCount: "failureCount";
|
|
569
|
+
readonly lastError: "lastError";
|
|
570
|
+
readonly nextRetryAt: "nextRetryAt";
|
|
571
|
+
readonly createdAt: "createdAt";
|
|
572
|
+
readonly updatedAt: "updatedAt";
|
|
573
|
+
};
|
|
574
|
+
export type DomainEventScalarFieldEnum = (typeof DomainEventScalarFieldEnum)[keyof typeof DomainEventScalarFieldEnum];
|
|
484
575
|
export declare const SortOrder: {
|
|
485
576
|
readonly asc: "asc";
|
|
486
577
|
readonly desc: "desc";
|
|
@@ -601,6 +692,7 @@ export declare const SettingsOrderByRelevanceFieldEnum: {
|
|
|
601
692
|
export type SettingsOrderByRelevanceFieldEnum = (typeof SettingsOrderByRelevanceFieldEnum)[keyof typeof SettingsOrderByRelevanceFieldEnum];
|
|
602
693
|
export declare const PropertyOrderByRelevanceFieldEnum: {
|
|
603
694
|
readonly id: "id";
|
|
695
|
+
readonly tenantId: "tenantId";
|
|
604
696
|
readonly userId: "userId";
|
|
605
697
|
readonly title: "title";
|
|
606
698
|
readonly category: "category";
|
|
@@ -611,9 +703,6 @@ export declare const PropertyOrderByRelevanceFieldEnum: {
|
|
|
611
703
|
readonly district: "district";
|
|
612
704
|
readonly zipCode: "zipCode";
|
|
613
705
|
readonly streetAddress: "streetAddress";
|
|
614
|
-
readonly nBedrooms: "nBedrooms";
|
|
615
|
-
readonly nBathrooms: "nBathrooms";
|
|
616
|
-
readonly nParkingSpots: "nParkingSpots";
|
|
617
706
|
readonly status: "status";
|
|
618
707
|
readonly description: "description";
|
|
619
708
|
readonly displayImageId: "displayImageId";
|
|
@@ -638,107 +727,135 @@ export type PropertyDocumentOrderByRelevanceFieldEnum = (typeof PropertyDocument
|
|
|
638
727
|
export declare const AmenityOrderByRelevanceFieldEnum: {
|
|
639
728
|
readonly id: "id";
|
|
640
729
|
readonly name: "name";
|
|
730
|
+
readonly category: "category";
|
|
731
|
+
readonly icon: "icon";
|
|
641
732
|
};
|
|
642
733
|
export type AmenityOrderByRelevanceFieldEnum = (typeof AmenityOrderByRelevanceFieldEnum)[keyof typeof AmenityOrderByRelevanceFieldEnum];
|
|
643
|
-
export declare const
|
|
734
|
+
export declare const PropertyVariantOrderByRelevanceFieldEnum: {
|
|
735
|
+
readonly id: "id";
|
|
644
736
|
readonly propertyId: "propertyId";
|
|
737
|
+
readonly name: "name";
|
|
738
|
+
readonly description: "description";
|
|
739
|
+
readonly status: "status";
|
|
740
|
+
};
|
|
741
|
+
export type PropertyVariantOrderByRelevanceFieldEnum = (typeof PropertyVariantOrderByRelevanceFieldEnum)[keyof typeof PropertyVariantOrderByRelevanceFieldEnum];
|
|
742
|
+
export declare const PropertyVariantAmenityOrderByRelevanceFieldEnum: {
|
|
743
|
+
readonly variantId: "variantId";
|
|
645
744
|
readonly amenityId: "amenityId";
|
|
646
745
|
};
|
|
647
|
-
export type
|
|
648
|
-
export declare const
|
|
746
|
+
export type PropertyVariantAmenityOrderByRelevanceFieldEnum = (typeof PropertyVariantAmenityOrderByRelevanceFieldEnum)[keyof typeof PropertyVariantAmenityOrderByRelevanceFieldEnum];
|
|
747
|
+
export declare const PropertyVariantMediaOrderByRelevanceFieldEnum: {
|
|
649
748
|
readonly id: "id";
|
|
650
|
-
readonly
|
|
651
|
-
readonly
|
|
652
|
-
readonly
|
|
653
|
-
readonly
|
|
749
|
+
readonly variantId: "variantId";
|
|
750
|
+
readonly url: "url";
|
|
751
|
+
readonly type: "type";
|
|
752
|
+
readonly caption: "caption";
|
|
753
|
+
};
|
|
754
|
+
export type PropertyVariantMediaOrderByRelevanceFieldEnum = (typeof PropertyVariantMediaOrderByRelevanceFieldEnum)[keyof typeof PropertyVariantMediaOrderByRelevanceFieldEnum];
|
|
755
|
+
export declare const PropertyUnitOrderByRelevanceFieldEnum: {
|
|
756
|
+
readonly id: "id";
|
|
757
|
+
readonly variantId: "variantId";
|
|
758
|
+
readonly unitNumber: "unitNumber";
|
|
759
|
+
readonly blockName: "blockName";
|
|
760
|
+
readonly notes: "notes";
|
|
654
761
|
readonly status: "status";
|
|
655
|
-
readonly
|
|
656
|
-
readonly
|
|
762
|
+
readonly reservedById: "reservedById";
|
|
763
|
+
readonly ownerId: "ownerId";
|
|
657
764
|
};
|
|
658
|
-
export type
|
|
659
|
-
export declare const
|
|
765
|
+
export type PropertyUnitOrderByRelevanceFieldEnum = (typeof PropertyUnitOrderByRelevanceFieldEnum)[keyof typeof PropertyUnitOrderByRelevanceFieldEnum];
|
|
766
|
+
export declare const PropertyAmenityOrderByRelevanceFieldEnum: {
|
|
767
|
+
readonly propertyId: "propertyId";
|
|
768
|
+
readonly amenityId: "amenityId";
|
|
769
|
+
};
|
|
770
|
+
export type PropertyAmenityOrderByRelevanceFieldEnum = (typeof PropertyAmenityOrderByRelevanceFieldEnum)[keyof typeof PropertyAmenityOrderByRelevanceFieldEnum];
|
|
771
|
+
export declare const PaymentPlanOrderByRelevanceFieldEnum: {
|
|
660
772
|
readonly id: "id";
|
|
773
|
+
readonly tenantId: "tenantId";
|
|
661
774
|
readonly name: "name";
|
|
662
775
|
readonly description: "description";
|
|
776
|
+
readonly paymentFrequency: "paymentFrequency";
|
|
663
777
|
};
|
|
664
|
-
export type
|
|
665
|
-
export declare const
|
|
778
|
+
export type PaymentPlanOrderByRelevanceFieldEnum = (typeof PaymentPlanOrderByRelevanceFieldEnum)[keyof typeof PaymentPlanOrderByRelevanceFieldEnum];
|
|
779
|
+
export declare const PropertyPaymentMethodOrderByRelevanceFieldEnum: {
|
|
666
780
|
readonly id: "id";
|
|
667
|
-
readonly
|
|
781
|
+
readonly tenantId: "tenantId";
|
|
668
782
|
readonly name: "name";
|
|
669
|
-
readonly
|
|
670
|
-
readonly type: "type";
|
|
783
|
+
readonly description: "description";
|
|
671
784
|
};
|
|
672
|
-
export type
|
|
673
|
-
export declare const
|
|
785
|
+
export type PropertyPaymentMethodOrderByRelevanceFieldEnum = (typeof PropertyPaymentMethodOrderByRelevanceFieldEnum)[keyof typeof PropertyPaymentMethodOrderByRelevanceFieldEnum];
|
|
786
|
+
export declare const PropertyPaymentMethodLinkOrderByRelevanceFieldEnum: {
|
|
787
|
+
readonly propertyId: "propertyId";
|
|
788
|
+
readonly paymentMethodId: "paymentMethodId";
|
|
789
|
+
};
|
|
790
|
+
export type PropertyPaymentMethodLinkOrderByRelevanceFieldEnum = (typeof PropertyPaymentMethodLinkOrderByRelevanceFieldEnum)[keyof typeof PropertyPaymentMethodLinkOrderByRelevanceFieldEnum];
|
|
791
|
+
export declare const PropertyPaymentMethodPhaseOrderByRelevanceFieldEnum: {
|
|
674
792
|
readonly id: "id";
|
|
675
|
-
readonly
|
|
793
|
+
readonly paymentMethodId: "paymentMethodId";
|
|
794
|
+
readonly paymentPlanId: "paymentPlanId";
|
|
676
795
|
readonly name: "name";
|
|
677
796
|
readonly description: "description";
|
|
797
|
+
readonly phaseCategory: "phaseCategory";
|
|
798
|
+
readonly phaseType: "phaseType";
|
|
799
|
+
readonly requiredDocumentTypes: "requiredDocumentTypes";
|
|
800
|
+
readonly stepDefinitions: "stepDefinitions";
|
|
678
801
|
};
|
|
679
|
-
export type
|
|
680
|
-
export declare const
|
|
802
|
+
export type PropertyPaymentMethodPhaseOrderByRelevanceFieldEnum = (typeof PropertyPaymentMethodPhaseOrderByRelevanceFieldEnum)[keyof typeof PropertyPaymentMethodPhaseOrderByRelevanceFieldEnum];
|
|
803
|
+
export declare const ContractOrderByRelevanceFieldEnum: {
|
|
681
804
|
readonly id: "id";
|
|
805
|
+
readonly tenantId: "tenantId";
|
|
806
|
+
readonly propertyUnitId: "propertyUnitId";
|
|
807
|
+
readonly buyerId: "buyerId";
|
|
808
|
+
readonly sellerId: "sellerId";
|
|
809
|
+
readonly paymentMethodId: "paymentMethodId";
|
|
810
|
+
readonly contractNumber: "contractNumber";
|
|
811
|
+
readonly title: "title";
|
|
812
|
+
readonly description: "description";
|
|
813
|
+
readonly contractType: "contractType";
|
|
682
814
|
readonly status: "status";
|
|
815
|
+
readonly state: "state";
|
|
816
|
+
readonly currentPhaseId: "currentPhaseId";
|
|
683
817
|
};
|
|
684
|
-
export type
|
|
685
|
-
export declare const
|
|
686
|
-
readonly id: "id";
|
|
687
|
-
readonly planId: "planId";
|
|
688
|
-
};
|
|
689
|
-
export type MortgageDownpaymentInstallmentOrderByRelevanceFieldEnum = (typeof MortgageDownpaymentInstallmentOrderByRelevanceFieldEnum)[keyof typeof MortgageDownpaymentInstallmentOrderByRelevanceFieldEnum];
|
|
690
|
-
export declare const MortgageDownpaymentPaymentOrderByRelevanceFieldEnum: {
|
|
818
|
+
export type ContractOrderByRelevanceFieldEnum = (typeof ContractOrderByRelevanceFieldEnum)[keyof typeof ContractOrderByRelevanceFieldEnum];
|
|
819
|
+
export declare const ContractPhaseOrderByRelevanceFieldEnum: {
|
|
691
820
|
readonly id: "id";
|
|
692
|
-
readonly
|
|
693
|
-
readonly
|
|
694
|
-
readonly
|
|
821
|
+
readonly contractId: "contractId";
|
|
822
|
+
readonly paymentPlanId: "paymentPlanId";
|
|
823
|
+
readonly name: "name";
|
|
824
|
+
readonly description: "description";
|
|
825
|
+
readonly phaseCategory: "phaseCategory";
|
|
826
|
+
readonly phaseType: "phaseType";
|
|
695
827
|
readonly status: "status";
|
|
696
828
|
};
|
|
697
|
-
export type
|
|
698
|
-
export declare const
|
|
699
|
-
readonly id: "id";
|
|
700
|
-
readonly mortgageId: "mortgageId";
|
|
701
|
-
readonly fromState: "fromState";
|
|
702
|
-
readonly toState: "toState";
|
|
703
|
-
readonly trigger: "trigger";
|
|
704
|
-
readonly metadata: "metadata";
|
|
705
|
-
};
|
|
706
|
-
export type MortgageTransitionOrderByRelevanceFieldEnum = (typeof MortgageTransitionOrderByRelevanceFieldEnum)[keyof typeof MortgageTransitionOrderByRelevanceFieldEnum];
|
|
707
|
-
export declare const MortgageTransitionEventOrderByRelevanceFieldEnum: {
|
|
829
|
+
export type ContractPhaseOrderByRelevanceFieldEnum = (typeof ContractPhaseOrderByRelevanceFieldEnum)[keyof typeof ContractPhaseOrderByRelevanceFieldEnum];
|
|
830
|
+
export declare const ContractPhaseStepOrderByRelevanceFieldEnum: {
|
|
708
831
|
readonly id: "id";
|
|
709
|
-
readonly
|
|
710
|
-
readonly event: "event";
|
|
711
|
-
readonly data: "data";
|
|
712
|
-
};
|
|
713
|
-
export type MortgageTransitionEventOrderByRelevanceFieldEnum = (typeof MortgageTransitionEventOrderByRelevanceFieldEnum)[keyof typeof MortgageTransitionEventOrderByRelevanceFieldEnum];
|
|
714
|
-
export declare const PaymentPlanOrderByRelevanceFieldEnum: {
|
|
715
|
-
readonly id: "id";
|
|
716
|
-
readonly propertyId: "propertyId";
|
|
717
|
-
readonly buyerId: "buyerId";
|
|
718
|
-
readonly planType: "planType";
|
|
832
|
+
readonly phaseId: "phaseId";
|
|
719
833
|
readonly name: "name";
|
|
720
834
|
readonly description: "description";
|
|
721
|
-
readonly
|
|
722
|
-
readonly
|
|
835
|
+
readonly stepType: "stepType";
|
|
836
|
+
readonly status: "status";
|
|
837
|
+
readonly assigneeId: "assigneeId";
|
|
838
|
+
readonly requiredDocumentTypes: "requiredDocumentTypes";
|
|
723
839
|
};
|
|
724
|
-
export type
|
|
725
|
-
export declare const
|
|
840
|
+
export type ContractPhaseStepOrderByRelevanceFieldEnum = (typeof ContractPhaseStepOrderByRelevanceFieldEnum)[keyof typeof ContractPhaseStepOrderByRelevanceFieldEnum];
|
|
841
|
+
export declare const ContractPhaseStepApprovalOrderByRelevanceFieldEnum: {
|
|
726
842
|
readonly id: "id";
|
|
727
|
-
readonly
|
|
728
|
-
readonly
|
|
729
|
-
readonly
|
|
843
|
+
readonly stepId: "stepId";
|
|
844
|
+
readonly approverId: "approverId";
|
|
845
|
+
readonly decision: "decision";
|
|
846
|
+
readonly comment: "comment";
|
|
730
847
|
};
|
|
731
|
-
export type
|
|
732
|
-
export declare const
|
|
848
|
+
export type ContractPhaseStepApprovalOrderByRelevanceFieldEnum = (typeof ContractPhaseStepApprovalOrderByRelevanceFieldEnum)[keyof typeof ContractPhaseStepApprovalOrderByRelevanceFieldEnum];
|
|
849
|
+
export declare const ContractInstallmentOrderByRelevanceFieldEnum: {
|
|
733
850
|
readonly id: "id";
|
|
734
|
-
readonly
|
|
851
|
+
readonly phaseId: "phaseId";
|
|
735
852
|
readonly status: "status";
|
|
736
853
|
};
|
|
737
|
-
export type
|
|
738
|
-
export declare const
|
|
854
|
+
export type ContractInstallmentOrderByRelevanceFieldEnum = (typeof ContractInstallmentOrderByRelevanceFieldEnum)[keyof typeof ContractInstallmentOrderByRelevanceFieldEnum];
|
|
855
|
+
export declare const ContractPaymentOrderByRelevanceFieldEnum: {
|
|
739
856
|
readonly id: "id";
|
|
740
|
-
readonly
|
|
741
|
-
readonly
|
|
857
|
+
readonly contractId: "contractId";
|
|
858
|
+
readonly phaseId: "phaseId";
|
|
742
859
|
readonly installmentId: "installmentId";
|
|
743
860
|
readonly payerId: "payerId";
|
|
744
861
|
readonly paymentMethod: "paymentMethod";
|
|
@@ -746,25 +863,45 @@ export declare const PaymentOrderByRelevanceFieldEnum: {
|
|
|
746
863
|
readonly reference: "reference";
|
|
747
864
|
readonly gatewayResponse: "gatewayResponse";
|
|
748
865
|
};
|
|
749
|
-
export type
|
|
750
|
-
export declare const ContractOrderByRelevanceFieldEnum: {
|
|
751
|
-
readonly id: "id";
|
|
752
|
-
readonly propertyId: "propertyId";
|
|
753
|
-
readonly paymentPlanId: "paymentPlanId";
|
|
754
|
-
readonly buyerId: "buyerId";
|
|
755
|
-
readonly sellerId: "sellerId";
|
|
756
|
-
readonly contractType: "contractType";
|
|
757
|
-
readonly contractNumber: "contractNumber";
|
|
758
|
-
readonly title: "title";
|
|
759
|
-
readonly description: "description";
|
|
760
|
-
readonly status: "status";
|
|
761
|
-
};
|
|
762
|
-
export type ContractOrderByRelevanceFieldEnum = (typeof ContractOrderByRelevanceFieldEnum)[keyof typeof ContractOrderByRelevanceFieldEnum];
|
|
866
|
+
export type ContractPaymentOrderByRelevanceFieldEnum = (typeof ContractPaymentOrderByRelevanceFieldEnum)[keyof typeof ContractPaymentOrderByRelevanceFieldEnum];
|
|
763
867
|
export declare const ContractDocumentOrderByRelevanceFieldEnum: {
|
|
764
868
|
readonly id: "id";
|
|
765
869
|
readonly contractId: "contractId";
|
|
870
|
+
readonly phaseId: "phaseId";
|
|
871
|
+
readonly stepId: "stepId";
|
|
766
872
|
readonly name: "name";
|
|
767
873
|
readonly url: "url";
|
|
768
874
|
readonly type: "type";
|
|
875
|
+
readonly uploadedById: "uploadedById";
|
|
876
|
+
readonly status: "status";
|
|
769
877
|
};
|
|
770
878
|
export type ContractDocumentOrderByRelevanceFieldEnum = (typeof ContractDocumentOrderByRelevanceFieldEnum)[keyof typeof ContractDocumentOrderByRelevanceFieldEnum];
|
|
879
|
+
export declare const ContractTransitionOrderByRelevanceFieldEnum: {
|
|
880
|
+
readonly id: "id";
|
|
881
|
+
readonly contractId: "contractId";
|
|
882
|
+
readonly fromState: "fromState";
|
|
883
|
+
readonly toState: "toState";
|
|
884
|
+
readonly trigger: "trigger";
|
|
885
|
+
readonly metadata: "metadata";
|
|
886
|
+
};
|
|
887
|
+
export type ContractTransitionOrderByRelevanceFieldEnum = (typeof ContractTransitionOrderByRelevanceFieldEnum)[keyof typeof ContractTransitionOrderByRelevanceFieldEnum];
|
|
888
|
+
export declare const ContractEventOrderByRelevanceFieldEnum: {
|
|
889
|
+
readonly id: "id";
|
|
890
|
+
readonly contractId: "contractId";
|
|
891
|
+
readonly event: "event";
|
|
892
|
+
readonly data: "data";
|
|
893
|
+
};
|
|
894
|
+
export type ContractEventOrderByRelevanceFieldEnum = (typeof ContractEventOrderByRelevanceFieldEnum)[keyof typeof ContractEventOrderByRelevanceFieldEnum];
|
|
895
|
+
export declare const DomainEventOrderByRelevanceFieldEnum: {
|
|
896
|
+
readonly id: "id";
|
|
897
|
+
readonly eventType: "eventType";
|
|
898
|
+
readonly aggregateType: "aggregateType";
|
|
899
|
+
readonly aggregateId: "aggregateId";
|
|
900
|
+
readonly queueName: "queueName";
|
|
901
|
+
readonly payload: "payload";
|
|
902
|
+
readonly actorId: "actorId";
|
|
903
|
+
readonly actorRole: "actorRole";
|
|
904
|
+
readonly status: "status";
|
|
905
|
+
readonly lastError: "lastError";
|
|
906
|
+
};
|
|
907
|
+
export type DomainEventOrderByRelevanceFieldEnum = (typeof DomainEventOrderByRelevanceFieldEnum)[keyof typeof DomainEventOrderByRelevanceFieldEnum];
|