@valentine-efagene/qshelter-common 2.0.48 → 2.0.50
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 +6 -6
- package/dist/generated/client/client.d.ts +6 -6
- package/dist/generated/client/internal/class.d.ts +12 -12
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +109 -109
- package/dist/generated/client/internal/prismaNamespace.js +9 -9
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +15 -15
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +9 -9
- package/dist/generated/client/models/ContractPhase.d.ts +35 -35
- package/dist/generated/client/models/DocumentationStep.d.ts +1819 -0
- package/dist/generated/client/models/DocumentationStep.js +1 -0
- package/dist/generated/client/models/DocumentationStepApproval.d.ts +1253 -0
- package/dist/generated/client/models/DocumentationStepApproval.js +1 -0
- package/dist/generated/client/models/DocumentationStepDocument.d.ts +1052 -0
- package/dist/generated/client/models/DocumentationStepDocument.js +1 -0
- package/dist/generated/client/models/User.d.ts +214 -214
- package/dist/generated/client/models/index.d.ts +3 -3
- package/dist/generated/client/models/index.js +3 -3
- package/dist/generated/client/models.d.ts +3 -3
- package/package.json +1 -1
- package/prisma/schema.prisma +13 -13
|
@@ -264,9 +264,9 @@ export declare const ModelName: {
|
|
|
264
264
|
readonly PaymentMethodPhaseDocument: "PaymentMethodPhaseDocument";
|
|
265
265
|
readonly Contract: "Contract";
|
|
266
266
|
readonly ContractPhase: "ContractPhase";
|
|
267
|
-
readonly
|
|
268
|
-
readonly
|
|
269
|
-
readonly
|
|
267
|
+
readonly DocumentationStep: "DocumentationStep";
|
|
268
|
+
readonly DocumentationStepDocument: "DocumentationStepDocument";
|
|
269
|
+
readonly DocumentationStepApproval: "DocumentationStepApproval";
|
|
270
270
|
readonly ContractInstallment: "ContractInstallment";
|
|
271
271
|
readonly ContractPayment: "ContractPayment";
|
|
272
272
|
readonly ContractDocument: "ContractDocument";
|
|
@@ -292,7 +292,7 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
292
292
|
omit: GlobalOmitOptions;
|
|
293
293
|
};
|
|
294
294
|
meta: {
|
|
295
|
-
modelProps: "user" | "role" | "permission" | "rolePermission" | "userRole" | "tenant" | "refreshToken" | "passwordReset" | "userSuspension" | "emailPreference" | "deviceEndpoint" | "social" | "oAuthState" | "wallet" | "transaction" | "settings" | "property" | "propertyMedia" | "propertyDocument" | "amenity" | "propertyVariant" | "propertyVariantAmenity" | "propertyVariantMedia" | "propertyUnit" | "propertyAmenity" | "paymentPlan" | "propertyPaymentMethod" | "propertyPaymentMethodLink" | "propertyPaymentMethodPhase" | "paymentMethodPhaseStep" | "paymentMethodPhaseDocument" | "contract" | "contractPhase" | "
|
|
295
|
+
modelProps: "user" | "role" | "permission" | "rolePermission" | "userRole" | "tenant" | "refreshToken" | "passwordReset" | "userSuspension" | "emailPreference" | "deviceEndpoint" | "social" | "oAuthState" | "wallet" | "transaction" | "settings" | "property" | "propertyMedia" | "propertyDocument" | "amenity" | "propertyVariant" | "propertyVariantAmenity" | "propertyVariantMedia" | "propertyUnit" | "propertyAmenity" | "paymentPlan" | "propertyPaymentMethod" | "propertyPaymentMethodLink" | "propertyPaymentMethodPhase" | "paymentMethodPhaseStep" | "paymentMethodPhaseDocument" | "contract" | "contractPhase" | "documentationStep" | "documentationStepDocument" | "documentationStepApproval" | "contractInstallment" | "contractPayment" | "contractDocument" | "contractTransition" | "contractEvent" | "documentTemplate" | "offerLetter" | "contractTermination" | "prequalification" | "underwritingDecision" | "paymentMethodChangeRequest" | "documentRequirementRule" | "domainEvent";
|
|
296
296
|
txIsolationLevel: TransactionIsolationLevel;
|
|
297
297
|
};
|
|
298
298
|
model: {
|
|
@@ -2474,201 +2474,201 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
2474
2474
|
};
|
|
2475
2475
|
};
|
|
2476
2476
|
};
|
|
2477
|
-
|
|
2478
|
-
payload: Prisma.$
|
|
2479
|
-
fields: Prisma.
|
|
2477
|
+
DocumentationStep: {
|
|
2478
|
+
payload: Prisma.$DocumentationStepPayload<ExtArgs>;
|
|
2479
|
+
fields: Prisma.DocumentationStepFieldRefs;
|
|
2480
2480
|
operations: {
|
|
2481
2481
|
findUnique: {
|
|
2482
|
-
args: Prisma.
|
|
2483
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2482
|
+
args: Prisma.DocumentationStepFindUniqueArgs<ExtArgs>;
|
|
2483
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepPayload> | null;
|
|
2484
2484
|
};
|
|
2485
2485
|
findUniqueOrThrow: {
|
|
2486
|
-
args: Prisma.
|
|
2487
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2486
|
+
args: Prisma.DocumentationStepFindUniqueOrThrowArgs<ExtArgs>;
|
|
2487
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepPayload>;
|
|
2488
2488
|
};
|
|
2489
2489
|
findFirst: {
|
|
2490
|
-
args: Prisma.
|
|
2491
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2490
|
+
args: Prisma.DocumentationStepFindFirstArgs<ExtArgs>;
|
|
2491
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepPayload> | null;
|
|
2492
2492
|
};
|
|
2493
2493
|
findFirstOrThrow: {
|
|
2494
|
-
args: Prisma.
|
|
2495
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2494
|
+
args: Prisma.DocumentationStepFindFirstOrThrowArgs<ExtArgs>;
|
|
2495
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepPayload>;
|
|
2496
2496
|
};
|
|
2497
2497
|
findMany: {
|
|
2498
|
-
args: Prisma.
|
|
2499
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2498
|
+
args: Prisma.DocumentationStepFindManyArgs<ExtArgs>;
|
|
2499
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepPayload>[];
|
|
2500
2500
|
};
|
|
2501
2501
|
create: {
|
|
2502
|
-
args: Prisma.
|
|
2503
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2502
|
+
args: Prisma.DocumentationStepCreateArgs<ExtArgs>;
|
|
2503
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepPayload>;
|
|
2504
2504
|
};
|
|
2505
2505
|
createMany: {
|
|
2506
|
-
args: Prisma.
|
|
2506
|
+
args: Prisma.DocumentationStepCreateManyArgs<ExtArgs>;
|
|
2507
2507
|
result: BatchPayload;
|
|
2508
2508
|
};
|
|
2509
2509
|
delete: {
|
|
2510
|
-
args: Prisma.
|
|
2511
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2510
|
+
args: Prisma.DocumentationStepDeleteArgs<ExtArgs>;
|
|
2511
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepPayload>;
|
|
2512
2512
|
};
|
|
2513
2513
|
update: {
|
|
2514
|
-
args: Prisma.
|
|
2515
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2514
|
+
args: Prisma.DocumentationStepUpdateArgs<ExtArgs>;
|
|
2515
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepPayload>;
|
|
2516
2516
|
};
|
|
2517
2517
|
deleteMany: {
|
|
2518
|
-
args: Prisma.
|
|
2518
|
+
args: Prisma.DocumentationStepDeleteManyArgs<ExtArgs>;
|
|
2519
2519
|
result: BatchPayload;
|
|
2520
2520
|
};
|
|
2521
2521
|
updateMany: {
|
|
2522
|
-
args: Prisma.
|
|
2522
|
+
args: Prisma.DocumentationStepUpdateManyArgs<ExtArgs>;
|
|
2523
2523
|
result: BatchPayload;
|
|
2524
2524
|
};
|
|
2525
2525
|
upsert: {
|
|
2526
|
-
args: Prisma.
|
|
2527
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2526
|
+
args: Prisma.DocumentationStepUpsertArgs<ExtArgs>;
|
|
2527
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepPayload>;
|
|
2528
2528
|
};
|
|
2529
2529
|
aggregate: {
|
|
2530
|
-
args: Prisma.
|
|
2531
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
2530
|
+
args: Prisma.DocumentationStepAggregateArgs<ExtArgs>;
|
|
2531
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateDocumentationStep>;
|
|
2532
2532
|
};
|
|
2533
2533
|
groupBy: {
|
|
2534
|
-
args: Prisma.
|
|
2535
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
2534
|
+
args: Prisma.DocumentationStepGroupByArgs<ExtArgs>;
|
|
2535
|
+
result: runtime.Types.Utils.Optional<Prisma.DocumentationStepGroupByOutputType>[];
|
|
2536
2536
|
};
|
|
2537
2537
|
count: {
|
|
2538
|
-
args: Prisma.
|
|
2539
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
2538
|
+
args: Prisma.DocumentationStepCountArgs<ExtArgs>;
|
|
2539
|
+
result: runtime.Types.Utils.Optional<Prisma.DocumentationStepCountAggregateOutputType> | number;
|
|
2540
2540
|
};
|
|
2541
2541
|
};
|
|
2542
2542
|
};
|
|
2543
|
-
|
|
2544
|
-
payload: Prisma.$
|
|
2545
|
-
fields: Prisma.
|
|
2543
|
+
DocumentationStepDocument: {
|
|
2544
|
+
payload: Prisma.$DocumentationStepDocumentPayload<ExtArgs>;
|
|
2545
|
+
fields: Prisma.DocumentationStepDocumentFieldRefs;
|
|
2546
2546
|
operations: {
|
|
2547
2547
|
findUnique: {
|
|
2548
|
-
args: Prisma.
|
|
2549
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2548
|
+
args: Prisma.DocumentationStepDocumentFindUniqueArgs<ExtArgs>;
|
|
2549
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepDocumentPayload> | null;
|
|
2550
2550
|
};
|
|
2551
2551
|
findUniqueOrThrow: {
|
|
2552
|
-
args: Prisma.
|
|
2553
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2552
|
+
args: Prisma.DocumentationStepDocumentFindUniqueOrThrowArgs<ExtArgs>;
|
|
2553
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepDocumentPayload>;
|
|
2554
2554
|
};
|
|
2555
2555
|
findFirst: {
|
|
2556
|
-
args: Prisma.
|
|
2557
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2556
|
+
args: Prisma.DocumentationStepDocumentFindFirstArgs<ExtArgs>;
|
|
2557
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepDocumentPayload> | null;
|
|
2558
2558
|
};
|
|
2559
2559
|
findFirstOrThrow: {
|
|
2560
|
-
args: Prisma.
|
|
2561
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2560
|
+
args: Prisma.DocumentationStepDocumentFindFirstOrThrowArgs<ExtArgs>;
|
|
2561
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepDocumentPayload>;
|
|
2562
2562
|
};
|
|
2563
2563
|
findMany: {
|
|
2564
|
-
args: Prisma.
|
|
2565
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2564
|
+
args: Prisma.DocumentationStepDocumentFindManyArgs<ExtArgs>;
|
|
2565
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepDocumentPayload>[];
|
|
2566
2566
|
};
|
|
2567
2567
|
create: {
|
|
2568
|
-
args: Prisma.
|
|
2569
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2568
|
+
args: Prisma.DocumentationStepDocumentCreateArgs<ExtArgs>;
|
|
2569
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepDocumentPayload>;
|
|
2570
2570
|
};
|
|
2571
2571
|
createMany: {
|
|
2572
|
-
args: Prisma.
|
|
2572
|
+
args: Prisma.DocumentationStepDocumentCreateManyArgs<ExtArgs>;
|
|
2573
2573
|
result: BatchPayload;
|
|
2574
2574
|
};
|
|
2575
2575
|
delete: {
|
|
2576
|
-
args: Prisma.
|
|
2577
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2576
|
+
args: Prisma.DocumentationStepDocumentDeleteArgs<ExtArgs>;
|
|
2577
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepDocumentPayload>;
|
|
2578
2578
|
};
|
|
2579
2579
|
update: {
|
|
2580
|
-
args: Prisma.
|
|
2581
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2580
|
+
args: Prisma.DocumentationStepDocumentUpdateArgs<ExtArgs>;
|
|
2581
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepDocumentPayload>;
|
|
2582
2582
|
};
|
|
2583
2583
|
deleteMany: {
|
|
2584
|
-
args: Prisma.
|
|
2584
|
+
args: Prisma.DocumentationStepDocumentDeleteManyArgs<ExtArgs>;
|
|
2585
2585
|
result: BatchPayload;
|
|
2586
2586
|
};
|
|
2587
2587
|
updateMany: {
|
|
2588
|
-
args: Prisma.
|
|
2588
|
+
args: Prisma.DocumentationStepDocumentUpdateManyArgs<ExtArgs>;
|
|
2589
2589
|
result: BatchPayload;
|
|
2590
2590
|
};
|
|
2591
2591
|
upsert: {
|
|
2592
|
-
args: Prisma.
|
|
2593
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2592
|
+
args: Prisma.DocumentationStepDocumentUpsertArgs<ExtArgs>;
|
|
2593
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepDocumentPayload>;
|
|
2594
2594
|
};
|
|
2595
2595
|
aggregate: {
|
|
2596
|
-
args: Prisma.
|
|
2597
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
2596
|
+
args: Prisma.DocumentationStepDocumentAggregateArgs<ExtArgs>;
|
|
2597
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateDocumentationStepDocument>;
|
|
2598
2598
|
};
|
|
2599
2599
|
groupBy: {
|
|
2600
|
-
args: Prisma.
|
|
2601
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
2600
|
+
args: Prisma.DocumentationStepDocumentGroupByArgs<ExtArgs>;
|
|
2601
|
+
result: runtime.Types.Utils.Optional<Prisma.DocumentationStepDocumentGroupByOutputType>[];
|
|
2602
2602
|
};
|
|
2603
2603
|
count: {
|
|
2604
|
-
args: Prisma.
|
|
2605
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
2604
|
+
args: Prisma.DocumentationStepDocumentCountArgs<ExtArgs>;
|
|
2605
|
+
result: runtime.Types.Utils.Optional<Prisma.DocumentationStepDocumentCountAggregateOutputType> | number;
|
|
2606
2606
|
};
|
|
2607
2607
|
};
|
|
2608
2608
|
};
|
|
2609
|
-
|
|
2610
|
-
payload: Prisma.$
|
|
2611
|
-
fields: Prisma.
|
|
2609
|
+
DocumentationStepApproval: {
|
|
2610
|
+
payload: Prisma.$DocumentationStepApprovalPayload<ExtArgs>;
|
|
2611
|
+
fields: Prisma.DocumentationStepApprovalFieldRefs;
|
|
2612
2612
|
operations: {
|
|
2613
2613
|
findUnique: {
|
|
2614
|
-
args: Prisma.
|
|
2615
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2614
|
+
args: Prisma.DocumentationStepApprovalFindUniqueArgs<ExtArgs>;
|
|
2615
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepApprovalPayload> | null;
|
|
2616
2616
|
};
|
|
2617
2617
|
findUniqueOrThrow: {
|
|
2618
|
-
args: Prisma.
|
|
2619
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2618
|
+
args: Prisma.DocumentationStepApprovalFindUniqueOrThrowArgs<ExtArgs>;
|
|
2619
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepApprovalPayload>;
|
|
2620
2620
|
};
|
|
2621
2621
|
findFirst: {
|
|
2622
|
-
args: Prisma.
|
|
2623
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2622
|
+
args: Prisma.DocumentationStepApprovalFindFirstArgs<ExtArgs>;
|
|
2623
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepApprovalPayload> | null;
|
|
2624
2624
|
};
|
|
2625
2625
|
findFirstOrThrow: {
|
|
2626
|
-
args: Prisma.
|
|
2627
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2626
|
+
args: Prisma.DocumentationStepApprovalFindFirstOrThrowArgs<ExtArgs>;
|
|
2627
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepApprovalPayload>;
|
|
2628
2628
|
};
|
|
2629
2629
|
findMany: {
|
|
2630
|
-
args: Prisma.
|
|
2631
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2630
|
+
args: Prisma.DocumentationStepApprovalFindManyArgs<ExtArgs>;
|
|
2631
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepApprovalPayload>[];
|
|
2632
2632
|
};
|
|
2633
2633
|
create: {
|
|
2634
|
-
args: Prisma.
|
|
2635
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2634
|
+
args: Prisma.DocumentationStepApprovalCreateArgs<ExtArgs>;
|
|
2635
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepApprovalPayload>;
|
|
2636
2636
|
};
|
|
2637
2637
|
createMany: {
|
|
2638
|
-
args: Prisma.
|
|
2638
|
+
args: Prisma.DocumentationStepApprovalCreateManyArgs<ExtArgs>;
|
|
2639
2639
|
result: BatchPayload;
|
|
2640
2640
|
};
|
|
2641
2641
|
delete: {
|
|
2642
|
-
args: Prisma.
|
|
2643
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2642
|
+
args: Prisma.DocumentationStepApprovalDeleteArgs<ExtArgs>;
|
|
2643
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepApprovalPayload>;
|
|
2644
2644
|
};
|
|
2645
2645
|
update: {
|
|
2646
|
-
args: Prisma.
|
|
2647
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2646
|
+
args: Prisma.DocumentationStepApprovalUpdateArgs<ExtArgs>;
|
|
2647
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepApprovalPayload>;
|
|
2648
2648
|
};
|
|
2649
2649
|
deleteMany: {
|
|
2650
|
-
args: Prisma.
|
|
2650
|
+
args: Prisma.DocumentationStepApprovalDeleteManyArgs<ExtArgs>;
|
|
2651
2651
|
result: BatchPayload;
|
|
2652
2652
|
};
|
|
2653
2653
|
updateMany: {
|
|
2654
|
-
args: Prisma.
|
|
2654
|
+
args: Prisma.DocumentationStepApprovalUpdateManyArgs<ExtArgs>;
|
|
2655
2655
|
result: BatchPayload;
|
|
2656
2656
|
};
|
|
2657
2657
|
upsert: {
|
|
2658
|
-
args: Prisma.
|
|
2659
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2658
|
+
args: Prisma.DocumentationStepApprovalUpsertArgs<ExtArgs>;
|
|
2659
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepApprovalPayload>;
|
|
2660
2660
|
};
|
|
2661
2661
|
aggregate: {
|
|
2662
|
-
args: Prisma.
|
|
2663
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
2662
|
+
args: Prisma.DocumentationStepApprovalAggregateArgs<ExtArgs>;
|
|
2663
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateDocumentationStepApproval>;
|
|
2664
2664
|
};
|
|
2665
2665
|
groupBy: {
|
|
2666
|
-
args: Prisma.
|
|
2667
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
2666
|
+
args: Prisma.DocumentationStepApprovalGroupByArgs<ExtArgs>;
|
|
2667
|
+
result: runtime.Types.Utils.Optional<Prisma.DocumentationStepApprovalGroupByOutputType>[];
|
|
2668
2668
|
};
|
|
2669
2669
|
count: {
|
|
2670
|
-
args: Prisma.
|
|
2671
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
2670
|
+
args: Prisma.DocumentationStepApprovalCountArgs<ExtArgs>;
|
|
2671
|
+
result: runtime.Types.Utils.Optional<Prisma.DocumentationStepApprovalCountAggregateOutputType> | number;
|
|
2672
2672
|
};
|
|
2673
2673
|
};
|
|
2674
2674
|
};
|
|
@@ -3981,7 +3981,7 @@ export declare const ContractPhaseScalarFieldEnum: {
|
|
|
3981
3981
|
readonly updatedAt: "updatedAt";
|
|
3982
3982
|
};
|
|
3983
3983
|
export type ContractPhaseScalarFieldEnum = (typeof ContractPhaseScalarFieldEnum)[keyof typeof ContractPhaseScalarFieldEnum];
|
|
3984
|
-
export declare const
|
|
3984
|
+
export declare const DocumentationStepScalarFieldEnum: {
|
|
3985
3985
|
readonly id: "id";
|
|
3986
3986
|
readonly phaseId: "phaseId";
|
|
3987
3987
|
readonly name: "name";
|
|
@@ -3996,16 +3996,16 @@ export declare const ContractPhaseStepScalarFieldEnum: {
|
|
|
3996
3996
|
readonly createdAt: "createdAt";
|
|
3997
3997
|
readonly updatedAt: "updatedAt";
|
|
3998
3998
|
};
|
|
3999
|
-
export type
|
|
4000
|
-
export declare const
|
|
3999
|
+
export type DocumentationStepScalarFieldEnum = (typeof DocumentationStepScalarFieldEnum)[keyof typeof DocumentationStepScalarFieldEnum];
|
|
4000
|
+
export declare const DocumentationStepDocumentScalarFieldEnum: {
|
|
4001
4001
|
readonly id: "id";
|
|
4002
4002
|
readonly stepId: "stepId";
|
|
4003
4003
|
readonly documentType: "documentType";
|
|
4004
4004
|
readonly isRequired: "isRequired";
|
|
4005
4005
|
readonly createdAt: "createdAt";
|
|
4006
4006
|
};
|
|
4007
|
-
export type
|
|
4008
|
-
export declare const
|
|
4007
|
+
export type DocumentationStepDocumentScalarFieldEnum = (typeof DocumentationStepDocumentScalarFieldEnum)[keyof typeof DocumentationStepDocumentScalarFieldEnum];
|
|
4008
|
+
export declare const DocumentationStepApprovalScalarFieldEnum: {
|
|
4009
4009
|
readonly id: "id";
|
|
4010
4010
|
readonly stepId: "stepId";
|
|
4011
4011
|
readonly approverId: "approverId";
|
|
@@ -4014,7 +4014,7 @@ export declare const ContractPhaseStepApprovalScalarFieldEnum: {
|
|
|
4014
4014
|
readonly decidedAt: "decidedAt";
|
|
4015
4015
|
readonly createdAt: "createdAt";
|
|
4016
4016
|
};
|
|
4017
|
-
export type
|
|
4017
|
+
export type DocumentationStepApprovalScalarFieldEnum = (typeof DocumentationStepApprovalScalarFieldEnum)[keyof typeof DocumentationStepApprovalScalarFieldEnum];
|
|
4018
4018
|
export declare const ContractInstallmentScalarFieldEnum: {
|
|
4019
4019
|
readonly id: "id";
|
|
4020
4020
|
readonly phaseId: "phaseId";
|
|
@@ -4563,27 +4563,27 @@ export declare const ContractPhaseOrderByRelevanceFieldEnum: {
|
|
|
4563
4563
|
readonly description: "description";
|
|
4564
4564
|
};
|
|
4565
4565
|
export type ContractPhaseOrderByRelevanceFieldEnum = (typeof ContractPhaseOrderByRelevanceFieldEnum)[keyof typeof ContractPhaseOrderByRelevanceFieldEnum];
|
|
4566
|
-
export declare const
|
|
4566
|
+
export declare const DocumentationStepOrderByRelevanceFieldEnum: {
|
|
4567
4567
|
readonly id: "id";
|
|
4568
4568
|
readonly phaseId: "phaseId";
|
|
4569
4569
|
readonly name: "name";
|
|
4570
4570
|
readonly description: "description";
|
|
4571
4571
|
readonly assigneeId: "assigneeId";
|
|
4572
4572
|
};
|
|
4573
|
-
export type
|
|
4574
|
-
export declare const
|
|
4573
|
+
export type DocumentationStepOrderByRelevanceFieldEnum = (typeof DocumentationStepOrderByRelevanceFieldEnum)[keyof typeof DocumentationStepOrderByRelevanceFieldEnum];
|
|
4574
|
+
export declare const DocumentationStepDocumentOrderByRelevanceFieldEnum: {
|
|
4575
4575
|
readonly id: "id";
|
|
4576
4576
|
readonly stepId: "stepId";
|
|
4577
4577
|
readonly documentType: "documentType";
|
|
4578
4578
|
};
|
|
4579
|
-
export type
|
|
4580
|
-
export declare const
|
|
4579
|
+
export type DocumentationStepDocumentOrderByRelevanceFieldEnum = (typeof DocumentationStepDocumentOrderByRelevanceFieldEnum)[keyof typeof DocumentationStepDocumentOrderByRelevanceFieldEnum];
|
|
4580
|
+
export declare const DocumentationStepApprovalOrderByRelevanceFieldEnum: {
|
|
4581
4581
|
readonly id: "id";
|
|
4582
4582
|
readonly stepId: "stepId";
|
|
4583
4583
|
readonly approverId: "approverId";
|
|
4584
4584
|
readonly comment: "comment";
|
|
4585
4585
|
};
|
|
4586
|
-
export type
|
|
4586
|
+
export type DocumentationStepApprovalOrderByRelevanceFieldEnum = (typeof DocumentationStepApprovalOrderByRelevanceFieldEnum)[keyof typeof DocumentationStepApprovalOrderByRelevanceFieldEnum];
|
|
4587
4587
|
export declare const ContractInstallmentOrderByRelevanceFieldEnum: {
|
|
4588
4588
|
readonly id: "id";
|
|
4589
4589
|
readonly phaseId: "phaseId";
|
|
@@ -4975,9 +4975,9 @@ export type GlobalOmitConfig = {
|
|
|
4975
4975
|
paymentMethodPhaseDocument?: Prisma.PaymentMethodPhaseDocumentOmit;
|
|
4976
4976
|
contract?: Prisma.ContractOmit;
|
|
4977
4977
|
contractPhase?: Prisma.ContractPhaseOmit;
|
|
4978
|
-
|
|
4979
|
-
|
|
4980
|
-
|
|
4978
|
+
documentationStep?: Prisma.DocumentationStepOmit;
|
|
4979
|
+
documentationStepDocument?: Prisma.DocumentationStepDocumentOmit;
|
|
4980
|
+
documentationStepApproval?: Prisma.DocumentationStepApprovalOmit;
|
|
4981
4981
|
contractInstallment?: Prisma.ContractInstallmentOmit;
|
|
4982
4982
|
contractPayment?: Prisma.ContractPaymentOmit;
|
|
4983
4983
|
contractDocument?: Prisma.ContractDocumentOmit;
|
|
@@ -100,9 +100,9 @@ export const ModelName = {
|
|
|
100
100
|
PaymentMethodPhaseDocument: 'PaymentMethodPhaseDocument',
|
|
101
101
|
Contract: 'Contract',
|
|
102
102
|
ContractPhase: 'ContractPhase',
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
103
|
+
DocumentationStep: 'DocumentationStep',
|
|
104
|
+
DocumentationStepDocument: 'DocumentationStepDocument',
|
|
105
|
+
DocumentationStepApproval: 'DocumentationStepApproval',
|
|
106
106
|
ContractInstallment: 'ContractInstallment',
|
|
107
107
|
ContractPayment: 'ContractPayment',
|
|
108
108
|
ContractDocument: 'ContractDocument',
|
|
@@ -510,7 +510,7 @@ export const ContractPhaseScalarFieldEnum = {
|
|
|
510
510
|
createdAt: 'createdAt',
|
|
511
511
|
updatedAt: 'updatedAt'
|
|
512
512
|
};
|
|
513
|
-
export const
|
|
513
|
+
export const DocumentationStepScalarFieldEnum = {
|
|
514
514
|
id: 'id',
|
|
515
515
|
phaseId: 'phaseId',
|
|
516
516
|
name: 'name',
|
|
@@ -525,14 +525,14 @@ export const ContractPhaseStepScalarFieldEnum = {
|
|
|
525
525
|
createdAt: 'createdAt',
|
|
526
526
|
updatedAt: 'updatedAt'
|
|
527
527
|
};
|
|
528
|
-
export const
|
|
528
|
+
export const DocumentationStepDocumentScalarFieldEnum = {
|
|
529
529
|
id: 'id',
|
|
530
530
|
stepId: 'stepId',
|
|
531
531
|
documentType: 'documentType',
|
|
532
532
|
isRequired: 'isRequired',
|
|
533
533
|
createdAt: 'createdAt'
|
|
534
534
|
};
|
|
535
|
-
export const
|
|
535
|
+
export const DocumentationStepApprovalScalarFieldEnum = {
|
|
536
536
|
id: 'id',
|
|
537
537
|
stepId: 'stepId',
|
|
538
538
|
approverId: 'approverId',
|
|
@@ -1037,19 +1037,19 @@ export const ContractPhaseOrderByRelevanceFieldEnum = {
|
|
|
1037
1037
|
name: 'name',
|
|
1038
1038
|
description: 'description'
|
|
1039
1039
|
};
|
|
1040
|
-
export const
|
|
1040
|
+
export const DocumentationStepOrderByRelevanceFieldEnum = {
|
|
1041
1041
|
id: 'id',
|
|
1042
1042
|
phaseId: 'phaseId',
|
|
1043
1043
|
name: 'name',
|
|
1044
1044
|
description: 'description',
|
|
1045
1045
|
assigneeId: 'assigneeId'
|
|
1046
1046
|
};
|
|
1047
|
-
export const
|
|
1047
|
+
export const DocumentationStepDocumentOrderByRelevanceFieldEnum = {
|
|
1048
1048
|
id: 'id',
|
|
1049
1049
|
stepId: 'stepId',
|
|
1050
1050
|
documentType: 'documentType'
|
|
1051
1051
|
};
|
|
1052
|
-
export const
|
|
1052
|
+
export const DocumentationStepApprovalOrderByRelevanceFieldEnum = {
|
|
1053
1053
|
id: 'id',
|
|
1054
1054
|
stepId: 'stepId',
|
|
1055
1055
|
approverId: 'approverId',
|
|
@@ -59,9 +59,9 @@ export declare const ModelName: {
|
|
|
59
59
|
readonly PaymentMethodPhaseDocument: "PaymentMethodPhaseDocument";
|
|
60
60
|
readonly Contract: "Contract";
|
|
61
61
|
readonly ContractPhase: "ContractPhase";
|
|
62
|
-
readonly
|
|
63
|
-
readonly
|
|
64
|
-
readonly
|
|
62
|
+
readonly DocumentationStep: "DocumentationStep";
|
|
63
|
+
readonly DocumentationStepDocument: "DocumentationStepDocument";
|
|
64
|
+
readonly DocumentationStepApproval: "DocumentationStepApproval";
|
|
65
65
|
readonly ContractInstallment: "ContractInstallment";
|
|
66
66
|
readonly ContractPayment: "ContractPayment";
|
|
67
67
|
readonly ContractDocument: "ContractDocument";
|
|
@@ -501,7 +501,7 @@ export declare const ContractPhaseScalarFieldEnum: {
|
|
|
501
501
|
readonly updatedAt: "updatedAt";
|
|
502
502
|
};
|
|
503
503
|
export type ContractPhaseScalarFieldEnum = (typeof ContractPhaseScalarFieldEnum)[keyof typeof ContractPhaseScalarFieldEnum];
|
|
504
|
-
export declare const
|
|
504
|
+
export declare const DocumentationStepScalarFieldEnum: {
|
|
505
505
|
readonly id: "id";
|
|
506
506
|
readonly phaseId: "phaseId";
|
|
507
507
|
readonly name: "name";
|
|
@@ -516,16 +516,16 @@ export declare const ContractPhaseStepScalarFieldEnum: {
|
|
|
516
516
|
readonly createdAt: "createdAt";
|
|
517
517
|
readonly updatedAt: "updatedAt";
|
|
518
518
|
};
|
|
519
|
-
export type
|
|
520
|
-
export declare const
|
|
519
|
+
export type DocumentationStepScalarFieldEnum = (typeof DocumentationStepScalarFieldEnum)[keyof typeof DocumentationStepScalarFieldEnum];
|
|
520
|
+
export declare const DocumentationStepDocumentScalarFieldEnum: {
|
|
521
521
|
readonly id: "id";
|
|
522
522
|
readonly stepId: "stepId";
|
|
523
523
|
readonly documentType: "documentType";
|
|
524
524
|
readonly isRequired: "isRequired";
|
|
525
525
|
readonly createdAt: "createdAt";
|
|
526
526
|
};
|
|
527
|
-
export type
|
|
528
|
-
export declare const
|
|
527
|
+
export type DocumentationStepDocumentScalarFieldEnum = (typeof DocumentationStepDocumentScalarFieldEnum)[keyof typeof DocumentationStepDocumentScalarFieldEnum];
|
|
528
|
+
export declare const DocumentationStepApprovalScalarFieldEnum: {
|
|
529
529
|
readonly id: "id";
|
|
530
530
|
readonly stepId: "stepId";
|
|
531
531
|
readonly approverId: "approverId";
|
|
@@ -534,7 +534,7 @@ export declare const ContractPhaseStepApprovalScalarFieldEnum: {
|
|
|
534
534
|
readonly decidedAt: "decidedAt";
|
|
535
535
|
readonly createdAt: "createdAt";
|
|
536
536
|
};
|
|
537
|
-
export type
|
|
537
|
+
export type DocumentationStepApprovalScalarFieldEnum = (typeof DocumentationStepApprovalScalarFieldEnum)[keyof typeof DocumentationStepApprovalScalarFieldEnum];
|
|
538
538
|
export declare const ContractInstallmentScalarFieldEnum: {
|
|
539
539
|
readonly id: "id";
|
|
540
540
|
readonly phaseId: "phaseId";
|
|
@@ -1083,27 +1083,27 @@ export declare const ContractPhaseOrderByRelevanceFieldEnum: {
|
|
|
1083
1083
|
readonly description: "description";
|
|
1084
1084
|
};
|
|
1085
1085
|
export type ContractPhaseOrderByRelevanceFieldEnum = (typeof ContractPhaseOrderByRelevanceFieldEnum)[keyof typeof ContractPhaseOrderByRelevanceFieldEnum];
|
|
1086
|
-
export declare const
|
|
1086
|
+
export declare const DocumentationStepOrderByRelevanceFieldEnum: {
|
|
1087
1087
|
readonly id: "id";
|
|
1088
1088
|
readonly phaseId: "phaseId";
|
|
1089
1089
|
readonly name: "name";
|
|
1090
1090
|
readonly description: "description";
|
|
1091
1091
|
readonly assigneeId: "assigneeId";
|
|
1092
1092
|
};
|
|
1093
|
-
export type
|
|
1094
|
-
export declare const
|
|
1093
|
+
export type DocumentationStepOrderByRelevanceFieldEnum = (typeof DocumentationStepOrderByRelevanceFieldEnum)[keyof typeof DocumentationStepOrderByRelevanceFieldEnum];
|
|
1094
|
+
export declare const DocumentationStepDocumentOrderByRelevanceFieldEnum: {
|
|
1095
1095
|
readonly id: "id";
|
|
1096
1096
|
readonly stepId: "stepId";
|
|
1097
1097
|
readonly documentType: "documentType";
|
|
1098
1098
|
};
|
|
1099
|
-
export type
|
|
1100
|
-
export declare const
|
|
1099
|
+
export type DocumentationStepDocumentOrderByRelevanceFieldEnum = (typeof DocumentationStepDocumentOrderByRelevanceFieldEnum)[keyof typeof DocumentationStepDocumentOrderByRelevanceFieldEnum];
|
|
1100
|
+
export declare const DocumentationStepApprovalOrderByRelevanceFieldEnum: {
|
|
1101
1101
|
readonly id: "id";
|
|
1102
1102
|
readonly stepId: "stepId";
|
|
1103
1103
|
readonly approverId: "approverId";
|
|
1104
1104
|
readonly comment: "comment";
|
|
1105
1105
|
};
|
|
1106
|
-
export type
|
|
1106
|
+
export type DocumentationStepApprovalOrderByRelevanceFieldEnum = (typeof DocumentationStepApprovalOrderByRelevanceFieldEnum)[keyof typeof DocumentationStepApprovalOrderByRelevanceFieldEnum];
|
|
1107
1107
|
export declare const ContractInstallmentOrderByRelevanceFieldEnum: {
|
|
1108
1108
|
readonly id: "id";
|
|
1109
1109
|
readonly phaseId: "phaseId";
|
|
@@ -72,9 +72,9 @@ export const ModelName = {
|
|
|
72
72
|
PaymentMethodPhaseDocument: 'PaymentMethodPhaseDocument',
|
|
73
73
|
Contract: 'Contract',
|
|
74
74
|
ContractPhase: 'ContractPhase',
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
75
|
+
DocumentationStep: 'DocumentationStep',
|
|
76
|
+
DocumentationStepDocument: 'DocumentationStepDocument',
|
|
77
|
+
DocumentationStepApproval: 'DocumentationStepApproval',
|
|
78
78
|
ContractInstallment: 'ContractInstallment',
|
|
79
79
|
ContractPayment: 'ContractPayment',
|
|
80
80
|
ContractDocument: 'ContractDocument',
|
|
@@ -482,7 +482,7 @@ export const ContractPhaseScalarFieldEnum = {
|
|
|
482
482
|
createdAt: 'createdAt',
|
|
483
483
|
updatedAt: 'updatedAt'
|
|
484
484
|
};
|
|
485
|
-
export const
|
|
485
|
+
export const DocumentationStepScalarFieldEnum = {
|
|
486
486
|
id: 'id',
|
|
487
487
|
phaseId: 'phaseId',
|
|
488
488
|
name: 'name',
|
|
@@ -497,14 +497,14 @@ export const ContractPhaseStepScalarFieldEnum = {
|
|
|
497
497
|
createdAt: 'createdAt',
|
|
498
498
|
updatedAt: 'updatedAt'
|
|
499
499
|
};
|
|
500
|
-
export const
|
|
500
|
+
export const DocumentationStepDocumentScalarFieldEnum = {
|
|
501
501
|
id: 'id',
|
|
502
502
|
stepId: 'stepId',
|
|
503
503
|
documentType: 'documentType',
|
|
504
504
|
isRequired: 'isRequired',
|
|
505
505
|
createdAt: 'createdAt'
|
|
506
506
|
};
|
|
507
|
-
export const
|
|
507
|
+
export const DocumentationStepApprovalScalarFieldEnum = {
|
|
508
508
|
id: 'id',
|
|
509
509
|
stepId: 'stepId',
|
|
510
510
|
approverId: 'approverId',
|
|
@@ -1009,19 +1009,19 @@ export const ContractPhaseOrderByRelevanceFieldEnum = {
|
|
|
1009
1009
|
name: 'name',
|
|
1010
1010
|
description: 'description'
|
|
1011
1011
|
};
|
|
1012
|
-
export const
|
|
1012
|
+
export const DocumentationStepOrderByRelevanceFieldEnum = {
|
|
1013
1013
|
id: 'id',
|
|
1014
1014
|
phaseId: 'phaseId',
|
|
1015
1015
|
name: 'name',
|
|
1016
1016
|
description: 'description',
|
|
1017
1017
|
assigneeId: 'assigneeId'
|
|
1018
1018
|
};
|
|
1019
|
-
export const
|
|
1019
|
+
export const DocumentationStepDocumentOrderByRelevanceFieldEnum = {
|
|
1020
1020
|
id: 'id',
|
|
1021
1021
|
stepId: 'stepId',
|
|
1022
1022
|
documentType: 'documentType'
|
|
1023
1023
|
};
|
|
1024
|
-
export const
|
|
1024
|
+
export const DocumentationStepApprovalOrderByRelevanceFieldEnum = {
|
|
1025
1025
|
id: 'id',
|
|
1026
1026
|
stepId: 'stepId',
|
|
1027
1027
|
approverId: 'approverId',
|