@valentine-efagene/qshelter-common 2.0.93 → 2.0.95
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 +16 -16
- package/dist/generated/client/client.d.ts +16 -16
- package/dist/generated/client/commonInputTypes.d.ts +72 -72
- package/dist/generated/client/enums.d.ts +13 -13
- package/dist/generated/client/enums.js +10 -10
- package/dist/generated/client/internal/class.d.ts +32 -32
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +328 -321
- package/dist/generated/client/internal/prismaNamespace.js +57 -50
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +73 -66
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +57 -50
- package/dist/generated/client/models/Application.d.ts +5439 -0
- package/dist/generated/client/models/Application.js +1 -0
- package/dist/generated/client/models/ApplicationDocument.d.ts +1409 -0
- package/dist/generated/client/models/ApplicationDocument.js +1 -0
- package/dist/generated/client/models/ApplicationEvent.d.ts +1254 -0
- package/dist/generated/client/models/ApplicationEvent.js +1 -0
- package/dist/generated/client/models/ApplicationPayment.d.ts +2030 -0
- package/dist/generated/client/models/ApplicationPayment.js +1 -0
- package/dist/generated/client/models/ApplicationPhase.d.ts +2243 -0
- package/dist/generated/client/models/ApplicationPhase.js +1 -0
- package/dist/generated/client/models/ApplicationRefund.d.ts +2560 -0
- package/dist/generated/client/models/ApplicationRefund.js +1 -0
- package/dist/generated/client/models/ApplicationTermination.d.ts +3446 -0
- package/dist/generated/client/models/ApplicationTermination.js +1 -0
- package/dist/generated/client/models/DocumentationPhase.d.ts +13 -13
- package/dist/generated/client/models/OfferLetter.d.ts +97 -97
- package/dist/generated/client/models/PaymentInstallment.d.ts +1660 -0
- package/dist/generated/client/models/PaymentInstallment.js +1 -0
- package/dist/generated/client/models/PaymentMethodChangeRequest.d.ts +103 -103
- package/dist/generated/client/models/PaymentPhase.d.ts +135 -41
- package/dist/generated/client/models/PaymentPlan.d.ts +259 -30
- package/dist/generated/client/models/PropertyPaymentMethod.d.ts +77 -77
- package/dist/generated/client/models/PropertyTransferRequest.d.ts +213 -213
- package/dist/generated/client/models/PropertyUnit.d.ts +53 -53
- package/dist/generated/client/models/QuestionnairePhase.d.ts +11 -11
- package/dist/generated/client/models/Tenant.d.ts +323 -323
- package/dist/generated/client/models/User.d.ts +1329 -1329
- package/dist/generated/client/models/index.d.ts +8 -8
- package/dist/generated/client/models/index.js +8 -8
- package/dist/generated/client/models.d.ts +8 -8
- package/package.json +1 -1
- package/prisma/migrations/20260112041159_add_flexible_term_configuration/migration.sql +11 -0
- package/prisma/migrations/20260112080730_rename_contract_to_application/migration.sql +529 -0
- package/prisma/schema.prisma +123 -108
- package/prisma/schema.prisma.backup +2601 -0
|
@@ -28,7 +28,7 @@ export type PropertyTransferRequestSumAggregateOutputType = {
|
|
|
28
28
|
export type PropertyTransferRequestMinAggregateOutputType = {
|
|
29
29
|
id: string | null;
|
|
30
30
|
tenantId: string | null;
|
|
31
|
-
|
|
31
|
+
sourceApplicationId: string | null;
|
|
32
32
|
targetPropertyUnitId: string | null;
|
|
33
33
|
requestedById: string | null;
|
|
34
34
|
reviewedById: string | null;
|
|
@@ -42,7 +42,7 @@ export type PropertyTransferRequestMinAggregateOutputType = {
|
|
|
42
42
|
refundedAmount: number | null;
|
|
43
43
|
refundTransactionId: string | null;
|
|
44
44
|
refundedAt: Date | null;
|
|
45
|
-
|
|
45
|
+
targetApplicationId: string | null;
|
|
46
46
|
createdAt: Date | null;
|
|
47
47
|
reviewedAt: Date | null;
|
|
48
48
|
completedAt: Date | null;
|
|
@@ -51,7 +51,7 @@ export type PropertyTransferRequestMinAggregateOutputType = {
|
|
|
51
51
|
export type PropertyTransferRequestMaxAggregateOutputType = {
|
|
52
52
|
id: string | null;
|
|
53
53
|
tenantId: string | null;
|
|
54
|
-
|
|
54
|
+
sourceApplicationId: string | null;
|
|
55
55
|
targetPropertyUnitId: string | null;
|
|
56
56
|
requestedById: string | null;
|
|
57
57
|
reviewedById: string | null;
|
|
@@ -65,7 +65,7 @@ export type PropertyTransferRequestMaxAggregateOutputType = {
|
|
|
65
65
|
refundedAmount: number | null;
|
|
66
66
|
refundTransactionId: string | null;
|
|
67
67
|
refundedAt: Date | null;
|
|
68
|
-
|
|
68
|
+
targetApplicationId: string | null;
|
|
69
69
|
createdAt: Date | null;
|
|
70
70
|
reviewedAt: Date | null;
|
|
71
71
|
completedAt: Date | null;
|
|
@@ -74,7 +74,7 @@ export type PropertyTransferRequestMaxAggregateOutputType = {
|
|
|
74
74
|
export type PropertyTransferRequestCountAggregateOutputType = {
|
|
75
75
|
id: number;
|
|
76
76
|
tenantId: number;
|
|
77
|
-
|
|
77
|
+
sourceApplicationId: number;
|
|
78
78
|
targetPropertyUnitId: number;
|
|
79
79
|
requestedById: number;
|
|
80
80
|
reviewedById: number;
|
|
@@ -88,7 +88,7 @@ export type PropertyTransferRequestCountAggregateOutputType = {
|
|
|
88
88
|
refundedAmount: number;
|
|
89
89
|
refundTransactionId: number;
|
|
90
90
|
refundedAt: number;
|
|
91
|
-
|
|
91
|
+
targetApplicationId: number;
|
|
92
92
|
createdAt: number;
|
|
93
93
|
reviewedAt: number;
|
|
94
94
|
completedAt: number;
|
|
@@ -110,7 +110,7 @@ export type PropertyTransferRequestSumAggregateInputType = {
|
|
|
110
110
|
export type PropertyTransferRequestMinAggregateInputType = {
|
|
111
111
|
id?: true;
|
|
112
112
|
tenantId?: true;
|
|
113
|
-
|
|
113
|
+
sourceApplicationId?: true;
|
|
114
114
|
targetPropertyUnitId?: true;
|
|
115
115
|
requestedById?: true;
|
|
116
116
|
reviewedById?: true;
|
|
@@ -124,7 +124,7 @@ export type PropertyTransferRequestMinAggregateInputType = {
|
|
|
124
124
|
refundedAmount?: true;
|
|
125
125
|
refundTransactionId?: true;
|
|
126
126
|
refundedAt?: true;
|
|
127
|
-
|
|
127
|
+
targetApplicationId?: true;
|
|
128
128
|
createdAt?: true;
|
|
129
129
|
reviewedAt?: true;
|
|
130
130
|
completedAt?: true;
|
|
@@ -133,7 +133,7 @@ export type PropertyTransferRequestMinAggregateInputType = {
|
|
|
133
133
|
export type PropertyTransferRequestMaxAggregateInputType = {
|
|
134
134
|
id?: true;
|
|
135
135
|
tenantId?: true;
|
|
136
|
-
|
|
136
|
+
sourceApplicationId?: true;
|
|
137
137
|
targetPropertyUnitId?: true;
|
|
138
138
|
requestedById?: true;
|
|
139
139
|
reviewedById?: true;
|
|
@@ -147,7 +147,7 @@ export type PropertyTransferRequestMaxAggregateInputType = {
|
|
|
147
147
|
refundedAmount?: true;
|
|
148
148
|
refundTransactionId?: true;
|
|
149
149
|
refundedAt?: true;
|
|
150
|
-
|
|
150
|
+
targetApplicationId?: true;
|
|
151
151
|
createdAt?: true;
|
|
152
152
|
reviewedAt?: true;
|
|
153
153
|
completedAt?: true;
|
|
@@ -156,7 +156,7 @@ export type PropertyTransferRequestMaxAggregateInputType = {
|
|
|
156
156
|
export type PropertyTransferRequestCountAggregateInputType = {
|
|
157
157
|
id?: true;
|
|
158
158
|
tenantId?: true;
|
|
159
|
-
|
|
159
|
+
sourceApplicationId?: true;
|
|
160
160
|
targetPropertyUnitId?: true;
|
|
161
161
|
requestedById?: true;
|
|
162
162
|
reviewedById?: true;
|
|
@@ -170,7 +170,7 @@ export type PropertyTransferRequestCountAggregateInputType = {
|
|
|
170
170
|
refundedAmount?: true;
|
|
171
171
|
refundTransactionId?: true;
|
|
172
172
|
refundedAt?: true;
|
|
173
|
-
|
|
173
|
+
targetApplicationId?: true;
|
|
174
174
|
createdAt?: true;
|
|
175
175
|
reviewedAt?: true;
|
|
176
176
|
completedAt?: true;
|
|
@@ -256,7 +256,7 @@ export type PropertyTransferRequestGroupByArgs<ExtArgs extends runtime.Types.Ext
|
|
|
256
256
|
export type PropertyTransferRequestGroupByOutputType = {
|
|
257
257
|
id: string;
|
|
258
258
|
tenantId: string;
|
|
259
|
-
|
|
259
|
+
sourceApplicationId: string;
|
|
260
260
|
targetPropertyUnitId: string;
|
|
261
261
|
requestedById: string;
|
|
262
262
|
reviewedById: string | null;
|
|
@@ -270,7 +270,7 @@ export type PropertyTransferRequestGroupByOutputType = {
|
|
|
270
270
|
refundedAmount: number | null;
|
|
271
271
|
refundTransactionId: string | null;
|
|
272
272
|
refundedAt: Date | null;
|
|
273
|
-
|
|
273
|
+
targetApplicationId: string | null;
|
|
274
274
|
createdAt: Date;
|
|
275
275
|
reviewedAt: Date | null;
|
|
276
276
|
completedAt: Date | null;
|
|
@@ -290,7 +290,7 @@ export type PropertyTransferRequestWhereInput = {
|
|
|
290
290
|
NOT?: Prisma.PropertyTransferRequestWhereInput | Prisma.PropertyTransferRequestWhereInput[];
|
|
291
291
|
id?: Prisma.StringFilter<"PropertyTransferRequest"> | string;
|
|
292
292
|
tenantId?: Prisma.StringFilter<"PropertyTransferRequest"> | string;
|
|
293
|
-
|
|
293
|
+
sourceApplicationId?: Prisma.StringFilter<"PropertyTransferRequest"> | string;
|
|
294
294
|
targetPropertyUnitId?: Prisma.StringFilter<"PropertyTransferRequest"> | string;
|
|
295
295
|
requestedById?: Prisma.StringFilter<"PropertyTransferRequest"> | string;
|
|
296
296
|
reviewedById?: Prisma.StringNullableFilter<"PropertyTransferRequest"> | string | null;
|
|
@@ -304,22 +304,22 @@ export type PropertyTransferRequestWhereInput = {
|
|
|
304
304
|
refundedAmount?: Prisma.FloatNullableFilter<"PropertyTransferRequest"> | number | null;
|
|
305
305
|
refundTransactionId?: Prisma.StringNullableFilter<"PropertyTransferRequest"> | string | null;
|
|
306
306
|
refundedAt?: Prisma.DateTimeNullableFilter<"PropertyTransferRequest"> | Date | string | null;
|
|
307
|
-
|
|
307
|
+
targetApplicationId?: Prisma.StringNullableFilter<"PropertyTransferRequest"> | string | null;
|
|
308
308
|
createdAt?: Prisma.DateTimeFilter<"PropertyTransferRequest"> | Date | string;
|
|
309
309
|
reviewedAt?: Prisma.DateTimeNullableFilter<"PropertyTransferRequest"> | Date | string | null;
|
|
310
310
|
completedAt?: Prisma.DateTimeNullableFilter<"PropertyTransferRequest"> | Date | string | null;
|
|
311
311
|
updatedAt?: Prisma.DateTimeFilter<"PropertyTransferRequest"> | Date | string;
|
|
312
312
|
tenant?: Prisma.XOR<Prisma.TenantScalarRelationFilter, Prisma.TenantWhereInput>;
|
|
313
|
-
|
|
313
|
+
sourceApplication?: Prisma.XOR<Prisma.ApplicationScalarRelationFilter, Prisma.ApplicationWhereInput>;
|
|
314
314
|
targetPropertyUnit?: Prisma.XOR<Prisma.PropertyUnitScalarRelationFilter, Prisma.PropertyUnitWhereInput>;
|
|
315
315
|
requestedBy?: Prisma.XOR<Prisma.UserScalarRelationFilter, Prisma.UserWhereInput>;
|
|
316
316
|
reviewedBy?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null;
|
|
317
|
-
|
|
317
|
+
targetApplication?: Prisma.XOR<Prisma.ApplicationNullableScalarRelationFilter, Prisma.ApplicationWhereInput> | null;
|
|
318
318
|
};
|
|
319
319
|
export type PropertyTransferRequestOrderByWithRelationInput = {
|
|
320
320
|
id?: Prisma.SortOrder;
|
|
321
321
|
tenantId?: Prisma.SortOrder;
|
|
322
|
-
|
|
322
|
+
sourceApplicationId?: Prisma.SortOrder;
|
|
323
323
|
targetPropertyUnitId?: Prisma.SortOrder;
|
|
324
324
|
requestedById?: Prisma.SortOrder;
|
|
325
325
|
reviewedById?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
@@ -333,17 +333,17 @@ export type PropertyTransferRequestOrderByWithRelationInput = {
|
|
|
333
333
|
refundedAmount?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
334
334
|
refundTransactionId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
335
335
|
refundedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
336
|
-
|
|
336
|
+
targetApplicationId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
337
337
|
createdAt?: Prisma.SortOrder;
|
|
338
338
|
reviewedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
339
339
|
completedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
340
340
|
updatedAt?: Prisma.SortOrder;
|
|
341
341
|
tenant?: Prisma.TenantOrderByWithRelationInput;
|
|
342
|
-
|
|
342
|
+
sourceApplication?: Prisma.ApplicationOrderByWithRelationInput;
|
|
343
343
|
targetPropertyUnit?: Prisma.PropertyUnitOrderByWithRelationInput;
|
|
344
344
|
requestedBy?: Prisma.UserOrderByWithRelationInput;
|
|
345
345
|
reviewedBy?: Prisma.UserOrderByWithRelationInput;
|
|
346
|
-
|
|
346
|
+
targetApplication?: Prisma.ApplicationOrderByWithRelationInput;
|
|
347
347
|
_relevance?: Prisma.PropertyTransferRequestOrderByRelevanceInput;
|
|
348
348
|
};
|
|
349
349
|
export type PropertyTransferRequestWhereUniqueInput = Prisma.AtLeast<{
|
|
@@ -352,7 +352,7 @@ export type PropertyTransferRequestWhereUniqueInput = Prisma.AtLeast<{
|
|
|
352
352
|
OR?: Prisma.PropertyTransferRequestWhereInput[];
|
|
353
353
|
NOT?: Prisma.PropertyTransferRequestWhereInput | Prisma.PropertyTransferRequestWhereInput[];
|
|
354
354
|
tenantId?: Prisma.StringFilter<"PropertyTransferRequest"> | string;
|
|
355
|
-
|
|
355
|
+
sourceApplicationId?: Prisma.StringFilter<"PropertyTransferRequest"> | string;
|
|
356
356
|
targetPropertyUnitId?: Prisma.StringFilter<"PropertyTransferRequest"> | string;
|
|
357
357
|
requestedById?: Prisma.StringFilter<"PropertyTransferRequest"> | string;
|
|
358
358
|
reviewedById?: Prisma.StringNullableFilter<"PropertyTransferRequest"> | string | null;
|
|
@@ -366,22 +366,22 @@ export type PropertyTransferRequestWhereUniqueInput = Prisma.AtLeast<{
|
|
|
366
366
|
refundedAmount?: Prisma.FloatNullableFilter<"PropertyTransferRequest"> | number | null;
|
|
367
367
|
refundTransactionId?: Prisma.StringNullableFilter<"PropertyTransferRequest"> | string | null;
|
|
368
368
|
refundedAt?: Prisma.DateTimeNullableFilter<"PropertyTransferRequest"> | Date | string | null;
|
|
369
|
-
|
|
369
|
+
targetApplicationId?: Prisma.StringNullableFilter<"PropertyTransferRequest"> | string | null;
|
|
370
370
|
createdAt?: Prisma.DateTimeFilter<"PropertyTransferRequest"> | Date | string;
|
|
371
371
|
reviewedAt?: Prisma.DateTimeNullableFilter<"PropertyTransferRequest"> | Date | string | null;
|
|
372
372
|
completedAt?: Prisma.DateTimeNullableFilter<"PropertyTransferRequest"> | Date | string | null;
|
|
373
373
|
updatedAt?: Prisma.DateTimeFilter<"PropertyTransferRequest"> | Date | string;
|
|
374
374
|
tenant?: Prisma.XOR<Prisma.TenantScalarRelationFilter, Prisma.TenantWhereInput>;
|
|
375
|
-
|
|
375
|
+
sourceApplication?: Prisma.XOR<Prisma.ApplicationScalarRelationFilter, Prisma.ApplicationWhereInput>;
|
|
376
376
|
targetPropertyUnit?: Prisma.XOR<Prisma.PropertyUnitScalarRelationFilter, Prisma.PropertyUnitWhereInput>;
|
|
377
377
|
requestedBy?: Prisma.XOR<Prisma.UserScalarRelationFilter, Prisma.UserWhereInput>;
|
|
378
378
|
reviewedBy?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null;
|
|
379
|
-
|
|
379
|
+
targetApplication?: Prisma.XOR<Prisma.ApplicationNullableScalarRelationFilter, Prisma.ApplicationWhereInput> | null;
|
|
380
380
|
}, "id">;
|
|
381
381
|
export type PropertyTransferRequestOrderByWithAggregationInput = {
|
|
382
382
|
id?: Prisma.SortOrder;
|
|
383
383
|
tenantId?: Prisma.SortOrder;
|
|
384
|
-
|
|
384
|
+
sourceApplicationId?: Prisma.SortOrder;
|
|
385
385
|
targetPropertyUnitId?: Prisma.SortOrder;
|
|
386
386
|
requestedById?: Prisma.SortOrder;
|
|
387
387
|
reviewedById?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
@@ -395,7 +395,7 @@ export type PropertyTransferRequestOrderByWithAggregationInput = {
|
|
|
395
395
|
refundedAmount?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
396
396
|
refundTransactionId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
397
397
|
refundedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
398
|
-
|
|
398
|
+
targetApplicationId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
399
399
|
createdAt?: Prisma.SortOrder;
|
|
400
400
|
reviewedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
401
401
|
completedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
@@ -412,7 +412,7 @@ export type PropertyTransferRequestScalarWhereWithAggregatesInput = {
|
|
|
412
412
|
NOT?: Prisma.PropertyTransferRequestScalarWhereWithAggregatesInput | Prisma.PropertyTransferRequestScalarWhereWithAggregatesInput[];
|
|
413
413
|
id?: Prisma.StringWithAggregatesFilter<"PropertyTransferRequest"> | string;
|
|
414
414
|
tenantId?: Prisma.StringWithAggregatesFilter<"PropertyTransferRequest"> | string;
|
|
415
|
-
|
|
415
|
+
sourceApplicationId?: Prisma.StringWithAggregatesFilter<"PropertyTransferRequest"> | string;
|
|
416
416
|
targetPropertyUnitId?: Prisma.StringWithAggregatesFilter<"PropertyTransferRequest"> | string;
|
|
417
417
|
requestedById?: Prisma.StringWithAggregatesFilter<"PropertyTransferRequest"> | string;
|
|
418
418
|
reviewedById?: Prisma.StringNullableWithAggregatesFilter<"PropertyTransferRequest"> | string | null;
|
|
@@ -426,7 +426,7 @@ export type PropertyTransferRequestScalarWhereWithAggregatesInput = {
|
|
|
426
426
|
refundedAmount?: Prisma.FloatNullableWithAggregatesFilter<"PropertyTransferRequest"> | number | null;
|
|
427
427
|
refundTransactionId?: Prisma.StringNullableWithAggregatesFilter<"PropertyTransferRequest"> | string | null;
|
|
428
428
|
refundedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"PropertyTransferRequest"> | Date | string | null;
|
|
429
|
-
|
|
429
|
+
targetApplicationId?: Prisma.StringNullableWithAggregatesFilter<"PropertyTransferRequest"> | string | null;
|
|
430
430
|
createdAt?: Prisma.DateTimeWithAggregatesFilter<"PropertyTransferRequest"> | Date | string;
|
|
431
431
|
reviewedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"PropertyTransferRequest"> | Date | string | null;
|
|
432
432
|
completedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"PropertyTransferRequest"> | Date | string | null;
|
|
@@ -449,16 +449,16 @@ export type PropertyTransferRequestCreateInput = {
|
|
|
449
449
|
completedAt?: Date | string | null;
|
|
450
450
|
updatedAt?: Date | string;
|
|
451
451
|
tenant: Prisma.TenantCreateNestedOneWithoutPropertyTransferRequestsInput;
|
|
452
|
-
|
|
452
|
+
sourceApplication: Prisma.ApplicationCreateNestedOneWithoutOutgoingTransferRequestsInput;
|
|
453
453
|
targetPropertyUnit: Prisma.PropertyUnitCreateNestedOneWithoutTransferRequestsInput;
|
|
454
454
|
requestedBy: Prisma.UserCreateNestedOneWithoutTransferRequestsSubmittedInput;
|
|
455
455
|
reviewedBy?: Prisma.UserCreateNestedOneWithoutTransferRequestsReviewedInput;
|
|
456
|
-
|
|
456
|
+
targetApplication?: Prisma.ApplicationCreateNestedOneWithoutIncomingTransferRequestsInput;
|
|
457
457
|
};
|
|
458
458
|
export type PropertyTransferRequestUncheckedCreateInput = {
|
|
459
459
|
id?: string;
|
|
460
460
|
tenantId: string;
|
|
461
|
-
|
|
461
|
+
sourceApplicationId: string;
|
|
462
462
|
targetPropertyUnitId: string;
|
|
463
463
|
requestedById: string;
|
|
464
464
|
reviewedById?: string | null;
|
|
@@ -472,7 +472,7 @@ export type PropertyTransferRequestUncheckedCreateInput = {
|
|
|
472
472
|
refundedAmount?: number | null;
|
|
473
473
|
refundTransactionId?: string | null;
|
|
474
474
|
refundedAt?: Date | string | null;
|
|
475
|
-
|
|
475
|
+
targetApplicationId?: string | null;
|
|
476
476
|
createdAt?: Date | string;
|
|
477
477
|
reviewedAt?: Date | string | null;
|
|
478
478
|
completedAt?: Date | string | null;
|
|
@@ -495,16 +495,16 @@ export type PropertyTransferRequestUpdateInput = {
|
|
|
495
495
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
496
496
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
497
497
|
tenant?: Prisma.TenantUpdateOneRequiredWithoutPropertyTransferRequestsNestedInput;
|
|
498
|
-
|
|
498
|
+
sourceApplication?: Prisma.ApplicationUpdateOneRequiredWithoutOutgoingTransferRequestsNestedInput;
|
|
499
499
|
targetPropertyUnit?: Prisma.PropertyUnitUpdateOneRequiredWithoutTransferRequestsNestedInput;
|
|
500
500
|
requestedBy?: Prisma.UserUpdateOneRequiredWithoutTransferRequestsSubmittedNestedInput;
|
|
501
501
|
reviewedBy?: Prisma.UserUpdateOneWithoutTransferRequestsReviewedNestedInput;
|
|
502
|
-
|
|
502
|
+
targetApplication?: Prisma.ApplicationUpdateOneWithoutIncomingTransferRequestsNestedInput;
|
|
503
503
|
};
|
|
504
504
|
export type PropertyTransferRequestUncheckedUpdateInput = {
|
|
505
505
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
506
506
|
tenantId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
507
|
-
|
|
507
|
+
sourceApplicationId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
508
508
|
targetPropertyUnitId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
509
509
|
requestedById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
510
510
|
reviewedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -518,7 +518,7 @@ export type PropertyTransferRequestUncheckedUpdateInput = {
|
|
|
518
518
|
refundedAmount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
519
519
|
refundTransactionId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
520
520
|
refundedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
521
|
-
|
|
521
|
+
targetApplicationId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
522
522
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
523
523
|
reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
524
524
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -527,7 +527,7 @@ export type PropertyTransferRequestUncheckedUpdateInput = {
|
|
|
527
527
|
export type PropertyTransferRequestCreateManyInput = {
|
|
528
528
|
id?: string;
|
|
529
529
|
tenantId: string;
|
|
530
|
-
|
|
530
|
+
sourceApplicationId: string;
|
|
531
531
|
targetPropertyUnitId: string;
|
|
532
532
|
requestedById: string;
|
|
533
533
|
reviewedById?: string | null;
|
|
@@ -541,7 +541,7 @@ export type PropertyTransferRequestCreateManyInput = {
|
|
|
541
541
|
refundedAmount?: number | null;
|
|
542
542
|
refundTransactionId?: string | null;
|
|
543
543
|
refundedAt?: Date | string | null;
|
|
544
|
-
|
|
544
|
+
targetApplicationId?: string | null;
|
|
545
545
|
createdAt?: Date | string;
|
|
546
546
|
reviewedAt?: Date | string | null;
|
|
547
547
|
completedAt?: Date | string | null;
|
|
@@ -567,7 +567,7 @@ export type PropertyTransferRequestUpdateManyMutationInput = {
|
|
|
567
567
|
export type PropertyTransferRequestUncheckedUpdateManyInput = {
|
|
568
568
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
569
569
|
tenantId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
570
|
-
|
|
570
|
+
sourceApplicationId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
571
571
|
targetPropertyUnitId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
572
572
|
requestedById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
573
573
|
reviewedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -581,7 +581,7 @@ export type PropertyTransferRequestUncheckedUpdateManyInput = {
|
|
|
581
581
|
refundedAmount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
582
582
|
refundTransactionId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
583
583
|
refundedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
584
|
-
|
|
584
|
+
targetApplicationId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
585
585
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
586
586
|
reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
587
587
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -603,7 +603,7 @@ export type PropertyTransferRequestOrderByRelevanceInput = {
|
|
|
603
603
|
export type PropertyTransferRequestCountOrderByAggregateInput = {
|
|
604
604
|
id?: Prisma.SortOrder;
|
|
605
605
|
tenantId?: Prisma.SortOrder;
|
|
606
|
-
|
|
606
|
+
sourceApplicationId?: Prisma.SortOrder;
|
|
607
607
|
targetPropertyUnitId?: Prisma.SortOrder;
|
|
608
608
|
requestedById?: Prisma.SortOrder;
|
|
609
609
|
reviewedById?: Prisma.SortOrder;
|
|
@@ -617,7 +617,7 @@ export type PropertyTransferRequestCountOrderByAggregateInput = {
|
|
|
617
617
|
refundedAmount?: Prisma.SortOrder;
|
|
618
618
|
refundTransactionId?: Prisma.SortOrder;
|
|
619
619
|
refundedAt?: Prisma.SortOrder;
|
|
620
|
-
|
|
620
|
+
targetApplicationId?: Prisma.SortOrder;
|
|
621
621
|
createdAt?: Prisma.SortOrder;
|
|
622
622
|
reviewedAt?: Prisma.SortOrder;
|
|
623
623
|
completedAt?: Prisma.SortOrder;
|
|
@@ -632,7 +632,7 @@ export type PropertyTransferRequestAvgOrderByAggregateInput = {
|
|
|
632
632
|
export type PropertyTransferRequestMaxOrderByAggregateInput = {
|
|
633
633
|
id?: Prisma.SortOrder;
|
|
634
634
|
tenantId?: Prisma.SortOrder;
|
|
635
|
-
|
|
635
|
+
sourceApplicationId?: Prisma.SortOrder;
|
|
636
636
|
targetPropertyUnitId?: Prisma.SortOrder;
|
|
637
637
|
requestedById?: Prisma.SortOrder;
|
|
638
638
|
reviewedById?: Prisma.SortOrder;
|
|
@@ -646,7 +646,7 @@ export type PropertyTransferRequestMaxOrderByAggregateInput = {
|
|
|
646
646
|
refundedAmount?: Prisma.SortOrder;
|
|
647
647
|
refundTransactionId?: Prisma.SortOrder;
|
|
648
648
|
refundedAt?: Prisma.SortOrder;
|
|
649
|
-
|
|
649
|
+
targetApplicationId?: Prisma.SortOrder;
|
|
650
650
|
createdAt?: Prisma.SortOrder;
|
|
651
651
|
reviewedAt?: Prisma.SortOrder;
|
|
652
652
|
completedAt?: Prisma.SortOrder;
|
|
@@ -655,7 +655,7 @@ export type PropertyTransferRequestMaxOrderByAggregateInput = {
|
|
|
655
655
|
export type PropertyTransferRequestMinOrderByAggregateInput = {
|
|
656
656
|
id?: Prisma.SortOrder;
|
|
657
657
|
tenantId?: Prisma.SortOrder;
|
|
658
|
-
|
|
658
|
+
sourceApplicationId?: Prisma.SortOrder;
|
|
659
659
|
targetPropertyUnitId?: Prisma.SortOrder;
|
|
660
660
|
requestedById?: Prisma.SortOrder;
|
|
661
661
|
reviewedById?: Prisma.SortOrder;
|
|
@@ -669,7 +669,7 @@ export type PropertyTransferRequestMinOrderByAggregateInput = {
|
|
|
669
669
|
refundedAmount?: Prisma.SortOrder;
|
|
670
670
|
refundTransactionId?: Prisma.SortOrder;
|
|
671
671
|
refundedAt?: Prisma.SortOrder;
|
|
672
|
-
|
|
672
|
+
targetApplicationId?: Prisma.SortOrder;
|
|
673
673
|
createdAt?: Prisma.SortOrder;
|
|
674
674
|
reviewedAt?: Prisma.SortOrder;
|
|
675
675
|
completedAt?: Prisma.SortOrder;
|
|
@@ -833,80 +833,80 @@ export type PropertyTransferRequestUncheckedUpdateManyWithoutTargetPropertyUnitN
|
|
|
833
833
|
updateMany?: Prisma.PropertyTransferRequestUpdateManyWithWhereWithoutTargetPropertyUnitInput | Prisma.PropertyTransferRequestUpdateManyWithWhereWithoutTargetPropertyUnitInput[];
|
|
834
834
|
deleteMany?: Prisma.PropertyTransferRequestScalarWhereInput | Prisma.PropertyTransferRequestScalarWhereInput[];
|
|
835
835
|
};
|
|
836
|
-
export type
|
|
837
|
-
create?: Prisma.XOR<Prisma.
|
|
838
|
-
connectOrCreate?: Prisma.
|
|
839
|
-
createMany?: Prisma.
|
|
836
|
+
export type PropertyTransferRequestCreateNestedManyWithoutSourceApplicationInput = {
|
|
837
|
+
create?: Prisma.XOR<Prisma.PropertyTransferRequestCreateWithoutSourceApplicationInput, Prisma.PropertyTransferRequestUncheckedCreateWithoutSourceApplicationInput> | Prisma.PropertyTransferRequestCreateWithoutSourceApplicationInput[] | Prisma.PropertyTransferRequestUncheckedCreateWithoutSourceApplicationInput[];
|
|
838
|
+
connectOrCreate?: Prisma.PropertyTransferRequestCreateOrConnectWithoutSourceApplicationInput | Prisma.PropertyTransferRequestCreateOrConnectWithoutSourceApplicationInput[];
|
|
839
|
+
createMany?: Prisma.PropertyTransferRequestCreateManySourceApplicationInputEnvelope;
|
|
840
840
|
connect?: Prisma.PropertyTransferRequestWhereUniqueInput | Prisma.PropertyTransferRequestWhereUniqueInput[];
|
|
841
841
|
};
|
|
842
|
-
export type
|
|
843
|
-
create?: Prisma.XOR<Prisma.
|
|
844
|
-
connectOrCreate?: Prisma.
|
|
845
|
-
createMany?: Prisma.
|
|
842
|
+
export type PropertyTransferRequestCreateNestedManyWithoutTargetApplicationInput = {
|
|
843
|
+
create?: Prisma.XOR<Prisma.PropertyTransferRequestCreateWithoutTargetApplicationInput, Prisma.PropertyTransferRequestUncheckedCreateWithoutTargetApplicationInput> | Prisma.PropertyTransferRequestCreateWithoutTargetApplicationInput[] | Prisma.PropertyTransferRequestUncheckedCreateWithoutTargetApplicationInput[];
|
|
844
|
+
connectOrCreate?: Prisma.PropertyTransferRequestCreateOrConnectWithoutTargetApplicationInput | Prisma.PropertyTransferRequestCreateOrConnectWithoutTargetApplicationInput[];
|
|
845
|
+
createMany?: Prisma.PropertyTransferRequestCreateManyTargetApplicationInputEnvelope;
|
|
846
846
|
connect?: Prisma.PropertyTransferRequestWhereUniqueInput | Prisma.PropertyTransferRequestWhereUniqueInput[];
|
|
847
847
|
};
|
|
848
|
-
export type
|
|
849
|
-
create?: Prisma.XOR<Prisma.
|
|
850
|
-
connectOrCreate?: Prisma.
|
|
851
|
-
createMany?: Prisma.
|
|
848
|
+
export type PropertyTransferRequestUncheckedCreateNestedManyWithoutSourceApplicationInput = {
|
|
849
|
+
create?: Prisma.XOR<Prisma.PropertyTransferRequestCreateWithoutSourceApplicationInput, Prisma.PropertyTransferRequestUncheckedCreateWithoutSourceApplicationInput> | Prisma.PropertyTransferRequestCreateWithoutSourceApplicationInput[] | Prisma.PropertyTransferRequestUncheckedCreateWithoutSourceApplicationInput[];
|
|
850
|
+
connectOrCreate?: Prisma.PropertyTransferRequestCreateOrConnectWithoutSourceApplicationInput | Prisma.PropertyTransferRequestCreateOrConnectWithoutSourceApplicationInput[];
|
|
851
|
+
createMany?: Prisma.PropertyTransferRequestCreateManySourceApplicationInputEnvelope;
|
|
852
852
|
connect?: Prisma.PropertyTransferRequestWhereUniqueInput | Prisma.PropertyTransferRequestWhereUniqueInput[];
|
|
853
853
|
};
|
|
854
|
-
export type
|
|
855
|
-
create?: Prisma.XOR<Prisma.
|
|
856
|
-
connectOrCreate?: Prisma.
|
|
857
|
-
createMany?: Prisma.
|
|
854
|
+
export type PropertyTransferRequestUncheckedCreateNestedManyWithoutTargetApplicationInput = {
|
|
855
|
+
create?: Prisma.XOR<Prisma.PropertyTransferRequestCreateWithoutTargetApplicationInput, Prisma.PropertyTransferRequestUncheckedCreateWithoutTargetApplicationInput> | Prisma.PropertyTransferRequestCreateWithoutTargetApplicationInput[] | Prisma.PropertyTransferRequestUncheckedCreateWithoutTargetApplicationInput[];
|
|
856
|
+
connectOrCreate?: Prisma.PropertyTransferRequestCreateOrConnectWithoutTargetApplicationInput | Prisma.PropertyTransferRequestCreateOrConnectWithoutTargetApplicationInput[];
|
|
857
|
+
createMany?: Prisma.PropertyTransferRequestCreateManyTargetApplicationInputEnvelope;
|
|
858
858
|
connect?: Prisma.PropertyTransferRequestWhereUniqueInput | Prisma.PropertyTransferRequestWhereUniqueInput[];
|
|
859
859
|
};
|
|
860
|
-
export type
|
|
861
|
-
create?: Prisma.XOR<Prisma.
|
|
862
|
-
connectOrCreate?: Prisma.
|
|
863
|
-
upsert?: Prisma.
|
|
864
|
-
createMany?: Prisma.
|
|
860
|
+
export type PropertyTransferRequestUpdateManyWithoutSourceApplicationNestedInput = {
|
|
861
|
+
create?: Prisma.XOR<Prisma.PropertyTransferRequestCreateWithoutSourceApplicationInput, Prisma.PropertyTransferRequestUncheckedCreateWithoutSourceApplicationInput> | Prisma.PropertyTransferRequestCreateWithoutSourceApplicationInput[] | Prisma.PropertyTransferRequestUncheckedCreateWithoutSourceApplicationInput[];
|
|
862
|
+
connectOrCreate?: Prisma.PropertyTransferRequestCreateOrConnectWithoutSourceApplicationInput | Prisma.PropertyTransferRequestCreateOrConnectWithoutSourceApplicationInput[];
|
|
863
|
+
upsert?: Prisma.PropertyTransferRequestUpsertWithWhereUniqueWithoutSourceApplicationInput | Prisma.PropertyTransferRequestUpsertWithWhereUniqueWithoutSourceApplicationInput[];
|
|
864
|
+
createMany?: Prisma.PropertyTransferRequestCreateManySourceApplicationInputEnvelope;
|
|
865
865
|
set?: Prisma.PropertyTransferRequestWhereUniqueInput | Prisma.PropertyTransferRequestWhereUniqueInput[];
|
|
866
866
|
disconnect?: Prisma.PropertyTransferRequestWhereUniqueInput | Prisma.PropertyTransferRequestWhereUniqueInput[];
|
|
867
867
|
delete?: Prisma.PropertyTransferRequestWhereUniqueInput | Prisma.PropertyTransferRequestWhereUniqueInput[];
|
|
868
868
|
connect?: Prisma.PropertyTransferRequestWhereUniqueInput | Prisma.PropertyTransferRequestWhereUniqueInput[];
|
|
869
|
-
update?: Prisma.
|
|
870
|
-
updateMany?: Prisma.
|
|
869
|
+
update?: Prisma.PropertyTransferRequestUpdateWithWhereUniqueWithoutSourceApplicationInput | Prisma.PropertyTransferRequestUpdateWithWhereUniqueWithoutSourceApplicationInput[];
|
|
870
|
+
updateMany?: Prisma.PropertyTransferRequestUpdateManyWithWhereWithoutSourceApplicationInput | Prisma.PropertyTransferRequestUpdateManyWithWhereWithoutSourceApplicationInput[];
|
|
871
871
|
deleteMany?: Prisma.PropertyTransferRequestScalarWhereInput | Prisma.PropertyTransferRequestScalarWhereInput[];
|
|
872
872
|
};
|
|
873
|
-
export type
|
|
874
|
-
create?: Prisma.XOR<Prisma.
|
|
875
|
-
connectOrCreate?: Prisma.
|
|
876
|
-
upsert?: Prisma.
|
|
877
|
-
createMany?: Prisma.
|
|
873
|
+
export type PropertyTransferRequestUpdateManyWithoutTargetApplicationNestedInput = {
|
|
874
|
+
create?: Prisma.XOR<Prisma.PropertyTransferRequestCreateWithoutTargetApplicationInput, Prisma.PropertyTransferRequestUncheckedCreateWithoutTargetApplicationInput> | Prisma.PropertyTransferRequestCreateWithoutTargetApplicationInput[] | Prisma.PropertyTransferRequestUncheckedCreateWithoutTargetApplicationInput[];
|
|
875
|
+
connectOrCreate?: Prisma.PropertyTransferRequestCreateOrConnectWithoutTargetApplicationInput | Prisma.PropertyTransferRequestCreateOrConnectWithoutTargetApplicationInput[];
|
|
876
|
+
upsert?: Prisma.PropertyTransferRequestUpsertWithWhereUniqueWithoutTargetApplicationInput | Prisma.PropertyTransferRequestUpsertWithWhereUniqueWithoutTargetApplicationInput[];
|
|
877
|
+
createMany?: Prisma.PropertyTransferRequestCreateManyTargetApplicationInputEnvelope;
|
|
878
878
|
set?: Prisma.PropertyTransferRequestWhereUniqueInput | Prisma.PropertyTransferRequestWhereUniqueInput[];
|
|
879
879
|
disconnect?: Prisma.PropertyTransferRequestWhereUniqueInput | Prisma.PropertyTransferRequestWhereUniqueInput[];
|
|
880
880
|
delete?: Prisma.PropertyTransferRequestWhereUniqueInput | Prisma.PropertyTransferRequestWhereUniqueInput[];
|
|
881
881
|
connect?: Prisma.PropertyTransferRequestWhereUniqueInput | Prisma.PropertyTransferRequestWhereUniqueInput[];
|
|
882
|
-
update?: Prisma.
|
|
883
|
-
updateMany?: Prisma.
|
|
882
|
+
update?: Prisma.PropertyTransferRequestUpdateWithWhereUniqueWithoutTargetApplicationInput | Prisma.PropertyTransferRequestUpdateWithWhereUniqueWithoutTargetApplicationInput[];
|
|
883
|
+
updateMany?: Prisma.PropertyTransferRequestUpdateManyWithWhereWithoutTargetApplicationInput | Prisma.PropertyTransferRequestUpdateManyWithWhereWithoutTargetApplicationInput[];
|
|
884
884
|
deleteMany?: Prisma.PropertyTransferRequestScalarWhereInput | Prisma.PropertyTransferRequestScalarWhereInput[];
|
|
885
885
|
};
|
|
886
|
-
export type
|
|
887
|
-
create?: Prisma.XOR<Prisma.
|
|
888
|
-
connectOrCreate?: Prisma.
|
|
889
|
-
upsert?: Prisma.
|
|
890
|
-
createMany?: Prisma.
|
|
886
|
+
export type PropertyTransferRequestUncheckedUpdateManyWithoutSourceApplicationNestedInput = {
|
|
887
|
+
create?: Prisma.XOR<Prisma.PropertyTransferRequestCreateWithoutSourceApplicationInput, Prisma.PropertyTransferRequestUncheckedCreateWithoutSourceApplicationInput> | Prisma.PropertyTransferRequestCreateWithoutSourceApplicationInput[] | Prisma.PropertyTransferRequestUncheckedCreateWithoutSourceApplicationInput[];
|
|
888
|
+
connectOrCreate?: Prisma.PropertyTransferRequestCreateOrConnectWithoutSourceApplicationInput | Prisma.PropertyTransferRequestCreateOrConnectWithoutSourceApplicationInput[];
|
|
889
|
+
upsert?: Prisma.PropertyTransferRequestUpsertWithWhereUniqueWithoutSourceApplicationInput | Prisma.PropertyTransferRequestUpsertWithWhereUniqueWithoutSourceApplicationInput[];
|
|
890
|
+
createMany?: Prisma.PropertyTransferRequestCreateManySourceApplicationInputEnvelope;
|
|
891
891
|
set?: Prisma.PropertyTransferRequestWhereUniqueInput | Prisma.PropertyTransferRequestWhereUniqueInput[];
|
|
892
892
|
disconnect?: Prisma.PropertyTransferRequestWhereUniqueInput | Prisma.PropertyTransferRequestWhereUniqueInput[];
|
|
893
893
|
delete?: Prisma.PropertyTransferRequestWhereUniqueInput | Prisma.PropertyTransferRequestWhereUniqueInput[];
|
|
894
894
|
connect?: Prisma.PropertyTransferRequestWhereUniqueInput | Prisma.PropertyTransferRequestWhereUniqueInput[];
|
|
895
|
-
update?: Prisma.
|
|
896
|
-
updateMany?: Prisma.
|
|
895
|
+
update?: Prisma.PropertyTransferRequestUpdateWithWhereUniqueWithoutSourceApplicationInput | Prisma.PropertyTransferRequestUpdateWithWhereUniqueWithoutSourceApplicationInput[];
|
|
896
|
+
updateMany?: Prisma.PropertyTransferRequestUpdateManyWithWhereWithoutSourceApplicationInput | Prisma.PropertyTransferRequestUpdateManyWithWhereWithoutSourceApplicationInput[];
|
|
897
897
|
deleteMany?: Prisma.PropertyTransferRequestScalarWhereInput | Prisma.PropertyTransferRequestScalarWhereInput[];
|
|
898
898
|
};
|
|
899
|
-
export type
|
|
900
|
-
create?: Prisma.XOR<Prisma.
|
|
901
|
-
connectOrCreate?: Prisma.
|
|
902
|
-
upsert?: Prisma.
|
|
903
|
-
createMany?: Prisma.
|
|
899
|
+
export type PropertyTransferRequestUncheckedUpdateManyWithoutTargetApplicationNestedInput = {
|
|
900
|
+
create?: Prisma.XOR<Prisma.PropertyTransferRequestCreateWithoutTargetApplicationInput, Prisma.PropertyTransferRequestUncheckedCreateWithoutTargetApplicationInput> | Prisma.PropertyTransferRequestCreateWithoutTargetApplicationInput[] | Prisma.PropertyTransferRequestUncheckedCreateWithoutTargetApplicationInput[];
|
|
901
|
+
connectOrCreate?: Prisma.PropertyTransferRequestCreateOrConnectWithoutTargetApplicationInput | Prisma.PropertyTransferRequestCreateOrConnectWithoutTargetApplicationInput[];
|
|
902
|
+
upsert?: Prisma.PropertyTransferRequestUpsertWithWhereUniqueWithoutTargetApplicationInput | Prisma.PropertyTransferRequestUpsertWithWhereUniqueWithoutTargetApplicationInput[];
|
|
903
|
+
createMany?: Prisma.PropertyTransferRequestCreateManyTargetApplicationInputEnvelope;
|
|
904
904
|
set?: Prisma.PropertyTransferRequestWhereUniqueInput | Prisma.PropertyTransferRequestWhereUniqueInput[];
|
|
905
905
|
disconnect?: Prisma.PropertyTransferRequestWhereUniqueInput | Prisma.PropertyTransferRequestWhereUniqueInput[];
|
|
906
906
|
delete?: Prisma.PropertyTransferRequestWhereUniqueInput | Prisma.PropertyTransferRequestWhereUniqueInput[];
|
|
907
907
|
connect?: Prisma.PropertyTransferRequestWhereUniqueInput | Prisma.PropertyTransferRequestWhereUniqueInput[];
|
|
908
|
-
update?: Prisma.
|
|
909
|
-
updateMany?: Prisma.
|
|
908
|
+
update?: Prisma.PropertyTransferRequestUpdateWithWhereUniqueWithoutTargetApplicationInput | Prisma.PropertyTransferRequestUpdateWithWhereUniqueWithoutTargetApplicationInput[];
|
|
909
|
+
updateMany?: Prisma.PropertyTransferRequestUpdateManyWithWhereWithoutTargetApplicationInput | Prisma.PropertyTransferRequestUpdateManyWithWhereWithoutTargetApplicationInput[];
|
|
910
910
|
deleteMany?: Prisma.PropertyTransferRequestScalarWhereInput | Prisma.PropertyTransferRequestScalarWhereInput[];
|
|
911
911
|
};
|
|
912
912
|
export type EnumTransferRequestStatusFieldUpdateOperationsInput = {
|
|
@@ -929,15 +929,15 @@ export type PropertyTransferRequestCreateWithoutRequestedByInput = {
|
|
|
929
929
|
completedAt?: Date | string | null;
|
|
930
930
|
updatedAt?: Date | string;
|
|
931
931
|
tenant: Prisma.TenantCreateNestedOneWithoutPropertyTransferRequestsInput;
|
|
932
|
-
|
|
932
|
+
sourceApplication: Prisma.ApplicationCreateNestedOneWithoutOutgoingTransferRequestsInput;
|
|
933
933
|
targetPropertyUnit: Prisma.PropertyUnitCreateNestedOneWithoutTransferRequestsInput;
|
|
934
934
|
reviewedBy?: Prisma.UserCreateNestedOneWithoutTransferRequestsReviewedInput;
|
|
935
|
-
|
|
935
|
+
targetApplication?: Prisma.ApplicationCreateNestedOneWithoutIncomingTransferRequestsInput;
|
|
936
936
|
};
|
|
937
937
|
export type PropertyTransferRequestUncheckedCreateWithoutRequestedByInput = {
|
|
938
938
|
id?: string;
|
|
939
939
|
tenantId: string;
|
|
940
|
-
|
|
940
|
+
sourceApplicationId: string;
|
|
941
941
|
targetPropertyUnitId: string;
|
|
942
942
|
reviewedById?: string | null;
|
|
943
943
|
status?: $Enums.TransferRequestStatus;
|
|
@@ -950,7 +950,7 @@ export type PropertyTransferRequestUncheckedCreateWithoutRequestedByInput = {
|
|
|
950
950
|
refundedAmount?: number | null;
|
|
951
951
|
refundTransactionId?: string | null;
|
|
952
952
|
refundedAt?: Date | string | null;
|
|
953
|
-
|
|
953
|
+
targetApplicationId?: string | null;
|
|
954
954
|
createdAt?: Date | string;
|
|
955
955
|
reviewedAt?: Date | string | null;
|
|
956
956
|
completedAt?: Date | string | null;
|
|
@@ -981,15 +981,15 @@ export type PropertyTransferRequestCreateWithoutReviewedByInput = {
|
|
|
981
981
|
completedAt?: Date | string | null;
|
|
982
982
|
updatedAt?: Date | string;
|
|
983
983
|
tenant: Prisma.TenantCreateNestedOneWithoutPropertyTransferRequestsInput;
|
|
984
|
-
|
|
984
|
+
sourceApplication: Prisma.ApplicationCreateNestedOneWithoutOutgoingTransferRequestsInput;
|
|
985
985
|
targetPropertyUnit: Prisma.PropertyUnitCreateNestedOneWithoutTransferRequestsInput;
|
|
986
986
|
requestedBy: Prisma.UserCreateNestedOneWithoutTransferRequestsSubmittedInput;
|
|
987
|
-
|
|
987
|
+
targetApplication?: Prisma.ApplicationCreateNestedOneWithoutIncomingTransferRequestsInput;
|
|
988
988
|
};
|
|
989
989
|
export type PropertyTransferRequestUncheckedCreateWithoutReviewedByInput = {
|
|
990
990
|
id?: string;
|
|
991
991
|
tenantId: string;
|
|
992
|
-
|
|
992
|
+
sourceApplicationId: string;
|
|
993
993
|
targetPropertyUnitId: string;
|
|
994
994
|
requestedById: string;
|
|
995
995
|
status?: $Enums.TransferRequestStatus;
|
|
@@ -1002,7 +1002,7 @@ export type PropertyTransferRequestUncheckedCreateWithoutReviewedByInput = {
|
|
|
1002
1002
|
refundedAmount?: number | null;
|
|
1003
1003
|
refundTransactionId?: string | null;
|
|
1004
1004
|
refundedAt?: Date | string | null;
|
|
1005
|
-
|
|
1005
|
+
targetApplicationId?: string | null;
|
|
1006
1006
|
createdAt?: Date | string;
|
|
1007
1007
|
reviewedAt?: Date | string | null;
|
|
1008
1008
|
completedAt?: Date | string | null;
|
|
@@ -1035,7 +1035,7 @@ export type PropertyTransferRequestScalarWhereInput = {
|
|
|
1035
1035
|
NOT?: Prisma.PropertyTransferRequestScalarWhereInput | Prisma.PropertyTransferRequestScalarWhereInput[];
|
|
1036
1036
|
id?: Prisma.StringFilter<"PropertyTransferRequest"> | string;
|
|
1037
1037
|
tenantId?: Prisma.StringFilter<"PropertyTransferRequest"> | string;
|
|
1038
|
-
|
|
1038
|
+
sourceApplicationId?: Prisma.StringFilter<"PropertyTransferRequest"> | string;
|
|
1039
1039
|
targetPropertyUnitId?: Prisma.StringFilter<"PropertyTransferRequest"> | string;
|
|
1040
1040
|
requestedById?: Prisma.StringFilter<"PropertyTransferRequest"> | string;
|
|
1041
1041
|
reviewedById?: Prisma.StringNullableFilter<"PropertyTransferRequest"> | string | null;
|
|
@@ -1049,7 +1049,7 @@ export type PropertyTransferRequestScalarWhereInput = {
|
|
|
1049
1049
|
refundedAmount?: Prisma.FloatNullableFilter<"PropertyTransferRequest"> | number | null;
|
|
1050
1050
|
refundTransactionId?: Prisma.StringNullableFilter<"PropertyTransferRequest"> | string | null;
|
|
1051
1051
|
refundedAt?: Prisma.DateTimeNullableFilter<"PropertyTransferRequest"> | Date | string | null;
|
|
1052
|
-
|
|
1052
|
+
targetApplicationId?: Prisma.StringNullableFilter<"PropertyTransferRequest"> | string | null;
|
|
1053
1053
|
createdAt?: Prisma.DateTimeFilter<"PropertyTransferRequest"> | Date | string;
|
|
1054
1054
|
reviewedAt?: Prisma.DateTimeNullableFilter<"PropertyTransferRequest"> | Date | string | null;
|
|
1055
1055
|
completedAt?: Prisma.DateTimeNullableFilter<"PropertyTransferRequest"> | Date | string | null;
|
|
@@ -1084,15 +1084,15 @@ export type PropertyTransferRequestCreateWithoutTenantInput = {
|
|
|
1084
1084
|
reviewedAt?: Date | string | null;
|
|
1085
1085
|
completedAt?: Date | string | null;
|
|
1086
1086
|
updatedAt?: Date | string;
|
|
1087
|
-
|
|
1087
|
+
sourceApplication: Prisma.ApplicationCreateNestedOneWithoutOutgoingTransferRequestsInput;
|
|
1088
1088
|
targetPropertyUnit: Prisma.PropertyUnitCreateNestedOneWithoutTransferRequestsInput;
|
|
1089
1089
|
requestedBy: Prisma.UserCreateNestedOneWithoutTransferRequestsSubmittedInput;
|
|
1090
1090
|
reviewedBy?: Prisma.UserCreateNestedOneWithoutTransferRequestsReviewedInput;
|
|
1091
|
-
|
|
1091
|
+
targetApplication?: Prisma.ApplicationCreateNestedOneWithoutIncomingTransferRequestsInput;
|
|
1092
1092
|
};
|
|
1093
1093
|
export type PropertyTransferRequestUncheckedCreateWithoutTenantInput = {
|
|
1094
1094
|
id?: string;
|
|
1095
|
-
|
|
1095
|
+
sourceApplicationId: string;
|
|
1096
1096
|
targetPropertyUnitId: string;
|
|
1097
1097
|
requestedById: string;
|
|
1098
1098
|
reviewedById?: string | null;
|
|
@@ -1106,7 +1106,7 @@ export type PropertyTransferRequestUncheckedCreateWithoutTenantInput = {
|
|
|
1106
1106
|
refundedAmount?: number | null;
|
|
1107
1107
|
refundTransactionId?: string | null;
|
|
1108
1108
|
refundedAt?: Date | string | null;
|
|
1109
|
-
|
|
1109
|
+
targetApplicationId?: string | null;
|
|
1110
1110
|
createdAt?: Date | string;
|
|
1111
1111
|
reviewedAt?: Date | string | null;
|
|
1112
1112
|
completedAt?: Date | string | null;
|
|
@@ -1150,15 +1150,15 @@ export type PropertyTransferRequestCreateWithoutTargetPropertyUnitInput = {
|
|
|
1150
1150
|
completedAt?: Date | string | null;
|
|
1151
1151
|
updatedAt?: Date | string;
|
|
1152
1152
|
tenant: Prisma.TenantCreateNestedOneWithoutPropertyTransferRequestsInput;
|
|
1153
|
-
|
|
1153
|
+
sourceApplication: Prisma.ApplicationCreateNestedOneWithoutOutgoingTransferRequestsInput;
|
|
1154
1154
|
requestedBy: Prisma.UserCreateNestedOneWithoutTransferRequestsSubmittedInput;
|
|
1155
1155
|
reviewedBy?: Prisma.UserCreateNestedOneWithoutTransferRequestsReviewedInput;
|
|
1156
|
-
|
|
1156
|
+
targetApplication?: Prisma.ApplicationCreateNestedOneWithoutIncomingTransferRequestsInput;
|
|
1157
1157
|
};
|
|
1158
1158
|
export type PropertyTransferRequestUncheckedCreateWithoutTargetPropertyUnitInput = {
|
|
1159
1159
|
id?: string;
|
|
1160
1160
|
tenantId: string;
|
|
1161
|
-
|
|
1161
|
+
sourceApplicationId: string;
|
|
1162
1162
|
requestedById: string;
|
|
1163
1163
|
reviewedById?: string | null;
|
|
1164
1164
|
status?: $Enums.TransferRequestStatus;
|
|
@@ -1171,7 +1171,7 @@ export type PropertyTransferRequestUncheckedCreateWithoutTargetPropertyUnitInput
|
|
|
1171
1171
|
refundedAmount?: number | null;
|
|
1172
1172
|
refundTransactionId?: string | null;
|
|
1173
1173
|
refundedAt?: Date | string | null;
|
|
1174
|
-
|
|
1174
|
+
targetApplicationId?: string | null;
|
|
1175
1175
|
createdAt?: Date | string;
|
|
1176
1176
|
reviewedAt?: Date | string | null;
|
|
1177
1177
|
completedAt?: Date | string | null;
|
|
@@ -1198,7 +1198,7 @@ export type PropertyTransferRequestUpdateManyWithWhereWithoutTargetPropertyUnitI
|
|
|
1198
1198
|
where: Prisma.PropertyTransferRequestScalarWhereInput;
|
|
1199
1199
|
data: Prisma.XOR<Prisma.PropertyTransferRequestUpdateManyMutationInput, Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutTargetPropertyUnitInput>;
|
|
1200
1200
|
};
|
|
1201
|
-
export type
|
|
1201
|
+
export type PropertyTransferRequestCreateWithoutSourceApplicationInput = {
|
|
1202
1202
|
id?: string;
|
|
1203
1203
|
status?: $Enums.TransferRequestStatus;
|
|
1204
1204
|
reason?: string | null;
|
|
@@ -1218,9 +1218,9 @@ export type PropertyTransferRequestCreateWithoutSourceContractInput = {
|
|
|
1218
1218
|
targetPropertyUnit: Prisma.PropertyUnitCreateNestedOneWithoutTransferRequestsInput;
|
|
1219
1219
|
requestedBy: Prisma.UserCreateNestedOneWithoutTransferRequestsSubmittedInput;
|
|
1220
1220
|
reviewedBy?: Prisma.UserCreateNestedOneWithoutTransferRequestsReviewedInput;
|
|
1221
|
-
|
|
1221
|
+
targetApplication?: Prisma.ApplicationCreateNestedOneWithoutIncomingTransferRequestsInput;
|
|
1222
1222
|
};
|
|
1223
|
-
export type
|
|
1223
|
+
export type PropertyTransferRequestUncheckedCreateWithoutSourceApplicationInput = {
|
|
1224
1224
|
id?: string;
|
|
1225
1225
|
tenantId: string;
|
|
1226
1226
|
targetPropertyUnitId: string;
|
|
@@ -1236,21 +1236,21 @@ export type PropertyTransferRequestUncheckedCreateWithoutSourceContractInput = {
|
|
|
1236
1236
|
refundedAmount?: number | null;
|
|
1237
1237
|
refundTransactionId?: string | null;
|
|
1238
1238
|
refundedAt?: Date | string | null;
|
|
1239
|
-
|
|
1239
|
+
targetApplicationId?: string | null;
|
|
1240
1240
|
createdAt?: Date | string;
|
|
1241
1241
|
reviewedAt?: Date | string | null;
|
|
1242
1242
|
completedAt?: Date | string | null;
|
|
1243
1243
|
updatedAt?: Date | string;
|
|
1244
1244
|
};
|
|
1245
|
-
export type
|
|
1245
|
+
export type PropertyTransferRequestCreateOrConnectWithoutSourceApplicationInput = {
|
|
1246
1246
|
where: Prisma.PropertyTransferRequestWhereUniqueInput;
|
|
1247
|
-
create: Prisma.XOR<Prisma.
|
|
1247
|
+
create: Prisma.XOR<Prisma.PropertyTransferRequestCreateWithoutSourceApplicationInput, Prisma.PropertyTransferRequestUncheckedCreateWithoutSourceApplicationInput>;
|
|
1248
1248
|
};
|
|
1249
|
-
export type
|
|
1250
|
-
data: Prisma.
|
|
1249
|
+
export type PropertyTransferRequestCreateManySourceApplicationInputEnvelope = {
|
|
1250
|
+
data: Prisma.PropertyTransferRequestCreateManySourceApplicationInput | Prisma.PropertyTransferRequestCreateManySourceApplicationInput[];
|
|
1251
1251
|
skipDuplicates?: boolean;
|
|
1252
1252
|
};
|
|
1253
|
-
export type
|
|
1253
|
+
export type PropertyTransferRequestCreateWithoutTargetApplicationInput = {
|
|
1254
1254
|
id?: string;
|
|
1255
1255
|
status?: $Enums.TransferRequestStatus;
|
|
1256
1256
|
reason?: string | null;
|
|
@@ -1267,15 +1267,15 @@ export type PropertyTransferRequestCreateWithoutTargetContractInput = {
|
|
|
1267
1267
|
completedAt?: Date | string | null;
|
|
1268
1268
|
updatedAt?: Date | string;
|
|
1269
1269
|
tenant: Prisma.TenantCreateNestedOneWithoutPropertyTransferRequestsInput;
|
|
1270
|
-
|
|
1270
|
+
sourceApplication: Prisma.ApplicationCreateNestedOneWithoutOutgoingTransferRequestsInput;
|
|
1271
1271
|
targetPropertyUnit: Prisma.PropertyUnitCreateNestedOneWithoutTransferRequestsInput;
|
|
1272
1272
|
requestedBy: Prisma.UserCreateNestedOneWithoutTransferRequestsSubmittedInput;
|
|
1273
1273
|
reviewedBy?: Prisma.UserCreateNestedOneWithoutTransferRequestsReviewedInput;
|
|
1274
1274
|
};
|
|
1275
|
-
export type
|
|
1275
|
+
export type PropertyTransferRequestUncheckedCreateWithoutTargetApplicationInput = {
|
|
1276
1276
|
id?: string;
|
|
1277
1277
|
tenantId: string;
|
|
1278
|
-
|
|
1278
|
+
sourceApplicationId: string;
|
|
1279
1279
|
targetPropertyUnitId: string;
|
|
1280
1280
|
requestedById: string;
|
|
1281
1281
|
reviewedById?: string | null;
|
|
@@ -1294,44 +1294,44 @@ export type PropertyTransferRequestUncheckedCreateWithoutTargetContractInput = {
|
|
|
1294
1294
|
completedAt?: Date | string | null;
|
|
1295
1295
|
updatedAt?: Date | string;
|
|
1296
1296
|
};
|
|
1297
|
-
export type
|
|
1297
|
+
export type PropertyTransferRequestCreateOrConnectWithoutTargetApplicationInput = {
|
|
1298
1298
|
where: Prisma.PropertyTransferRequestWhereUniqueInput;
|
|
1299
|
-
create: Prisma.XOR<Prisma.
|
|
1299
|
+
create: Prisma.XOR<Prisma.PropertyTransferRequestCreateWithoutTargetApplicationInput, Prisma.PropertyTransferRequestUncheckedCreateWithoutTargetApplicationInput>;
|
|
1300
1300
|
};
|
|
1301
|
-
export type
|
|
1302
|
-
data: Prisma.
|
|
1301
|
+
export type PropertyTransferRequestCreateManyTargetApplicationInputEnvelope = {
|
|
1302
|
+
data: Prisma.PropertyTransferRequestCreateManyTargetApplicationInput | Prisma.PropertyTransferRequestCreateManyTargetApplicationInput[];
|
|
1303
1303
|
skipDuplicates?: boolean;
|
|
1304
1304
|
};
|
|
1305
|
-
export type
|
|
1305
|
+
export type PropertyTransferRequestUpsertWithWhereUniqueWithoutSourceApplicationInput = {
|
|
1306
1306
|
where: Prisma.PropertyTransferRequestWhereUniqueInput;
|
|
1307
|
-
update: Prisma.XOR<Prisma.
|
|
1308
|
-
create: Prisma.XOR<Prisma.
|
|
1307
|
+
update: Prisma.XOR<Prisma.PropertyTransferRequestUpdateWithoutSourceApplicationInput, Prisma.PropertyTransferRequestUncheckedUpdateWithoutSourceApplicationInput>;
|
|
1308
|
+
create: Prisma.XOR<Prisma.PropertyTransferRequestCreateWithoutSourceApplicationInput, Prisma.PropertyTransferRequestUncheckedCreateWithoutSourceApplicationInput>;
|
|
1309
1309
|
};
|
|
1310
|
-
export type
|
|
1310
|
+
export type PropertyTransferRequestUpdateWithWhereUniqueWithoutSourceApplicationInput = {
|
|
1311
1311
|
where: Prisma.PropertyTransferRequestWhereUniqueInput;
|
|
1312
|
-
data: Prisma.XOR<Prisma.
|
|
1312
|
+
data: Prisma.XOR<Prisma.PropertyTransferRequestUpdateWithoutSourceApplicationInput, Prisma.PropertyTransferRequestUncheckedUpdateWithoutSourceApplicationInput>;
|
|
1313
1313
|
};
|
|
1314
|
-
export type
|
|
1314
|
+
export type PropertyTransferRequestUpdateManyWithWhereWithoutSourceApplicationInput = {
|
|
1315
1315
|
where: Prisma.PropertyTransferRequestScalarWhereInput;
|
|
1316
|
-
data: Prisma.XOR<Prisma.PropertyTransferRequestUpdateManyMutationInput, Prisma.
|
|
1316
|
+
data: Prisma.XOR<Prisma.PropertyTransferRequestUpdateManyMutationInput, Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutSourceApplicationInput>;
|
|
1317
1317
|
};
|
|
1318
|
-
export type
|
|
1318
|
+
export type PropertyTransferRequestUpsertWithWhereUniqueWithoutTargetApplicationInput = {
|
|
1319
1319
|
where: Prisma.PropertyTransferRequestWhereUniqueInput;
|
|
1320
|
-
update: Prisma.XOR<Prisma.
|
|
1321
|
-
create: Prisma.XOR<Prisma.
|
|
1320
|
+
update: Prisma.XOR<Prisma.PropertyTransferRequestUpdateWithoutTargetApplicationInput, Prisma.PropertyTransferRequestUncheckedUpdateWithoutTargetApplicationInput>;
|
|
1321
|
+
create: Prisma.XOR<Prisma.PropertyTransferRequestCreateWithoutTargetApplicationInput, Prisma.PropertyTransferRequestUncheckedCreateWithoutTargetApplicationInput>;
|
|
1322
1322
|
};
|
|
1323
|
-
export type
|
|
1323
|
+
export type PropertyTransferRequestUpdateWithWhereUniqueWithoutTargetApplicationInput = {
|
|
1324
1324
|
where: Prisma.PropertyTransferRequestWhereUniqueInput;
|
|
1325
|
-
data: Prisma.XOR<Prisma.
|
|
1325
|
+
data: Prisma.XOR<Prisma.PropertyTransferRequestUpdateWithoutTargetApplicationInput, Prisma.PropertyTransferRequestUncheckedUpdateWithoutTargetApplicationInput>;
|
|
1326
1326
|
};
|
|
1327
|
-
export type
|
|
1327
|
+
export type PropertyTransferRequestUpdateManyWithWhereWithoutTargetApplicationInput = {
|
|
1328
1328
|
where: Prisma.PropertyTransferRequestScalarWhereInput;
|
|
1329
|
-
data: Prisma.XOR<Prisma.PropertyTransferRequestUpdateManyMutationInput, Prisma.
|
|
1329
|
+
data: Prisma.XOR<Prisma.PropertyTransferRequestUpdateManyMutationInput, Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutTargetApplicationInput>;
|
|
1330
1330
|
};
|
|
1331
1331
|
export type PropertyTransferRequestCreateManyRequestedByInput = {
|
|
1332
1332
|
id?: string;
|
|
1333
1333
|
tenantId: string;
|
|
1334
|
-
|
|
1334
|
+
sourceApplicationId: string;
|
|
1335
1335
|
targetPropertyUnitId: string;
|
|
1336
1336
|
reviewedById?: string | null;
|
|
1337
1337
|
status?: $Enums.TransferRequestStatus;
|
|
@@ -1344,7 +1344,7 @@ export type PropertyTransferRequestCreateManyRequestedByInput = {
|
|
|
1344
1344
|
refundedAmount?: number | null;
|
|
1345
1345
|
refundTransactionId?: string | null;
|
|
1346
1346
|
refundedAt?: Date | string | null;
|
|
1347
|
-
|
|
1347
|
+
targetApplicationId?: string | null;
|
|
1348
1348
|
createdAt?: Date | string;
|
|
1349
1349
|
reviewedAt?: Date | string | null;
|
|
1350
1350
|
completedAt?: Date | string | null;
|
|
@@ -1353,7 +1353,7 @@ export type PropertyTransferRequestCreateManyRequestedByInput = {
|
|
|
1353
1353
|
export type PropertyTransferRequestCreateManyReviewedByInput = {
|
|
1354
1354
|
id?: string;
|
|
1355
1355
|
tenantId: string;
|
|
1356
|
-
|
|
1356
|
+
sourceApplicationId: string;
|
|
1357
1357
|
targetPropertyUnitId: string;
|
|
1358
1358
|
requestedById: string;
|
|
1359
1359
|
status?: $Enums.TransferRequestStatus;
|
|
@@ -1366,7 +1366,7 @@ export type PropertyTransferRequestCreateManyReviewedByInput = {
|
|
|
1366
1366
|
refundedAmount?: number | null;
|
|
1367
1367
|
refundTransactionId?: string | null;
|
|
1368
1368
|
refundedAt?: Date | string | null;
|
|
1369
|
-
|
|
1369
|
+
targetApplicationId?: string | null;
|
|
1370
1370
|
createdAt?: Date | string;
|
|
1371
1371
|
reviewedAt?: Date | string | null;
|
|
1372
1372
|
completedAt?: Date | string | null;
|
|
@@ -1389,15 +1389,15 @@ export type PropertyTransferRequestUpdateWithoutRequestedByInput = {
|
|
|
1389
1389
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1390
1390
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1391
1391
|
tenant?: Prisma.TenantUpdateOneRequiredWithoutPropertyTransferRequestsNestedInput;
|
|
1392
|
-
|
|
1392
|
+
sourceApplication?: Prisma.ApplicationUpdateOneRequiredWithoutOutgoingTransferRequestsNestedInput;
|
|
1393
1393
|
targetPropertyUnit?: Prisma.PropertyUnitUpdateOneRequiredWithoutTransferRequestsNestedInput;
|
|
1394
1394
|
reviewedBy?: Prisma.UserUpdateOneWithoutTransferRequestsReviewedNestedInput;
|
|
1395
|
-
|
|
1395
|
+
targetApplication?: Prisma.ApplicationUpdateOneWithoutIncomingTransferRequestsNestedInput;
|
|
1396
1396
|
};
|
|
1397
1397
|
export type PropertyTransferRequestUncheckedUpdateWithoutRequestedByInput = {
|
|
1398
1398
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1399
1399
|
tenantId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1400
|
-
|
|
1400
|
+
sourceApplicationId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1401
1401
|
targetPropertyUnitId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1402
1402
|
reviewedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1403
1403
|
status?: Prisma.EnumTransferRequestStatusFieldUpdateOperationsInput | $Enums.TransferRequestStatus;
|
|
@@ -1410,7 +1410,7 @@ export type PropertyTransferRequestUncheckedUpdateWithoutRequestedByInput = {
|
|
|
1410
1410
|
refundedAmount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1411
1411
|
refundTransactionId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1412
1412
|
refundedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1413
|
-
|
|
1413
|
+
targetApplicationId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1414
1414
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1415
1415
|
reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1416
1416
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -1419,7 +1419,7 @@ export type PropertyTransferRequestUncheckedUpdateWithoutRequestedByInput = {
|
|
|
1419
1419
|
export type PropertyTransferRequestUncheckedUpdateManyWithoutRequestedByInput = {
|
|
1420
1420
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1421
1421
|
tenantId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1422
|
-
|
|
1422
|
+
sourceApplicationId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1423
1423
|
targetPropertyUnitId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1424
1424
|
reviewedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1425
1425
|
status?: Prisma.EnumTransferRequestStatusFieldUpdateOperationsInput | $Enums.TransferRequestStatus;
|
|
@@ -1432,7 +1432,7 @@ export type PropertyTransferRequestUncheckedUpdateManyWithoutRequestedByInput =
|
|
|
1432
1432
|
refundedAmount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1433
1433
|
refundTransactionId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1434
1434
|
refundedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1435
|
-
|
|
1435
|
+
targetApplicationId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1436
1436
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1437
1437
|
reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1438
1438
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -1455,15 +1455,15 @@ export type PropertyTransferRequestUpdateWithoutReviewedByInput = {
|
|
|
1455
1455
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1456
1456
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1457
1457
|
tenant?: Prisma.TenantUpdateOneRequiredWithoutPropertyTransferRequestsNestedInput;
|
|
1458
|
-
|
|
1458
|
+
sourceApplication?: Prisma.ApplicationUpdateOneRequiredWithoutOutgoingTransferRequestsNestedInput;
|
|
1459
1459
|
targetPropertyUnit?: Prisma.PropertyUnitUpdateOneRequiredWithoutTransferRequestsNestedInput;
|
|
1460
1460
|
requestedBy?: Prisma.UserUpdateOneRequiredWithoutTransferRequestsSubmittedNestedInput;
|
|
1461
|
-
|
|
1461
|
+
targetApplication?: Prisma.ApplicationUpdateOneWithoutIncomingTransferRequestsNestedInput;
|
|
1462
1462
|
};
|
|
1463
1463
|
export type PropertyTransferRequestUncheckedUpdateWithoutReviewedByInput = {
|
|
1464
1464
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1465
1465
|
tenantId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1466
|
-
|
|
1466
|
+
sourceApplicationId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1467
1467
|
targetPropertyUnitId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1468
1468
|
requestedById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1469
1469
|
status?: Prisma.EnumTransferRequestStatusFieldUpdateOperationsInput | $Enums.TransferRequestStatus;
|
|
@@ -1476,7 +1476,7 @@ export type PropertyTransferRequestUncheckedUpdateWithoutReviewedByInput = {
|
|
|
1476
1476
|
refundedAmount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1477
1477
|
refundTransactionId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1478
1478
|
refundedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1479
|
-
|
|
1479
|
+
targetApplicationId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1480
1480
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1481
1481
|
reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1482
1482
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -1485,7 +1485,7 @@ export type PropertyTransferRequestUncheckedUpdateWithoutReviewedByInput = {
|
|
|
1485
1485
|
export type PropertyTransferRequestUncheckedUpdateManyWithoutReviewedByInput = {
|
|
1486
1486
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1487
1487
|
tenantId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1488
|
-
|
|
1488
|
+
sourceApplicationId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1489
1489
|
targetPropertyUnitId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1490
1490
|
requestedById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1491
1491
|
status?: Prisma.EnumTransferRequestStatusFieldUpdateOperationsInput | $Enums.TransferRequestStatus;
|
|
@@ -1498,7 +1498,7 @@ export type PropertyTransferRequestUncheckedUpdateManyWithoutReviewedByInput = {
|
|
|
1498
1498
|
refundedAmount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1499
1499
|
refundTransactionId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1500
1500
|
refundedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1501
|
-
|
|
1501
|
+
targetApplicationId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1502
1502
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1503
1503
|
reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1504
1504
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -1506,7 +1506,7 @@ export type PropertyTransferRequestUncheckedUpdateManyWithoutReviewedByInput = {
|
|
|
1506
1506
|
};
|
|
1507
1507
|
export type PropertyTransferRequestCreateManyTenantInput = {
|
|
1508
1508
|
id?: string;
|
|
1509
|
-
|
|
1509
|
+
sourceApplicationId: string;
|
|
1510
1510
|
targetPropertyUnitId: string;
|
|
1511
1511
|
requestedById: string;
|
|
1512
1512
|
reviewedById?: string | null;
|
|
@@ -1520,7 +1520,7 @@ export type PropertyTransferRequestCreateManyTenantInput = {
|
|
|
1520
1520
|
refundedAmount?: number | null;
|
|
1521
1521
|
refundTransactionId?: string | null;
|
|
1522
1522
|
refundedAt?: Date | string | null;
|
|
1523
|
-
|
|
1523
|
+
targetApplicationId?: string | null;
|
|
1524
1524
|
createdAt?: Date | string;
|
|
1525
1525
|
reviewedAt?: Date | string | null;
|
|
1526
1526
|
completedAt?: Date | string | null;
|
|
@@ -1542,15 +1542,15 @@ export type PropertyTransferRequestUpdateWithoutTenantInput = {
|
|
|
1542
1542
|
reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1543
1543
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1544
1544
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1545
|
-
|
|
1545
|
+
sourceApplication?: Prisma.ApplicationUpdateOneRequiredWithoutOutgoingTransferRequestsNestedInput;
|
|
1546
1546
|
targetPropertyUnit?: Prisma.PropertyUnitUpdateOneRequiredWithoutTransferRequestsNestedInput;
|
|
1547
1547
|
requestedBy?: Prisma.UserUpdateOneRequiredWithoutTransferRequestsSubmittedNestedInput;
|
|
1548
1548
|
reviewedBy?: Prisma.UserUpdateOneWithoutTransferRequestsReviewedNestedInput;
|
|
1549
|
-
|
|
1549
|
+
targetApplication?: Prisma.ApplicationUpdateOneWithoutIncomingTransferRequestsNestedInput;
|
|
1550
1550
|
};
|
|
1551
1551
|
export type PropertyTransferRequestUncheckedUpdateWithoutTenantInput = {
|
|
1552
1552
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1553
|
-
|
|
1553
|
+
sourceApplicationId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1554
1554
|
targetPropertyUnitId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1555
1555
|
requestedById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1556
1556
|
reviewedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -1564,7 +1564,7 @@ export type PropertyTransferRequestUncheckedUpdateWithoutTenantInput = {
|
|
|
1564
1564
|
refundedAmount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1565
1565
|
refundTransactionId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1566
1566
|
refundedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1567
|
-
|
|
1567
|
+
targetApplicationId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1568
1568
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1569
1569
|
reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1570
1570
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -1572,7 +1572,7 @@ export type PropertyTransferRequestUncheckedUpdateWithoutTenantInput = {
|
|
|
1572
1572
|
};
|
|
1573
1573
|
export type PropertyTransferRequestUncheckedUpdateManyWithoutTenantInput = {
|
|
1574
1574
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1575
|
-
|
|
1575
|
+
sourceApplicationId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1576
1576
|
targetPropertyUnitId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1577
1577
|
requestedById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1578
1578
|
reviewedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -1586,7 +1586,7 @@ export type PropertyTransferRequestUncheckedUpdateManyWithoutTenantInput = {
|
|
|
1586
1586
|
refundedAmount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1587
1587
|
refundTransactionId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1588
1588
|
refundedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1589
|
-
|
|
1589
|
+
targetApplicationId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1590
1590
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1591
1591
|
reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1592
1592
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -1595,7 +1595,7 @@ export type PropertyTransferRequestUncheckedUpdateManyWithoutTenantInput = {
|
|
|
1595
1595
|
export type PropertyTransferRequestCreateManyTargetPropertyUnitInput = {
|
|
1596
1596
|
id?: string;
|
|
1597
1597
|
tenantId: string;
|
|
1598
|
-
|
|
1598
|
+
sourceApplicationId: string;
|
|
1599
1599
|
requestedById: string;
|
|
1600
1600
|
reviewedById?: string | null;
|
|
1601
1601
|
status?: $Enums.TransferRequestStatus;
|
|
@@ -1608,7 +1608,7 @@ export type PropertyTransferRequestCreateManyTargetPropertyUnitInput = {
|
|
|
1608
1608
|
refundedAmount?: number | null;
|
|
1609
1609
|
refundTransactionId?: string | null;
|
|
1610
1610
|
refundedAt?: Date | string | null;
|
|
1611
|
-
|
|
1611
|
+
targetApplicationId?: string | null;
|
|
1612
1612
|
createdAt?: Date | string;
|
|
1613
1613
|
reviewedAt?: Date | string | null;
|
|
1614
1614
|
completedAt?: Date | string | null;
|
|
@@ -1631,15 +1631,15 @@ export type PropertyTransferRequestUpdateWithoutTargetPropertyUnitInput = {
|
|
|
1631
1631
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1632
1632
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1633
1633
|
tenant?: Prisma.TenantUpdateOneRequiredWithoutPropertyTransferRequestsNestedInput;
|
|
1634
|
-
|
|
1634
|
+
sourceApplication?: Prisma.ApplicationUpdateOneRequiredWithoutOutgoingTransferRequestsNestedInput;
|
|
1635
1635
|
requestedBy?: Prisma.UserUpdateOneRequiredWithoutTransferRequestsSubmittedNestedInput;
|
|
1636
1636
|
reviewedBy?: Prisma.UserUpdateOneWithoutTransferRequestsReviewedNestedInput;
|
|
1637
|
-
|
|
1637
|
+
targetApplication?: Prisma.ApplicationUpdateOneWithoutIncomingTransferRequestsNestedInput;
|
|
1638
1638
|
};
|
|
1639
1639
|
export type PropertyTransferRequestUncheckedUpdateWithoutTargetPropertyUnitInput = {
|
|
1640
1640
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1641
1641
|
tenantId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1642
|
-
|
|
1642
|
+
sourceApplicationId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1643
1643
|
requestedById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1644
1644
|
reviewedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1645
1645
|
status?: Prisma.EnumTransferRequestStatusFieldUpdateOperationsInput | $Enums.TransferRequestStatus;
|
|
@@ -1652,7 +1652,7 @@ export type PropertyTransferRequestUncheckedUpdateWithoutTargetPropertyUnitInput
|
|
|
1652
1652
|
refundedAmount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1653
1653
|
refundTransactionId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1654
1654
|
refundedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1655
|
-
|
|
1655
|
+
targetApplicationId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1656
1656
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1657
1657
|
reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1658
1658
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -1661,7 +1661,7 @@ export type PropertyTransferRequestUncheckedUpdateWithoutTargetPropertyUnitInput
|
|
|
1661
1661
|
export type PropertyTransferRequestUncheckedUpdateManyWithoutTargetPropertyUnitInput = {
|
|
1662
1662
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1663
1663
|
tenantId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1664
|
-
|
|
1664
|
+
sourceApplicationId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1665
1665
|
requestedById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1666
1666
|
reviewedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1667
1667
|
status?: Prisma.EnumTransferRequestStatusFieldUpdateOperationsInput | $Enums.TransferRequestStatus;
|
|
@@ -1674,13 +1674,13 @@ export type PropertyTransferRequestUncheckedUpdateManyWithoutTargetPropertyUnitI
|
|
|
1674
1674
|
refundedAmount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1675
1675
|
refundTransactionId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1676
1676
|
refundedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1677
|
-
|
|
1677
|
+
targetApplicationId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1678
1678
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1679
1679
|
reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1680
1680
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1681
1681
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1682
1682
|
};
|
|
1683
|
-
export type
|
|
1683
|
+
export type PropertyTransferRequestCreateManySourceApplicationInput = {
|
|
1684
1684
|
id?: string;
|
|
1685
1685
|
tenantId: string;
|
|
1686
1686
|
targetPropertyUnitId: string;
|
|
@@ -1696,16 +1696,16 @@ export type PropertyTransferRequestCreateManySourceContractInput = {
|
|
|
1696
1696
|
refundedAmount?: number | null;
|
|
1697
1697
|
refundTransactionId?: string | null;
|
|
1698
1698
|
refundedAt?: Date | string | null;
|
|
1699
|
-
|
|
1699
|
+
targetApplicationId?: string | null;
|
|
1700
1700
|
createdAt?: Date | string;
|
|
1701
1701
|
reviewedAt?: Date | string | null;
|
|
1702
1702
|
completedAt?: Date | string | null;
|
|
1703
1703
|
updatedAt?: Date | string;
|
|
1704
1704
|
};
|
|
1705
|
-
export type
|
|
1705
|
+
export type PropertyTransferRequestCreateManyTargetApplicationInput = {
|
|
1706
1706
|
id?: string;
|
|
1707
1707
|
tenantId: string;
|
|
1708
|
-
|
|
1708
|
+
sourceApplicationId: string;
|
|
1709
1709
|
targetPropertyUnitId: string;
|
|
1710
1710
|
requestedById: string;
|
|
1711
1711
|
reviewedById?: string | null;
|
|
@@ -1724,7 +1724,7 @@ export type PropertyTransferRequestCreateManyTargetContractInput = {
|
|
|
1724
1724
|
completedAt?: Date | string | null;
|
|
1725
1725
|
updatedAt?: Date | string;
|
|
1726
1726
|
};
|
|
1727
|
-
export type
|
|
1727
|
+
export type PropertyTransferRequestUpdateWithoutSourceApplicationInput = {
|
|
1728
1728
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1729
1729
|
status?: Prisma.EnumTransferRequestStatusFieldUpdateOperationsInput | $Enums.TransferRequestStatus;
|
|
1730
1730
|
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -1744,9 +1744,9 @@ export type PropertyTransferRequestUpdateWithoutSourceContractInput = {
|
|
|
1744
1744
|
targetPropertyUnit?: Prisma.PropertyUnitUpdateOneRequiredWithoutTransferRequestsNestedInput;
|
|
1745
1745
|
requestedBy?: Prisma.UserUpdateOneRequiredWithoutTransferRequestsSubmittedNestedInput;
|
|
1746
1746
|
reviewedBy?: Prisma.UserUpdateOneWithoutTransferRequestsReviewedNestedInput;
|
|
1747
|
-
|
|
1747
|
+
targetApplication?: Prisma.ApplicationUpdateOneWithoutIncomingTransferRequestsNestedInput;
|
|
1748
1748
|
};
|
|
1749
|
-
export type
|
|
1749
|
+
export type PropertyTransferRequestUncheckedUpdateWithoutSourceApplicationInput = {
|
|
1750
1750
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1751
1751
|
tenantId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1752
1752
|
targetPropertyUnitId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1762,13 +1762,13 @@ export type PropertyTransferRequestUncheckedUpdateWithoutSourceContractInput = {
|
|
|
1762
1762
|
refundedAmount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1763
1763
|
refundTransactionId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1764
1764
|
refundedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1765
|
-
|
|
1765
|
+
targetApplicationId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1766
1766
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1767
1767
|
reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1768
1768
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1769
1769
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1770
1770
|
};
|
|
1771
|
-
export type
|
|
1771
|
+
export type PropertyTransferRequestUncheckedUpdateManyWithoutSourceApplicationInput = {
|
|
1772
1772
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1773
1773
|
tenantId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1774
1774
|
targetPropertyUnitId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1784,13 +1784,13 @@ export type PropertyTransferRequestUncheckedUpdateManyWithoutSourceContractInput
|
|
|
1784
1784
|
refundedAmount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1785
1785
|
refundTransactionId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1786
1786
|
refundedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1787
|
-
|
|
1787
|
+
targetApplicationId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1788
1788
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1789
1789
|
reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1790
1790
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1791
1791
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1792
1792
|
};
|
|
1793
|
-
export type
|
|
1793
|
+
export type PropertyTransferRequestUpdateWithoutTargetApplicationInput = {
|
|
1794
1794
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1795
1795
|
status?: Prisma.EnumTransferRequestStatusFieldUpdateOperationsInput | $Enums.TransferRequestStatus;
|
|
1796
1796
|
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -1807,15 +1807,15 @@ export type PropertyTransferRequestUpdateWithoutTargetContractInput = {
|
|
|
1807
1807
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1808
1808
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1809
1809
|
tenant?: Prisma.TenantUpdateOneRequiredWithoutPropertyTransferRequestsNestedInput;
|
|
1810
|
-
|
|
1810
|
+
sourceApplication?: Prisma.ApplicationUpdateOneRequiredWithoutOutgoingTransferRequestsNestedInput;
|
|
1811
1811
|
targetPropertyUnit?: Prisma.PropertyUnitUpdateOneRequiredWithoutTransferRequestsNestedInput;
|
|
1812
1812
|
requestedBy?: Prisma.UserUpdateOneRequiredWithoutTransferRequestsSubmittedNestedInput;
|
|
1813
1813
|
reviewedBy?: Prisma.UserUpdateOneWithoutTransferRequestsReviewedNestedInput;
|
|
1814
1814
|
};
|
|
1815
|
-
export type
|
|
1815
|
+
export type PropertyTransferRequestUncheckedUpdateWithoutTargetApplicationInput = {
|
|
1816
1816
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1817
1817
|
tenantId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1818
|
-
|
|
1818
|
+
sourceApplicationId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1819
1819
|
targetPropertyUnitId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1820
1820
|
requestedById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1821
1821
|
reviewedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -1834,10 +1834,10 @@ export type PropertyTransferRequestUncheckedUpdateWithoutTargetContractInput = {
|
|
|
1834
1834
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1835
1835
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1836
1836
|
};
|
|
1837
|
-
export type
|
|
1837
|
+
export type PropertyTransferRequestUncheckedUpdateManyWithoutTargetApplicationInput = {
|
|
1838
1838
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1839
1839
|
tenantId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1840
|
-
|
|
1840
|
+
sourceApplicationId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1841
1841
|
targetPropertyUnitId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1842
1842
|
requestedById?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1843
1843
|
reviewedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -1859,7 +1859,7 @@ export type PropertyTransferRequestUncheckedUpdateManyWithoutTargetContractInput
|
|
|
1859
1859
|
export type PropertyTransferRequestSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1860
1860
|
id?: boolean;
|
|
1861
1861
|
tenantId?: boolean;
|
|
1862
|
-
|
|
1862
|
+
sourceApplicationId?: boolean;
|
|
1863
1863
|
targetPropertyUnitId?: boolean;
|
|
1864
1864
|
requestedById?: boolean;
|
|
1865
1865
|
reviewedById?: boolean;
|
|
@@ -1873,22 +1873,22 @@ export type PropertyTransferRequestSelect<ExtArgs extends runtime.Types.Extensio
|
|
|
1873
1873
|
refundedAmount?: boolean;
|
|
1874
1874
|
refundTransactionId?: boolean;
|
|
1875
1875
|
refundedAt?: boolean;
|
|
1876
|
-
|
|
1876
|
+
targetApplicationId?: boolean;
|
|
1877
1877
|
createdAt?: boolean;
|
|
1878
1878
|
reviewedAt?: boolean;
|
|
1879
1879
|
completedAt?: boolean;
|
|
1880
1880
|
updatedAt?: boolean;
|
|
1881
1881
|
tenant?: boolean | Prisma.TenantDefaultArgs<ExtArgs>;
|
|
1882
|
-
|
|
1882
|
+
sourceApplication?: boolean | Prisma.ApplicationDefaultArgs<ExtArgs>;
|
|
1883
1883
|
targetPropertyUnit?: boolean | Prisma.PropertyUnitDefaultArgs<ExtArgs>;
|
|
1884
1884
|
requestedBy?: boolean | Prisma.UserDefaultArgs<ExtArgs>;
|
|
1885
1885
|
reviewedBy?: boolean | Prisma.PropertyTransferRequest$reviewedByArgs<ExtArgs>;
|
|
1886
|
-
|
|
1886
|
+
targetApplication?: boolean | Prisma.PropertyTransferRequest$targetApplicationArgs<ExtArgs>;
|
|
1887
1887
|
}, ExtArgs["result"]["propertyTransferRequest"]>;
|
|
1888
1888
|
export type PropertyTransferRequestSelectScalar = {
|
|
1889
1889
|
id?: boolean;
|
|
1890
1890
|
tenantId?: boolean;
|
|
1891
|
-
|
|
1891
|
+
sourceApplicationId?: boolean;
|
|
1892
1892
|
targetPropertyUnitId?: boolean;
|
|
1893
1893
|
requestedById?: boolean;
|
|
1894
1894
|
reviewedById?: boolean;
|
|
@@ -1902,35 +1902,35 @@ export type PropertyTransferRequestSelectScalar = {
|
|
|
1902
1902
|
refundedAmount?: boolean;
|
|
1903
1903
|
refundTransactionId?: boolean;
|
|
1904
1904
|
refundedAt?: boolean;
|
|
1905
|
-
|
|
1905
|
+
targetApplicationId?: boolean;
|
|
1906
1906
|
createdAt?: boolean;
|
|
1907
1907
|
reviewedAt?: boolean;
|
|
1908
1908
|
completedAt?: boolean;
|
|
1909
1909
|
updatedAt?: boolean;
|
|
1910
1910
|
};
|
|
1911
|
-
export type PropertyTransferRequestOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "tenantId" | "
|
|
1911
|
+
export type PropertyTransferRequestOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "tenantId" | "sourceApplicationId" | "targetPropertyUnitId" | "requestedById" | "reviewedById" | "status" | "reason" | "reviewNotes" | "priceAdjustmentHandling" | "sourceTotalAmount" | "targetTotalAmount" | "priceAdjustment" | "refundedAmount" | "refundTransactionId" | "refundedAt" | "targetApplicationId" | "createdAt" | "reviewedAt" | "completedAt" | "updatedAt", ExtArgs["result"]["propertyTransferRequest"]>;
|
|
1912
1912
|
export type PropertyTransferRequestInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1913
1913
|
tenant?: boolean | Prisma.TenantDefaultArgs<ExtArgs>;
|
|
1914
|
-
|
|
1914
|
+
sourceApplication?: boolean | Prisma.ApplicationDefaultArgs<ExtArgs>;
|
|
1915
1915
|
targetPropertyUnit?: boolean | Prisma.PropertyUnitDefaultArgs<ExtArgs>;
|
|
1916
1916
|
requestedBy?: boolean | Prisma.UserDefaultArgs<ExtArgs>;
|
|
1917
1917
|
reviewedBy?: boolean | Prisma.PropertyTransferRequest$reviewedByArgs<ExtArgs>;
|
|
1918
|
-
|
|
1918
|
+
targetApplication?: boolean | Prisma.PropertyTransferRequest$targetApplicationArgs<ExtArgs>;
|
|
1919
1919
|
};
|
|
1920
1920
|
export type $PropertyTransferRequestPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1921
1921
|
name: "PropertyTransferRequest";
|
|
1922
1922
|
objects: {
|
|
1923
1923
|
tenant: Prisma.$TenantPayload<ExtArgs>;
|
|
1924
|
-
|
|
1924
|
+
sourceApplication: Prisma.$ApplicationPayload<ExtArgs>;
|
|
1925
1925
|
targetPropertyUnit: Prisma.$PropertyUnitPayload<ExtArgs>;
|
|
1926
1926
|
requestedBy: Prisma.$UserPayload<ExtArgs>;
|
|
1927
1927
|
reviewedBy: Prisma.$UserPayload<ExtArgs> | null;
|
|
1928
|
-
|
|
1928
|
+
targetApplication: Prisma.$ApplicationPayload<ExtArgs> | null;
|
|
1929
1929
|
};
|
|
1930
1930
|
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
1931
1931
|
id: string;
|
|
1932
1932
|
tenantId: string;
|
|
1933
|
-
|
|
1933
|
+
sourceApplicationId: string;
|
|
1934
1934
|
targetPropertyUnitId: string;
|
|
1935
1935
|
requestedById: string;
|
|
1936
1936
|
reviewedById: string | null;
|
|
@@ -1944,7 +1944,7 @@ export type $PropertyTransferRequestPayload<ExtArgs extends runtime.Types.Extens
|
|
|
1944
1944
|
refundedAmount: number | null;
|
|
1945
1945
|
refundTransactionId: string | null;
|
|
1946
1946
|
refundedAt: Date | null;
|
|
1947
|
-
|
|
1947
|
+
targetApplicationId: string | null;
|
|
1948
1948
|
createdAt: Date;
|
|
1949
1949
|
reviewedAt: Date | null;
|
|
1950
1950
|
completedAt: Date | null;
|
|
@@ -2227,11 +2227,11 @@ export interface PropertyTransferRequestDelegate<ExtArgs extends runtime.Types.E
|
|
|
2227
2227
|
export interface Prisma__PropertyTransferRequestClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
2228
2228
|
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
2229
2229
|
tenant<T extends Prisma.TenantDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.TenantDefaultArgs<ExtArgs>>): Prisma.Prisma__TenantClient<runtime.Types.Result.GetResult<Prisma.$TenantPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
2230
|
-
|
|
2230
|
+
sourceApplication<T extends Prisma.ApplicationDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ApplicationDefaultArgs<ExtArgs>>): Prisma.Prisma__ApplicationClient<runtime.Types.Result.GetResult<Prisma.$ApplicationPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
2231
2231
|
targetPropertyUnit<T extends Prisma.PropertyUnitDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PropertyUnitDefaultArgs<ExtArgs>>): Prisma.Prisma__PropertyUnitClient<runtime.Types.Result.GetResult<Prisma.$PropertyUnitPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
2232
2232
|
requestedBy<T extends Prisma.UserDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.UserDefaultArgs<ExtArgs>>): Prisma.Prisma__UserClient<runtime.Types.Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
2233
2233
|
reviewedBy<T extends Prisma.PropertyTransferRequest$reviewedByArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PropertyTransferRequest$reviewedByArgs<ExtArgs>>): Prisma.Prisma__UserClient<runtime.Types.Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
2234
|
-
|
|
2234
|
+
targetApplication<T extends Prisma.PropertyTransferRequest$targetApplicationArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PropertyTransferRequest$targetApplicationArgs<ExtArgs>>): Prisma.Prisma__ApplicationClient<runtime.Types.Result.GetResult<Prisma.$ApplicationPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
2235
2235
|
/**
|
|
2236
2236
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
2237
2237
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -2259,7 +2259,7 @@ export interface Prisma__PropertyTransferRequestClient<T, Null = never, ExtArgs
|
|
|
2259
2259
|
export interface PropertyTransferRequestFieldRefs {
|
|
2260
2260
|
readonly id: Prisma.FieldRef<"PropertyTransferRequest", 'String'>;
|
|
2261
2261
|
readonly tenantId: Prisma.FieldRef<"PropertyTransferRequest", 'String'>;
|
|
2262
|
-
readonly
|
|
2262
|
+
readonly sourceApplicationId: Prisma.FieldRef<"PropertyTransferRequest", 'String'>;
|
|
2263
2263
|
readonly targetPropertyUnitId: Prisma.FieldRef<"PropertyTransferRequest", 'String'>;
|
|
2264
2264
|
readonly requestedById: Prisma.FieldRef<"PropertyTransferRequest", 'String'>;
|
|
2265
2265
|
readonly reviewedById: Prisma.FieldRef<"PropertyTransferRequest", 'String'>;
|
|
@@ -2273,7 +2273,7 @@ export interface PropertyTransferRequestFieldRefs {
|
|
|
2273
2273
|
readonly refundedAmount: Prisma.FieldRef<"PropertyTransferRequest", 'Float'>;
|
|
2274
2274
|
readonly refundTransactionId: Prisma.FieldRef<"PropertyTransferRequest", 'String'>;
|
|
2275
2275
|
readonly refundedAt: Prisma.FieldRef<"PropertyTransferRequest", 'DateTime'>;
|
|
2276
|
-
readonly
|
|
2276
|
+
readonly targetApplicationId: Prisma.FieldRef<"PropertyTransferRequest", 'String'>;
|
|
2277
2277
|
readonly createdAt: Prisma.FieldRef<"PropertyTransferRequest", 'DateTime'>;
|
|
2278
2278
|
readonly reviewedAt: Prisma.FieldRef<"PropertyTransferRequest", 'DateTime'>;
|
|
2279
2279
|
readonly completedAt: Prisma.FieldRef<"PropertyTransferRequest", 'DateTime'>;
|
|
@@ -2624,22 +2624,22 @@ export type PropertyTransferRequest$reviewedByArgs<ExtArgs extends runtime.Types
|
|
|
2624
2624
|
where?: Prisma.UserWhereInput;
|
|
2625
2625
|
};
|
|
2626
2626
|
/**
|
|
2627
|
-
* PropertyTransferRequest.
|
|
2627
|
+
* PropertyTransferRequest.targetApplication
|
|
2628
2628
|
*/
|
|
2629
|
-
export type PropertyTransferRequest$
|
|
2629
|
+
export type PropertyTransferRequest$targetApplicationArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2630
2630
|
/**
|
|
2631
|
-
* Select specific fields to fetch from the
|
|
2631
|
+
* Select specific fields to fetch from the Application
|
|
2632
2632
|
*/
|
|
2633
|
-
select?: Prisma.
|
|
2633
|
+
select?: Prisma.ApplicationSelect<ExtArgs> | null;
|
|
2634
2634
|
/**
|
|
2635
|
-
* Omit specific fields from the
|
|
2635
|
+
* Omit specific fields from the Application
|
|
2636
2636
|
*/
|
|
2637
|
-
omit?: Prisma.
|
|
2637
|
+
omit?: Prisma.ApplicationOmit<ExtArgs> | null;
|
|
2638
2638
|
/**
|
|
2639
2639
|
* Choose, which related nodes to fetch as well
|
|
2640
2640
|
*/
|
|
2641
|
-
include?: Prisma.
|
|
2642
|
-
where?: Prisma.
|
|
2641
|
+
include?: Prisma.ApplicationInclude<ExtArgs> | null;
|
|
2642
|
+
where?: Prisma.ApplicationWhereInput;
|
|
2643
2643
|
};
|
|
2644
2644
|
/**
|
|
2645
2645
|
* PropertyTransferRequest without action
|