@valentine-efagene/qshelter-common 2.0.143 → 2.0.145
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 +20 -11
- package/dist/generated/client/client.d.ts +20 -11
- package/dist/generated/client/commonInputTypes.d.ts +324 -234
- package/dist/generated/client/enums.d.ts +38 -24
- package/dist/generated/client/enums.js +33 -21
- package/dist/generated/client/internal/class.d.ts +44 -22
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +438 -204
- package/dist/generated/client/internal/prismaNamespace.js +140 -52
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +147 -55
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +140 -52
- package/dist/generated/client/models/Application.d.ts +669 -1
- package/dist/generated/client/models/ApplicationDocument.d.ts +577 -1
- package/dist/generated/client/models/ApplicationOrganization.d.ts +2385 -0
- package/dist/generated/client/models/ApplicationOrganization.js +1 -0
- package/dist/generated/client/models/BankDocumentRequirement.d.ts +1932 -0
- package/dist/generated/client/models/BankDocumentRequirement.js +1 -0
- package/dist/generated/client/models/DocumentExpiryWarning.d.ts +1141 -0
- package/dist/generated/client/models/DocumentExpiryWarning.js +1 -0
- package/dist/generated/client/models/EventHandler.d.ts +0 -158
- package/dist/generated/client/models/EventType.d.ts +0 -134
- package/dist/generated/client/models/Organization.d.ts +390 -0
- package/dist/generated/client/models/PropertyMedia.d.ts +0 -7
- package/dist/generated/client/models/PropertyPaymentMethod.d.ts +192 -3
- package/dist/generated/client/models/PropertyVariant.d.ts +0 -7
- package/dist/generated/client/models/ScheduledJob.d.ts +1317 -0
- package/dist/generated/client/models/ScheduledJob.js +1 -0
- package/dist/generated/client/models/StateTransitionDefinition.d.ts +1104 -0
- package/dist/generated/client/models/StateTransitionDefinition.js +1 -0
- package/dist/generated/client/models/StateTransitionLog.d.ts +1383 -0
- package/dist/generated/client/models/StateTransitionLog.js +1 -0
- package/dist/generated/client/models/Tenant.d.ts +1314 -1314
- package/dist/generated/client/models/index.d.ts +4 -2
- package/dist/generated/client/models/index.js +4 -2
- package/dist/generated/client/models.d.ts +4 -2
- package/dist/src/prisma/tenant.js +2 -0
- package/package.json +1 -1
- package/prisma/schema.prisma +333 -134
|
@@ -239,6 +239,7 @@ export declare const ModelName: {
|
|
|
239
239
|
readonly TenantMembership: "TenantMembership";
|
|
240
240
|
readonly Organization: "Organization";
|
|
241
241
|
readonly OrganizationMember: "OrganizationMember";
|
|
242
|
+
readonly BankDocumentRequirement: "BankDocumentRequirement";
|
|
242
243
|
readonly Tenant: "Tenant";
|
|
243
244
|
readonly ApiKey: "ApiKey";
|
|
244
245
|
readonly RefreshToken: "RefreshToken";
|
|
@@ -275,6 +276,7 @@ export declare const ModelName: {
|
|
|
275
276
|
readonly PaymentMethodPhaseDocument: "PaymentMethodPhaseDocument";
|
|
276
277
|
readonly PaymentMethodPhaseField: "PaymentMethodPhaseField";
|
|
277
278
|
readonly Application: "Application";
|
|
279
|
+
readonly ApplicationOrganization: "ApplicationOrganization";
|
|
278
280
|
readonly ApplicationRefund: "ApplicationRefund";
|
|
279
281
|
readonly ApplicationPhase: "ApplicationPhase";
|
|
280
282
|
readonly QuestionnairePhase: "QuestionnairePhase";
|
|
@@ -297,12 +299,12 @@ export declare const ModelName: {
|
|
|
297
299
|
readonly EventChannel: "EventChannel";
|
|
298
300
|
readonly EventType: "EventType";
|
|
299
301
|
readonly EventHandler: "EventHandler";
|
|
300
|
-
readonly WorkflowEvent: "WorkflowEvent";
|
|
301
|
-
readonly EventHandlerExecution: "EventHandlerExecution";
|
|
302
302
|
readonly DomainEvent: "DomainEvent";
|
|
303
303
|
readonly PropertyTransferRequest: "PropertyTransferRequest";
|
|
304
304
|
readonly ApprovalRequest: "ApprovalRequest";
|
|
305
305
|
readonly WorkflowBlocker: "WorkflowBlocker";
|
|
306
|
+
readonly ScheduledJob: "ScheduledJob";
|
|
307
|
+
readonly DocumentExpiryWarning: "DocumentExpiryWarning";
|
|
306
308
|
};
|
|
307
309
|
export type ModelName = (typeof ModelName)[keyof typeof ModelName];
|
|
308
310
|
export interface TypeMapCb<GlobalOmitOptions = {}> extends runtime.Types.Utils.Fn<{
|
|
@@ -315,7 +317,7 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
315
317
|
omit: GlobalOmitOptions;
|
|
316
318
|
};
|
|
317
319
|
meta: {
|
|
318
|
-
modelProps: "user" | "role" | "permission" | "rolePermission" | "userRole" | "tenantMembership" | "organization" | "organizationMember" | "tenant" | "apiKey" | "refreshToken" | "passwordReset" | "userSuspension" | "emailPreference" | "deviceEndpoint" | "social" | "oAuthState" | "wallet" | "transaction" | "settings" | "property" | "propertyMedia" | "propertyDocument" | "amenity" | "propertyVariant" | "propertyVariantAmenity" | "propertyVariantMedia" | "propertyUnit" | "propertyAmenity" | "documentationPlan" | "documentDefinition" | "approvalStage" | "questionnairePlan" | "questionnairePlanQuestion" | "paymentPlan" | "propertyPaymentMethod" | "propertyPaymentMethodLink" | "propertyPaymentMethodPhase" | "phaseEventAttachment" | "paymentMethodPhaseStep" | "stepEventAttachment" | "paymentMethodPhaseDocument" | "paymentMethodPhaseField" | "application" | "applicationRefund" | "applicationPhase" | "questionnairePhase" | "questionnairePhaseReview" | "documentationPhase" | "paymentPhase" | "questionnaireField" | "applicationEvent" | "paymentInstallment" | "applicationPayment" | "applicationDocument" | "documentReview" | "approvalStageProgress" | "documentApproval" | "documentTemplate" | "offerLetter" | "applicationTermination" | "paymentMethodChangeRequest" | "documentRequirementRule" | "eventChannel" | "eventType" | "eventHandler" | "
|
|
320
|
+
modelProps: "user" | "role" | "permission" | "rolePermission" | "userRole" | "tenantMembership" | "organization" | "organizationMember" | "bankDocumentRequirement" | "tenant" | "apiKey" | "refreshToken" | "passwordReset" | "userSuspension" | "emailPreference" | "deviceEndpoint" | "social" | "oAuthState" | "wallet" | "transaction" | "settings" | "property" | "propertyMedia" | "propertyDocument" | "amenity" | "propertyVariant" | "propertyVariantAmenity" | "propertyVariantMedia" | "propertyUnit" | "propertyAmenity" | "documentationPlan" | "documentDefinition" | "approvalStage" | "questionnairePlan" | "questionnairePlanQuestion" | "paymentPlan" | "propertyPaymentMethod" | "propertyPaymentMethodLink" | "propertyPaymentMethodPhase" | "phaseEventAttachment" | "paymentMethodPhaseStep" | "stepEventAttachment" | "paymentMethodPhaseDocument" | "paymentMethodPhaseField" | "application" | "applicationOrganization" | "applicationRefund" | "applicationPhase" | "questionnairePhase" | "questionnairePhaseReview" | "documentationPhase" | "paymentPhase" | "questionnaireField" | "applicationEvent" | "paymentInstallment" | "applicationPayment" | "applicationDocument" | "documentReview" | "approvalStageProgress" | "documentApproval" | "documentTemplate" | "offerLetter" | "applicationTermination" | "paymentMethodChangeRequest" | "documentRequirementRule" | "eventChannel" | "eventType" | "eventHandler" | "domainEvent" | "propertyTransferRequest" | "approvalRequest" | "workflowBlocker" | "scheduledJob" | "documentExpiryWarning";
|
|
319
321
|
txIsolationLevel: TransactionIsolationLevel;
|
|
320
322
|
};
|
|
321
323
|
model: {
|
|
@@ -847,6 +849,72 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
847
849
|
};
|
|
848
850
|
};
|
|
849
851
|
};
|
|
852
|
+
BankDocumentRequirement: {
|
|
853
|
+
payload: Prisma.$BankDocumentRequirementPayload<ExtArgs>;
|
|
854
|
+
fields: Prisma.BankDocumentRequirementFieldRefs;
|
|
855
|
+
operations: {
|
|
856
|
+
findUnique: {
|
|
857
|
+
args: Prisma.BankDocumentRequirementFindUniqueArgs<ExtArgs>;
|
|
858
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$BankDocumentRequirementPayload> | null;
|
|
859
|
+
};
|
|
860
|
+
findUniqueOrThrow: {
|
|
861
|
+
args: Prisma.BankDocumentRequirementFindUniqueOrThrowArgs<ExtArgs>;
|
|
862
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$BankDocumentRequirementPayload>;
|
|
863
|
+
};
|
|
864
|
+
findFirst: {
|
|
865
|
+
args: Prisma.BankDocumentRequirementFindFirstArgs<ExtArgs>;
|
|
866
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$BankDocumentRequirementPayload> | null;
|
|
867
|
+
};
|
|
868
|
+
findFirstOrThrow: {
|
|
869
|
+
args: Prisma.BankDocumentRequirementFindFirstOrThrowArgs<ExtArgs>;
|
|
870
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$BankDocumentRequirementPayload>;
|
|
871
|
+
};
|
|
872
|
+
findMany: {
|
|
873
|
+
args: Prisma.BankDocumentRequirementFindManyArgs<ExtArgs>;
|
|
874
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$BankDocumentRequirementPayload>[];
|
|
875
|
+
};
|
|
876
|
+
create: {
|
|
877
|
+
args: Prisma.BankDocumentRequirementCreateArgs<ExtArgs>;
|
|
878
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$BankDocumentRequirementPayload>;
|
|
879
|
+
};
|
|
880
|
+
createMany: {
|
|
881
|
+
args: Prisma.BankDocumentRequirementCreateManyArgs<ExtArgs>;
|
|
882
|
+
result: BatchPayload;
|
|
883
|
+
};
|
|
884
|
+
delete: {
|
|
885
|
+
args: Prisma.BankDocumentRequirementDeleteArgs<ExtArgs>;
|
|
886
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$BankDocumentRequirementPayload>;
|
|
887
|
+
};
|
|
888
|
+
update: {
|
|
889
|
+
args: Prisma.BankDocumentRequirementUpdateArgs<ExtArgs>;
|
|
890
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$BankDocumentRequirementPayload>;
|
|
891
|
+
};
|
|
892
|
+
deleteMany: {
|
|
893
|
+
args: Prisma.BankDocumentRequirementDeleteManyArgs<ExtArgs>;
|
|
894
|
+
result: BatchPayload;
|
|
895
|
+
};
|
|
896
|
+
updateMany: {
|
|
897
|
+
args: Prisma.BankDocumentRequirementUpdateManyArgs<ExtArgs>;
|
|
898
|
+
result: BatchPayload;
|
|
899
|
+
};
|
|
900
|
+
upsert: {
|
|
901
|
+
args: Prisma.BankDocumentRequirementUpsertArgs<ExtArgs>;
|
|
902
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$BankDocumentRequirementPayload>;
|
|
903
|
+
};
|
|
904
|
+
aggregate: {
|
|
905
|
+
args: Prisma.BankDocumentRequirementAggregateArgs<ExtArgs>;
|
|
906
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateBankDocumentRequirement>;
|
|
907
|
+
};
|
|
908
|
+
groupBy: {
|
|
909
|
+
args: Prisma.BankDocumentRequirementGroupByArgs<ExtArgs>;
|
|
910
|
+
result: runtime.Types.Utils.Optional<Prisma.BankDocumentRequirementGroupByOutputType>[];
|
|
911
|
+
};
|
|
912
|
+
count: {
|
|
913
|
+
args: Prisma.BankDocumentRequirementCountArgs<ExtArgs>;
|
|
914
|
+
result: runtime.Types.Utils.Optional<Prisma.BankDocumentRequirementCountAggregateOutputType> | number;
|
|
915
|
+
};
|
|
916
|
+
};
|
|
917
|
+
};
|
|
850
918
|
Tenant: {
|
|
851
919
|
payload: Prisma.$TenantPayload<ExtArgs>;
|
|
852
920
|
fields: Prisma.TenantFieldRefs;
|
|
@@ -3223,6 +3291,72 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
3223
3291
|
};
|
|
3224
3292
|
};
|
|
3225
3293
|
};
|
|
3294
|
+
ApplicationOrganization: {
|
|
3295
|
+
payload: Prisma.$ApplicationOrganizationPayload<ExtArgs>;
|
|
3296
|
+
fields: Prisma.ApplicationOrganizationFieldRefs;
|
|
3297
|
+
operations: {
|
|
3298
|
+
findUnique: {
|
|
3299
|
+
args: Prisma.ApplicationOrganizationFindUniqueArgs<ExtArgs>;
|
|
3300
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationOrganizationPayload> | null;
|
|
3301
|
+
};
|
|
3302
|
+
findUniqueOrThrow: {
|
|
3303
|
+
args: Prisma.ApplicationOrganizationFindUniqueOrThrowArgs<ExtArgs>;
|
|
3304
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationOrganizationPayload>;
|
|
3305
|
+
};
|
|
3306
|
+
findFirst: {
|
|
3307
|
+
args: Prisma.ApplicationOrganizationFindFirstArgs<ExtArgs>;
|
|
3308
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationOrganizationPayload> | null;
|
|
3309
|
+
};
|
|
3310
|
+
findFirstOrThrow: {
|
|
3311
|
+
args: Prisma.ApplicationOrganizationFindFirstOrThrowArgs<ExtArgs>;
|
|
3312
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationOrganizationPayload>;
|
|
3313
|
+
};
|
|
3314
|
+
findMany: {
|
|
3315
|
+
args: Prisma.ApplicationOrganizationFindManyArgs<ExtArgs>;
|
|
3316
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationOrganizationPayload>[];
|
|
3317
|
+
};
|
|
3318
|
+
create: {
|
|
3319
|
+
args: Prisma.ApplicationOrganizationCreateArgs<ExtArgs>;
|
|
3320
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationOrganizationPayload>;
|
|
3321
|
+
};
|
|
3322
|
+
createMany: {
|
|
3323
|
+
args: Prisma.ApplicationOrganizationCreateManyArgs<ExtArgs>;
|
|
3324
|
+
result: BatchPayload;
|
|
3325
|
+
};
|
|
3326
|
+
delete: {
|
|
3327
|
+
args: Prisma.ApplicationOrganizationDeleteArgs<ExtArgs>;
|
|
3328
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationOrganizationPayload>;
|
|
3329
|
+
};
|
|
3330
|
+
update: {
|
|
3331
|
+
args: Prisma.ApplicationOrganizationUpdateArgs<ExtArgs>;
|
|
3332
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationOrganizationPayload>;
|
|
3333
|
+
};
|
|
3334
|
+
deleteMany: {
|
|
3335
|
+
args: Prisma.ApplicationOrganizationDeleteManyArgs<ExtArgs>;
|
|
3336
|
+
result: BatchPayload;
|
|
3337
|
+
};
|
|
3338
|
+
updateMany: {
|
|
3339
|
+
args: Prisma.ApplicationOrganizationUpdateManyArgs<ExtArgs>;
|
|
3340
|
+
result: BatchPayload;
|
|
3341
|
+
};
|
|
3342
|
+
upsert: {
|
|
3343
|
+
args: Prisma.ApplicationOrganizationUpsertArgs<ExtArgs>;
|
|
3344
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationOrganizationPayload>;
|
|
3345
|
+
};
|
|
3346
|
+
aggregate: {
|
|
3347
|
+
args: Prisma.ApplicationOrganizationAggregateArgs<ExtArgs>;
|
|
3348
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateApplicationOrganization>;
|
|
3349
|
+
};
|
|
3350
|
+
groupBy: {
|
|
3351
|
+
args: Prisma.ApplicationOrganizationGroupByArgs<ExtArgs>;
|
|
3352
|
+
result: runtime.Types.Utils.Optional<Prisma.ApplicationOrganizationGroupByOutputType>[];
|
|
3353
|
+
};
|
|
3354
|
+
count: {
|
|
3355
|
+
args: Prisma.ApplicationOrganizationCountArgs<ExtArgs>;
|
|
3356
|
+
result: runtime.Types.Utils.Optional<Prisma.ApplicationOrganizationCountAggregateOutputType> | number;
|
|
3357
|
+
};
|
|
3358
|
+
};
|
|
3359
|
+
};
|
|
3226
3360
|
ApplicationRefund: {
|
|
3227
3361
|
payload: Prisma.$ApplicationRefundPayload<ExtArgs>;
|
|
3228
3362
|
fields: Prisma.ApplicationRefundFieldRefs;
|
|
@@ -4675,138 +4809,6 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
4675
4809
|
};
|
|
4676
4810
|
};
|
|
4677
4811
|
};
|
|
4678
|
-
WorkflowEvent: {
|
|
4679
|
-
payload: Prisma.$WorkflowEventPayload<ExtArgs>;
|
|
4680
|
-
fields: Prisma.WorkflowEventFieldRefs;
|
|
4681
|
-
operations: {
|
|
4682
|
-
findUnique: {
|
|
4683
|
-
args: Prisma.WorkflowEventFindUniqueArgs<ExtArgs>;
|
|
4684
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowEventPayload> | null;
|
|
4685
|
-
};
|
|
4686
|
-
findUniqueOrThrow: {
|
|
4687
|
-
args: Prisma.WorkflowEventFindUniqueOrThrowArgs<ExtArgs>;
|
|
4688
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowEventPayload>;
|
|
4689
|
-
};
|
|
4690
|
-
findFirst: {
|
|
4691
|
-
args: Prisma.WorkflowEventFindFirstArgs<ExtArgs>;
|
|
4692
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowEventPayload> | null;
|
|
4693
|
-
};
|
|
4694
|
-
findFirstOrThrow: {
|
|
4695
|
-
args: Prisma.WorkflowEventFindFirstOrThrowArgs<ExtArgs>;
|
|
4696
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowEventPayload>;
|
|
4697
|
-
};
|
|
4698
|
-
findMany: {
|
|
4699
|
-
args: Prisma.WorkflowEventFindManyArgs<ExtArgs>;
|
|
4700
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowEventPayload>[];
|
|
4701
|
-
};
|
|
4702
|
-
create: {
|
|
4703
|
-
args: Prisma.WorkflowEventCreateArgs<ExtArgs>;
|
|
4704
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowEventPayload>;
|
|
4705
|
-
};
|
|
4706
|
-
createMany: {
|
|
4707
|
-
args: Prisma.WorkflowEventCreateManyArgs<ExtArgs>;
|
|
4708
|
-
result: BatchPayload;
|
|
4709
|
-
};
|
|
4710
|
-
delete: {
|
|
4711
|
-
args: Prisma.WorkflowEventDeleteArgs<ExtArgs>;
|
|
4712
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowEventPayload>;
|
|
4713
|
-
};
|
|
4714
|
-
update: {
|
|
4715
|
-
args: Prisma.WorkflowEventUpdateArgs<ExtArgs>;
|
|
4716
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowEventPayload>;
|
|
4717
|
-
};
|
|
4718
|
-
deleteMany: {
|
|
4719
|
-
args: Prisma.WorkflowEventDeleteManyArgs<ExtArgs>;
|
|
4720
|
-
result: BatchPayload;
|
|
4721
|
-
};
|
|
4722
|
-
updateMany: {
|
|
4723
|
-
args: Prisma.WorkflowEventUpdateManyArgs<ExtArgs>;
|
|
4724
|
-
result: BatchPayload;
|
|
4725
|
-
};
|
|
4726
|
-
upsert: {
|
|
4727
|
-
args: Prisma.WorkflowEventUpsertArgs<ExtArgs>;
|
|
4728
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowEventPayload>;
|
|
4729
|
-
};
|
|
4730
|
-
aggregate: {
|
|
4731
|
-
args: Prisma.WorkflowEventAggregateArgs<ExtArgs>;
|
|
4732
|
-
result: runtime.Types.Utils.Optional<Prisma.AggregateWorkflowEvent>;
|
|
4733
|
-
};
|
|
4734
|
-
groupBy: {
|
|
4735
|
-
args: Prisma.WorkflowEventGroupByArgs<ExtArgs>;
|
|
4736
|
-
result: runtime.Types.Utils.Optional<Prisma.WorkflowEventGroupByOutputType>[];
|
|
4737
|
-
};
|
|
4738
|
-
count: {
|
|
4739
|
-
args: Prisma.WorkflowEventCountArgs<ExtArgs>;
|
|
4740
|
-
result: runtime.Types.Utils.Optional<Prisma.WorkflowEventCountAggregateOutputType> | number;
|
|
4741
|
-
};
|
|
4742
|
-
};
|
|
4743
|
-
};
|
|
4744
|
-
EventHandlerExecution: {
|
|
4745
|
-
payload: Prisma.$EventHandlerExecutionPayload<ExtArgs>;
|
|
4746
|
-
fields: Prisma.EventHandlerExecutionFieldRefs;
|
|
4747
|
-
operations: {
|
|
4748
|
-
findUnique: {
|
|
4749
|
-
args: Prisma.EventHandlerExecutionFindUniqueArgs<ExtArgs>;
|
|
4750
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$EventHandlerExecutionPayload> | null;
|
|
4751
|
-
};
|
|
4752
|
-
findUniqueOrThrow: {
|
|
4753
|
-
args: Prisma.EventHandlerExecutionFindUniqueOrThrowArgs<ExtArgs>;
|
|
4754
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$EventHandlerExecutionPayload>;
|
|
4755
|
-
};
|
|
4756
|
-
findFirst: {
|
|
4757
|
-
args: Prisma.EventHandlerExecutionFindFirstArgs<ExtArgs>;
|
|
4758
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$EventHandlerExecutionPayload> | null;
|
|
4759
|
-
};
|
|
4760
|
-
findFirstOrThrow: {
|
|
4761
|
-
args: Prisma.EventHandlerExecutionFindFirstOrThrowArgs<ExtArgs>;
|
|
4762
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$EventHandlerExecutionPayload>;
|
|
4763
|
-
};
|
|
4764
|
-
findMany: {
|
|
4765
|
-
args: Prisma.EventHandlerExecutionFindManyArgs<ExtArgs>;
|
|
4766
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$EventHandlerExecutionPayload>[];
|
|
4767
|
-
};
|
|
4768
|
-
create: {
|
|
4769
|
-
args: Prisma.EventHandlerExecutionCreateArgs<ExtArgs>;
|
|
4770
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$EventHandlerExecutionPayload>;
|
|
4771
|
-
};
|
|
4772
|
-
createMany: {
|
|
4773
|
-
args: Prisma.EventHandlerExecutionCreateManyArgs<ExtArgs>;
|
|
4774
|
-
result: BatchPayload;
|
|
4775
|
-
};
|
|
4776
|
-
delete: {
|
|
4777
|
-
args: Prisma.EventHandlerExecutionDeleteArgs<ExtArgs>;
|
|
4778
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$EventHandlerExecutionPayload>;
|
|
4779
|
-
};
|
|
4780
|
-
update: {
|
|
4781
|
-
args: Prisma.EventHandlerExecutionUpdateArgs<ExtArgs>;
|
|
4782
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$EventHandlerExecutionPayload>;
|
|
4783
|
-
};
|
|
4784
|
-
deleteMany: {
|
|
4785
|
-
args: Prisma.EventHandlerExecutionDeleteManyArgs<ExtArgs>;
|
|
4786
|
-
result: BatchPayload;
|
|
4787
|
-
};
|
|
4788
|
-
updateMany: {
|
|
4789
|
-
args: Prisma.EventHandlerExecutionUpdateManyArgs<ExtArgs>;
|
|
4790
|
-
result: BatchPayload;
|
|
4791
|
-
};
|
|
4792
|
-
upsert: {
|
|
4793
|
-
args: Prisma.EventHandlerExecutionUpsertArgs<ExtArgs>;
|
|
4794
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$EventHandlerExecutionPayload>;
|
|
4795
|
-
};
|
|
4796
|
-
aggregate: {
|
|
4797
|
-
args: Prisma.EventHandlerExecutionAggregateArgs<ExtArgs>;
|
|
4798
|
-
result: runtime.Types.Utils.Optional<Prisma.AggregateEventHandlerExecution>;
|
|
4799
|
-
};
|
|
4800
|
-
groupBy: {
|
|
4801
|
-
args: Prisma.EventHandlerExecutionGroupByArgs<ExtArgs>;
|
|
4802
|
-
result: runtime.Types.Utils.Optional<Prisma.EventHandlerExecutionGroupByOutputType>[];
|
|
4803
|
-
};
|
|
4804
|
-
count: {
|
|
4805
|
-
args: Prisma.EventHandlerExecutionCountArgs<ExtArgs>;
|
|
4806
|
-
result: runtime.Types.Utils.Optional<Prisma.EventHandlerExecutionCountAggregateOutputType> | number;
|
|
4807
|
-
};
|
|
4808
|
-
};
|
|
4809
|
-
};
|
|
4810
4812
|
DomainEvent: {
|
|
4811
4813
|
payload: Prisma.$DomainEventPayload<ExtArgs>;
|
|
4812
4814
|
fields: Prisma.DomainEventFieldRefs;
|
|
@@ -5071,6 +5073,138 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
5071
5073
|
};
|
|
5072
5074
|
};
|
|
5073
5075
|
};
|
|
5076
|
+
ScheduledJob: {
|
|
5077
|
+
payload: Prisma.$ScheduledJobPayload<ExtArgs>;
|
|
5078
|
+
fields: Prisma.ScheduledJobFieldRefs;
|
|
5079
|
+
operations: {
|
|
5080
|
+
findUnique: {
|
|
5081
|
+
args: Prisma.ScheduledJobFindUniqueArgs<ExtArgs>;
|
|
5082
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ScheduledJobPayload> | null;
|
|
5083
|
+
};
|
|
5084
|
+
findUniqueOrThrow: {
|
|
5085
|
+
args: Prisma.ScheduledJobFindUniqueOrThrowArgs<ExtArgs>;
|
|
5086
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ScheduledJobPayload>;
|
|
5087
|
+
};
|
|
5088
|
+
findFirst: {
|
|
5089
|
+
args: Prisma.ScheduledJobFindFirstArgs<ExtArgs>;
|
|
5090
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ScheduledJobPayload> | null;
|
|
5091
|
+
};
|
|
5092
|
+
findFirstOrThrow: {
|
|
5093
|
+
args: Prisma.ScheduledJobFindFirstOrThrowArgs<ExtArgs>;
|
|
5094
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ScheduledJobPayload>;
|
|
5095
|
+
};
|
|
5096
|
+
findMany: {
|
|
5097
|
+
args: Prisma.ScheduledJobFindManyArgs<ExtArgs>;
|
|
5098
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ScheduledJobPayload>[];
|
|
5099
|
+
};
|
|
5100
|
+
create: {
|
|
5101
|
+
args: Prisma.ScheduledJobCreateArgs<ExtArgs>;
|
|
5102
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ScheduledJobPayload>;
|
|
5103
|
+
};
|
|
5104
|
+
createMany: {
|
|
5105
|
+
args: Prisma.ScheduledJobCreateManyArgs<ExtArgs>;
|
|
5106
|
+
result: BatchPayload;
|
|
5107
|
+
};
|
|
5108
|
+
delete: {
|
|
5109
|
+
args: Prisma.ScheduledJobDeleteArgs<ExtArgs>;
|
|
5110
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ScheduledJobPayload>;
|
|
5111
|
+
};
|
|
5112
|
+
update: {
|
|
5113
|
+
args: Prisma.ScheduledJobUpdateArgs<ExtArgs>;
|
|
5114
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ScheduledJobPayload>;
|
|
5115
|
+
};
|
|
5116
|
+
deleteMany: {
|
|
5117
|
+
args: Prisma.ScheduledJobDeleteManyArgs<ExtArgs>;
|
|
5118
|
+
result: BatchPayload;
|
|
5119
|
+
};
|
|
5120
|
+
updateMany: {
|
|
5121
|
+
args: Prisma.ScheduledJobUpdateManyArgs<ExtArgs>;
|
|
5122
|
+
result: BatchPayload;
|
|
5123
|
+
};
|
|
5124
|
+
upsert: {
|
|
5125
|
+
args: Prisma.ScheduledJobUpsertArgs<ExtArgs>;
|
|
5126
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ScheduledJobPayload>;
|
|
5127
|
+
};
|
|
5128
|
+
aggregate: {
|
|
5129
|
+
args: Prisma.ScheduledJobAggregateArgs<ExtArgs>;
|
|
5130
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateScheduledJob>;
|
|
5131
|
+
};
|
|
5132
|
+
groupBy: {
|
|
5133
|
+
args: Prisma.ScheduledJobGroupByArgs<ExtArgs>;
|
|
5134
|
+
result: runtime.Types.Utils.Optional<Prisma.ScheduledJobGroupByOutputType>[];
|
|
5135
|
+
};
|
|
5136
|
+
count: {
|
|
5137
|
+
args: Prisma.ScheduledJobCountArgs<ExtArgs>;
|
|
5138
|
+
result: runtime.Types.Utils.Optional<Prisma.ScheduledJobCountAggregateOutputType> | number;
|
|
5139
|
+
};
|
|
5140
|
+
};
|
|
5141
|
+
};
|
|
5142
|
+
DocumentExpiryWarning: {
|
|
5143
|
+
payload: Prisma.$DocumentExpiryWarningPayload<ExtArgs>;
|
|
5144
|
+
fields: Prisma.DocumentExpiryWarningFieldRefs;
|
|
5145
|
+
operations: {
|
|
5146
|
+
findUnique: {
|
|
5147
|
+
args: Prisma.DocumentExpiryWarningFindUniqueArgs<ExtArgs>;
|
|
5148
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentExpiryWarningPayload> | null;
|
|
5149
|
+
};
|
|
5150
|
+
findUniqueOrThrow: {
|
|
5151
|
+
args: Prisma.DocumentExpiryWarningFindUniqueOrThrowArgs<ExtArgs>;
|
|
5152
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentExpiryWarningPayload>;
|
|
5153
|
+
};
|
|
5154
|
+
findFirst: {
|
|
5155
|
+
args: Prisma.DocumentExpiryWarningFindFirstArgs<ExtArgs>;
|
|
5156
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentExpiryWarningPayload> | null;
|
|
5157
|
+
};
|
|
5158
|
+
findFirstOrThrow: {
|
|
5159
|
+
args: Prisma.DocumentExpiryWarningFindFirstOrThrowArgs<ExtArgs>;
|
|
5160
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentExpiryWarningPayload>;
|
|
5161
|
+
};
|
|
5162
|
+
findMany: {
|
|
5163
|
+
args: Prisma.DocumentExpiryWarningFindManyArgs<ExtArgs>;
|
|
5164
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentExpiryWarningPayload>[];
|
|
5165
|
+
};
|
|
5166
|
+
create: {
|
|
5167
|
+
args: Prisma.DocumentExpiryWarningCreateArgs<ExtArgs>;
|
|
5168
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentExpiryWarningPayload>;
|
|
5169
|
+
};
|
|
5170
|
+
createMany: {
|
|
5171
|
+
args: Prisma.DocumentExpiryWarningCreateManyArgs<ExtArgs>;
|
|
5172
|
+
result: BatchPayload;
|
|
5173
|
+
};
|
|
5174
|
+
delete: {
|
|
5175
|
+
args: Prisma.DocumentExpiryWarningDeleteArgs<ExtArgs>;
|
|
5176
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentExpiryWarningPayload>;
|
|
5177
|
+
};
|
|
5178
|
+
update: {
|
|
5179
|
+
args: Prisma.DocumentExpiryWarningUpdateArgs<ExtArgs>;
|
|
5180
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentExpiryWarningPayload>;
|
|
5181
|
+
};
|
|
5182
|
+
deleteMany: {
|
|
5183
|
+
args: Prisma.DocumentExpiryWarningDeleteManyArgs<ExtArgs>;
|
|
5184
|
+
result: BatchPayload;
|
|
5185
|
+
};
|
|
5186
|
+
updateMany: {
|
|
5187
|
+
args: Prisma.DocumentExpiryWarningUpdateManyArgs<ExtArgs>;
|
|
5188
|
+
result: BatchPayload;
|
|
5189
|
+
};
|
|
5190
|
+
upsert: {
|
|
5191
|
+
args: Prisma.DocumentExpiryWarningUpsertArgs<ExtArgs>;
|
|
5192
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentExpiryWarningPayload>;
|
|
5193
|
+
};
|
|
5194
|
+
aggregate: {
|
|
5195
|
+
args: Prisma.DocumentExpiryWarningAggregateArgs<ExtArgs>;
|
|
5196
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateDocumentExpiryWarning>;
|
|
5197
|
+
};
|
|
5198
|
+
groupBy: {
|
|
5199
|
+
args: Prisma.DocumentExpiryWarningGroupByArgs<ExtArgs>;
|
|
5200
|
+
result: runtime.Types.Utils.Optional<Prisma.DocumentExpiryWarningGroupByOutputType>[];
|
|
5201
|
+
};
|
|
5202
|
+
count: {
|
|
5203
|
+
args: Prisma.DocumentExpiryWarningCountArgs<ExtArgs>;
|
|
5204
|
+
result: runtime.Types.Utils.Optional<Prisma.DocumentExpiryWarningCountAggregateOutputType> | number;
|
|
5205
|
+
};
|
|
5206
|
+
};
|
|
5207
|
+
};
|
|
5074
5208
|
};
|
|
5075
5209
|
} & {
|
|
5076
5210
|
other: {
|
|
@@ -5219,6 +5353,27 @@ export declare const OrganizationMemberScalarFieldEnum: {
|
|
|
5219
5353
|
readonly updatedAt: "updatedAt";
|
|
5220
5354
|
};
|
|
5221
5355
|
export type OrganizationMemberScalarFieldEnum = (typeof OrganizationMemberScalarFieldEnum)[keyof typeof OrganizationMemberScalarFieldEnum];
|
|
5356
|
+
export declare const BankDocumentRequirementScalarFieldEnum: {
|
|
5357
|
+
readonly id: "id";
|
|
5358
|
+
readonly tenantId: "tenantId";
|
|
5359
|
+
readonly organizationId: "organizationId";
|
|
5360
|
+
readonly phaseType: "phaseType";
|
|
5361
|
+
readonly paymentMethodId: "paymentMethodId";
|
|
5362
|
+
readonly documentType: "documentType";
|
|
5363
|
+
readonly documentName: "documentName";
|
|
5364
|
+
readonly modifier: "modifier";
|
|
5365
|
+
readonly description: "description";
|
|
5366
|
+
readonly expiryDays: "expiryDays";
|
|
5367
|
+
readonly minFiles: "minFiles";
|
|
5368
|
+
readonly maxFiles: "maxFiles";
|
|
5369
|
+
readonly allowedMimeTypes: "allowedMimeTypes";
|
|
5370
|
+
readonly validationRules: "validationRules";
|
|
5371
|
+
readonly priority: "priority";
|
|
5372
|
+
readonly isActive: "isActive";
|
|
5373
|
+
readonly createdAt: "createdAt";
|
|
5374
|
+
readonly updatedAt: "updatedAt";
|
|
5375
|
+
};
|
|
5376
|
+
export type BankDocumentRequirementScalarFieldEnum = (typeof BankDocumentRequirementScalarFieldEnum)[keyof typeof BankDocumentRequirementScalarFieldEnum];
|
|
5222
5377
|
export declare const TenantScalarFieldEnum: {
|
|
5223
5378
|
readonly id: "id";
|
|
5224
5379
|
readonly name: "name";
|
|
@@ -5692,6 +5847,9 @@ export declare const ApplicationScalarFieldEnum: {
|
|
|
5692
5847
|
readonly buyerId: "buyerId";
|
|
5693
5848
|
readonly sellerId: "sellerId";
|
|
5694
5849
|
readonly paymentMethodId: "paymentMethodId";
|
|
5850
|
+
readonly paymentMethodSnapshot: "paymentMethodSnapshot";
|
|
5851
|
+
readonly paymentMethodSnapshotAt: "paymentMethodSnapshotAt";
|
|
5852
|
+
readonly paymentMethodSnapshotHash: "paymentMethodSnapshotHash";
|
|
5695
5853
|
readonly applicationNumber: "applicationNumber";
|
|
5696
5854
|
readonly title: "title";
|
|
5697
5855
|
readonly description: "description";
|
|
@@ -5712,6 +5870,38 @@ export declare const ApplicationScalarFieldEnum: {
|
|
|
5712
5870
|
readonly supersededAt: "supersededAt";
|
|
5713
5871
|
};
|
|
5714
5872
|
export type ApplicationScalarFieldEnum = (typeof ApplicationScalarFieldEnum)[keyof typeof ApplicationScalarFieldEnum];
|
|
5873
|
+
export declare const ApplicationOrganizationScalarFieldEnum: {
|
|
5874
|
+
readonly id: "id";
|
|
5875
|
+
readonly tenantId: "tenantId";
|
|
5876
|
+
readonly applicationId: "applicationId";
|
|
5877
|
+
readonly organizationId: "organizationId";
|
|
5878
|
+
readonly role: "role";
|
|
5879
|
+
readonly status: "status";
|
|
5880
|
+
readonly assignedById: "assignedById";
|
|
5881
|
+
readonly assignedAt: "assignedAt";
|
|
5882
|
+
readonly isPrimary: "isPrimary";
|
|
5883
|
+
readonly offeredTerms: "offeredTerms";
|
|
5884
|
+
readonly termsOfferedAt: "termsOfferedAt";
|
|
5885
|
+
readonly termsAcceptedAt: "termsAcceptedAt";
|
|
5886
|
+
readonly termsDeclinedAt: "termsDeclinedAt";
|
|
5887
|
+
readonly declineReason: "declineReason";
|
|
5888
|
+
readonly activatedAt: "activatedAt";
|
|
5889
|
+
readonly completedAt: "completedAt";
|
|
5890
|
+
readonly withdrawnAt: "withdrawnAt";
|
|
5891
|
+
readonly slaHours: "slaHours";
|
|
5892
|
+
readonly slaStartedAt: "slaStartedAt";
|
|
5893
|
+
readonly slaBreachedAt: "slaBreachedAt";
|
|
5894
|
+
readonly slaBreachNotified: "slaBreachNotified";
|
|
5895
|
+
readonly reminderCount: "reminderCount";
|
|
5896
|
+
readonly lastReminderSentAt: "lastReminderSentAt";
|
|
5897
|
+
readonly nextReminderAt: "nextReminderAt";
|
|
5898
|
+
readonly escalatedAt: "escalatedAt";
|
|
5899
|
+
readonly escalatedToUserId: "escalatedToUserId";
|
|
5900
|
+
readonly escalationNotes: "escalationNotes";
|
|
5901
|
+
readonly createdAt: "createdAt";
|
|
5902
|
+
readonly updatedAt: "updatedAt";
|
|
5903
|
+
};
|
|
5904
|
+
export type ApplicationOrganizationScalarFieldEnum = (typeof ApplicationOrganizationScalarFieldEnum)[keyof typeof ApplicationOrganizationScalarFieldEnum];
|
|
5715
5905
|
export declare const ApplicationRefundScalarFieldEnum: {
|
|
5716
5906
|
readonly id: "id";
|
|
5717
5907
|
readonly tenantId: "tenantId";
|
|
@@ -5912,6 +6102,15 @@ export declare const ApplicationDocumentScalarFieldEnum: {
|
|
|
5912
6102
|
readonly url: "url";
|
|
5913
6103
|
readonly type: "type";
|
|
5914
6104
|
readonly uploadedById: "uploadedById";
|
|
6105
|
+
readonly expectedUploader: "expectedUploader";
|
|
6106
|
+
readonly expectedOrganizationId: "expectedOrganizationId";
|
|
6107
|
+
readonly documentDate: "documentDate";
|
|
6108
|
+
readonly expiresAt: "expiresAt";
|
|
6109
|
+
readonly expiryDays: "expiryDays";
|
|
6110
|
+
readonly isExpired: "isExpired";
|
|
6111
|
+
readonly expiredAt: "expiredAt";
|
|
6112
|
+
readonly expiryWarningAt: "expiryWarningAt";
|
|
6113
|
+
readonly revalidatedAt: "revalidatedAt";
|
|
5915
6114
|
readonly status: "status";
|
|
5916
6115
|
readonly version: "version";
|
|
5917
6116
|
readonly replacesDocumentId: "replacesDocumentId";
|
|
@@ -6152,39 +6351,6 @@ export declare const EventHandlerScalarFieldEnum: {
|
|
|
6152
6351
|
readonly updatedAt: "updatedAt";
|
|
6153
6352
|
};
|
|
6154
6353
|
export type EventHandlerScalarFieldEnum = (typeof EventHandlerScalarFieldEnum)[keyof typeof EventHandlerScalarFieldEnum];
|
|
6155
|
-
export declare const WorkflowEventScalarFieldEnum: {
|
|
6156
|
-
readonly id: "id";
|
|
6157
|
-
readonly tenantId: "tenantId";
|
|
6158
|
-
readonly eventTypeId: "eventTypeId";
|
|
6159
|
-
readonly payload: "payload";
|
|
6160
|
-
readonly correlationId: "correlationId";
|
|
6161
|
-
readonly causationId: "causationId";
|
|
6162
|
-
readonly source: "source";
|
|
6163
|
-
readonly actorId: "actorId";
|
|
6164
|
-
readonly actorType: "actorType";
|
|
6165
|
-
readonly status: "status";
|
|
6166
|
-
readonly error: "error";
|
|
6167
|
-
readonly processedAt: "processedAt";
|
|
6168
|
-
readonly createdAt: "createdAt";
|
|
6169
|
-
};
|
|
6170
|
-
export type WorkflowEventScalarFieldEnum = (typeof WorkflowEventScalarFieldEnum)[keyof typeof WorkflowEventScalarFieldEnum];
|
|
6171
|
-
export declare const EventHandlerExecutionScalarFieldEnum: {
|
|
6172
|
-
readonly id: "id";
|
|
6173
|
-
readonly tenantId: "tenantId";
|
|
6174
|
-
readonly eventId: "eventId";
|
|
6175
|
-
readonly handlerId: "handlerId";
|
|
6176
|
-
readonly status: "status";
|
|
6177
|
-
readonly attempt: "attempt";
|
|
6178
|
-
readonly input: "input";
|
|
6179
|
-
readonly output: "output";
|
|
6180
|
-
readonly error: "error";
|
|
6181
|
-
readonly errorCode: "errorCode";
|
|
6182
|
-
readonly startedAt: "startedAt";
|
|
6183
|
-
readonly completedAt: "completedAt";
|
|
6184
|
-
readonly durationMs: "durationMs";
|
|
6185
|
-
readonly createdAt: "createdAt";
|
|
6186
|
-
};
|
|
6187
|
-
export type EventHandlerExecutionScalarFieldEnum = (typeof EventHandlerExecutionScalarFieldEnum)[keyof typeof EventHandlerExecutionScalarFieldEnum];
|
|
6188
6354
|
export declare const DomainEventScalarFieldEnum: {
|
|
6189
6355
|
readonly id: "id";
|
|
6190
6356
|
readonly tenantId: "tenantId";
|
|
@@ -6281,6 +6447,44 @@ export declare const WorkflowBlockerScalarFieldEnum: {
|
|
|
6281
6447
|
readonly updatedAt: "updatedAt";
|
|
6282
6448
|
};
|
|
6283
6449
|
export type WorkflowBlockerScalarFieldEnum = (typeof WorkflowBlockerScalarFieldEnum)[keyof typeof WorkflowBlockerScalarFieldEnum];
|
|
6450
|
+
export declare const ScheduledJobScalarFieldEnum: {
|
|
6451
|
+
readonly id: "id";
|
|
6452
|
+
readonly tenantId: "tenantId";
|
|
6453
|
+
readonly jobType: "jobType";
|
|
6454
|
+
readonly status: "status";
|
|
6455
|
+
readonly scheduledAt: "scheduledAt";
|
|
6456
|
+
readonly startedAt: "startedAt";
|
|
6457
|
+
readonly completedAt: "completedAt";
|
|
6458
|
+
readonly durationMs: "durationMs";
|
|
6459
|
+
readonly parameters: "parameters";
|
|
6460
|
+
readonly itemsProcessed: "itemsProcessed";
|
|
6461
|
+
readonly itemsAffected: "itemsAffected";
|
|
6462
|
+
readonly errorCount: "errorCount";
|
|
6463
|
+
readonly errors: "errors";
|
|
6464
|
+
readonly summary: "summary";
|
|
6465
|
+
readonly attemptNumber: "attemptNumber";
|
|
6466
|
+
readonly maxAttempts: "maxAttempts";
|
|
6467
|
+
readonly nextRetryAt: "nextRetryAt";
|
|
6468
|
+
readonly createdAt: "createdAt";
|
|
6469
|
+
readonly updatedAt: "updatedAt";
|
|
6470
|
+
};
|
|
6471
|
+
export type ScheduledJobScalarFieldEnum = (typeof ScheduledJobScalarFieldEnum)[keyof typeof ScheduledJobScalarFieldEnum];
|
|
6472
|
+
export declare const DocumentExpiryWarningScalarFieldEnum: {
|
|
6473
|
+
readonly id: "id";
|
|
6474
|
+
readonly tenantId: "tenantId";
|
|
6475
|
+
readonly documentId: "documentId";
|
|
6476
|
+
readonly expiresAt: "expiresAt";
|
|
6477
|
+
readonly daysUntil: "daysUntil";
|
|
6478
|
+
readonly warningSent: "warningSent";
|
|
6479
|
+
readonly notificationSent: "notificationSent";
|
|
6480
|
+
readonly notificationId: "notificationId";
|
|
6481
|
+
readonly resolved: "resolved";
|
|
6482
|
+
readonly resolvedAt: "resolvedAt";
|
|
6483
|
+
readonly resolvedBy: "resolvedBy";
|
|
6484
|
+
readonly newDocumentId: "newDocumentId";
|
|
6485
|
+
readonly createdAt: "createdAt";
|
|
6486
|
+
};
|
|
6487
|
+
export type DocumentExpiryWarningScalarFieldEnum = (typeof DocumentExpiryWarningScalarFieldEnum)[keyof typeof DocumentExpiryWarningScalarFieldEnum];
|
|
6284
6488
|
export declare const SortOrder: {
|
|
6285
6489
|
readonly asc: "asc";
|
|
6286
6490
|
readonly desc: "desc";
|
|
@@ -6390,6 +6594,18 @@ export declare const OrganizationMemberOrderByRelevanceFieldEnum: {
|
|
|
6390
6594
|
readonly invitedBy: "invitedBy";
|
|
6391
6595
|
};
|
|
6392
6596
|
export type OrganizationMemberOrderByRelevanceFieldEnum = (typeof OrganizationMemberOrderByRelevanceFieldEnum)[keyof typeof OrganizationMemberOrderByRelevanceFieldEnum];
|
|
6597
|
+
export declare const BankDocumentRequirementOrderByRelevanceFieldEnum: {
|
|
6598
|
+
readonly id: "id";
|
|
6599
|
+
readonly tenantId: "tenantId";
|
|
6600
|
+
readonly organizationId: "organizationId";
|
|
6601
|
+
readonly phaseType: "phaseType";
|
|
6602
|
+
readonly paymentMethodId: "paymentMethodId";
|
|
6603
|
+
readonly documentType: "documentType";
|
|
6604
|
+
readonly documentName: "documentName";
|
|
6605
|
+
readonly description: "description";
|
|
6606
|
+
readonly allowedMimeTypes: "allowedMimeTypes";
|
|
6607
|
+
};
|
|
6608
|
+
export type BankDocumentRequirementOrderByRelevanceFieldEnum = (typeof BankDocumentRequirementOrderByRelevanceFieldEnum)[keyof typeof BankDocumentRequirementOrderByRelevanceFieldEnum];
|
|
6393
6609
|
export declare const TenantOrderByRelevanceFieldEnum: {
|
|
6394
6610
|
readonly id: "id";
|
|
6395
6611
|
readonly name: "name";
|
|
@@ -6678,6 +6894,7 @@ export declare const ApplicationOrderByRelevanceFieldEnum: {
|
|
|
6678
6894
|
readonly buyerId: "buyerId";
|
|
6679
6895
|
readonly sellerId: "sellerId";
|
|
6680
6896
|
readonly paymentMethodId: "paymentMethodId";
|
|
6897
|
+
readonly paymentMethodSnapshotHash: "paymentMethodSnapshotHash";
|
|
6681
6898
|
readonly applicationNumber: "applicationNumber";
|
|
6682
6899
|
readonly title: "title";
|
|
6683
6900
|
readonly description: "description";
|
|
@@ -6687,6 +6904,17 @@ export declare const ApplicationOrderByRelevanceFieldEnum: {
|
|
|
6687
6904
|
readonly supersededById: "supersededById";
|
|
6688
6905
|
};
|
|
6689
6906
|
export type ApplicationOrderByRelevanceFieldEnum = (typeof ApplicationOrderByRelevanceFieldEnum)[keyof typeof ApplicationOrderByRelevanceFieldEnum];
|
|
6907
|
+
export declare const ApplicationOrganizationOrderByRelevanceFieldEnum: {
|
|
6908
|
+
readonly id: "id";
|
|
6909
|
+
readonly tenantId: "tenantId";
|
|
6910
|
+
readonly applicationId: "applicationId";
|
|
6911
|
+
readonly organizationId: "organizationId";
|
|
6912
|
+
readonly assignedById: "assignedById";
|
|
6913
|
+
readonly declineReason: "declineReason";
|
|
6914
|
+
readonly escalatedToUserId: "escalatedToUserId";
|
|
6915
|
+
readonly escalationNotes: "escalationNotes";
|
|
6916
|
+
};
|
|
6917
|
+
export type ApplicationOrganizationOrderByRelevanceFieldEnum = (typeof ApplicationOrganizationOrderByRelevanceFieldEnum)[keyof typeof ApplicationOrganizationOrderByRelevanceFieldEnum];
|
|
6690
6918
|
export declare const ApplicationRefundOrderByRelevanceFieldEnum: {
|
|
6691
6919
|
readonly id: "id";
|
|
6692
6920
|
readonly tenantId: "tenantId";
|
|
@@ -6796,6 +7024,7 @@ export declare const ApplicationDocumentOrderByRelevanceFieldEnum: {
|
|
|
6796
7024
|
readonly url: "url";
|
|
6797
7025
|
readonly type: "type";
|
|
6798
7026
|
readonly uploadedById: "uploadedById";
|
|
7027
|
+
readonly expectedOrganizationId: "expectedOrganizationId";
|
|
6799
7028
|
readonly replacesDocumentId: "replacesDocumentId";
|
|
6800
7029
|
};
|
|
6801
7030
|
export type ApplicationDocumentOrderByRelevanceFieldEnum = (typeof ApplicationDocumentOrderByRelevanceFieldEnum)[keyof typeof ApplicationDocumentOrderByRelevanceFieldEnum];
|
|
@@ -6924,26 +7153,6 @@ export declare const EventHandlerOrderByRelevanceFieldEnum: {
|
|
|
6924
7153
|
readonly filterCondition: "filterCondition";
|
|
6925
7154
|
};
|
|
6926
7155
|
export type EventHandlerOrderByRelevanceFieldEnum = (typeof EventHandlerOrderByRelevanceFieldEnum)[keyof typeof EventHandlerOrderByRelevanceFieldEnum];
|
|
6927
|
-
export declare const WorkflowEventOrderByRelevanceFieldEnum: {
|
|
6928
|
-
readonly id: "id";
|
|
6929
|
-
readonly tenantId: "tenantId";
|
|
6930
|
-
readonly eventTypeId: "eventTypeId";
|
|
6931
|
-
readonly correlationId: "correlationId";
|
|
6932
|
-
readonly causationId: "causationId";
|
|
6933
|
-
readonly source: "source";
|
|
6934
|
-
readonly actorId: "actorId";
|
|
6935
|
-
readonly error: "error";
|
|
6936
|
-
};
|
|
6937
|
-
export type WorkflowEventOrderByRelevanceFieldEnum = (typeof WorkflowEventOrderByRelevanceFieldEnum)[keyof typeof WorkflowEventOrderByRelevanceFieldEnum];
|
|
6938
|
-
export declare const EventHandlerExecutionOrderByRelevanceFieldEnum: {
|
|
6939
|
-
readonly id: "id";
|
|
6940
|
-
readonly tenantId: "tenantId";
|
|
6941
|
-
readonly eventId: "eventId";
|
|
6942
|
-
readonly handlerId: "handlerId";
|
|
6943
|
-
readonly error: "error";
|
|
6944
|
-
readonly errorCode: "errorCode";
|
|
6945
|
-
};
|
|
6946
|
-
export type EventHandlerExecutionOrderByRelevanceFieldEnum = (typeof EventHandlerExecutionOrderByRelevanceFieldEnum)[keyof typeof EventHandlerExecutionOrderByRelevanceFieldEnum];
|
|
6947
7156
|
export declare const DomainEventOrderByRelevanceFieldEnum: {
|
|
6948
7157
|
readonly id: "id";
|
|
6949
7158
|
readonly tenantId: "tenantId";
|
|
@@ -6997,6 +7206,21 @@ export declare const WorkflowBlockerOrderByRelevanceFieldEnum: {
|
|
|
6997
7206
|
readonly resolutionTrigger: "resolutionTrigger";
|
|
6998
7207
|
};
|
|
6999
7208
|
export type WorkflowBlockerOrderByRelevanceFieldEnum = (typeof WorkflowBlockerOrderByRelevanceFieldEnum)[keyof typeof WorkflowBlockerOrderByRelevanceFieldEnum];
|
|
7209
|
+
export declare const ScheduledJobOrderByRelevanceFieldEnum: {
|
|
7210
|
+
readonly id: "id";
|
|
7211
|
+
readonly tenantId: "tenantId";
|
|
7212
|
+
readonly summary: "summary";
|
|
7213
|
+
};
|
|
7214
|
+
export type ScheduledJobOrderByRelevanceFieldEnum = (typeof ScheduledJobOrderByRelevanceFieldEnum)[keyof typeof ScheduledJobOrderByRelevanceFieldEnum];
|
|
7215
|
+
export declare const DocumentExpiryWarningOrderByRelevanceFieldEnum: {
|
|
7216
|
+
readonly id: "id";
|
|
7217
|
+
readonly tenantId: "tenantId";
|
|
7218
|
+
readonly documentId: "documentId";
|
|
7219
|
+
readonly notificationId: "notificationId";
|
|
7220
|
+
readonly resolvedBy: "resolvedBy";
|
|
7221
|
+
readonly newDocumentId: "newDocumentId";
|
|
7222
|
+
};
|
|
7223
|
+
export type DocumentExpiryWarningOrderByRelevanceFieldEnum = (typeof DocumentExpiryWarningOrderByRelevanceFieldEnum)[keyof typeof DocumentExpiryWarningOrderByRelevanceFieldEnum];
|
|
7000
7224
|
/**
|
|
7001
7225
|
* Field references
|
|
7002
7226
|
*/
|
|
@@ -7041,13 +7265,17 @@ export type EnumOrganizationRoleFieldRefInput<$PrismaModel> = FieldRefInputType<
|
|
|
7041
7265
|
*/
|
|
7042
7266
|
export type DecimalFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Decimal'>;
|
|
7043
7267
|
/**
|
|
7044
|
-
* Reference to a field of type '
|
|
7268
|
+
* Reference to a field of type 'BankDocumentModifier'
|
|
7045
7269
|
*/
|
|
7046
|
-
export type
|
|
7270
|
+
export type EnumBankDocumentModifierFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'BankDocumentModifier'>;
|
|
7047
7271
|
/**
|
|
7048
7272
|
* Reference to a field of type 'Int'
|
|
7049
7273
|
*/
|
|
7050
7274
|
export type IntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Int'>;
|
|
7275
|
+
/**
|
|
7276
|
+
* Reference to a field of type 'Float'
|
|
7277
|
+
*/
|
|
7278
|
+
export type FloatFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Float'>;
|
|
7051
7279
|
/**
|
|
7052
7280
|
* Reference to a field of type 'UploadedBy'
|
|
7053
7281
|
*/
|
|
@@ -7112,6 +7340,14 @@ export type EnumFieldTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$Prisma
|
|
|
7112
7340
|
* Reference to a field of type 'ApplicationStatus'
|
|
7113
7341
|
*/
|
|
7114
7342
|
export type EnumApplicationStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ApplicationStatus'>;
|
|
7343
|
+
/**
|
|
7344
|
+
* Reference to a field of type 'ApplicationOrganizationRole'
|
|
7345
|
+
*/
|
|
7346
|
+
export type EnumApplicationOrganizationRoleFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ApplicationOrganizationRole'>;
|
|
7347
|
+
/**
|
|
7348
|
+
* Reference to a field of type 'ApplicationOrganizationStatus'
|
|
7349
|
+
*/
|
|
7350
|
+
export type EnumApplicationOrganizationStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ApplicationOrganizationStatus'>;
|
|
7115
7351
|
/**
|
|
7116
7352
|
* Reference to a field of type 'RefundStatus'
|
|
7117
7353
|
*/
|
|
@@ -7184,18 +7420,6 @@ export type EnumDocumentRequirementContextFieldRefInput<$PrismaModel> = FieldRef
|
|
|
7184
7420
|
* Reference to a field of type 'EventHandlerType'
|
|
7185
7421
|
*/
|
|
7186
7422
|
export type EnumEventHandlerTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'EventHandlerType'>;
|
|
7187
|
-
/**
|
|
7188
|
-
* Reference to a field of type 'ActorType'
|
|
7189
|
-
*/
|
|
7190
|
-
export type EnumActorTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ActorType'>;
|
|
7191
|
-
/**
|
|
7192
|
-
* Reference to a field of type 'WorkflowEventStatus'
|
|
7193
|
-
*/
|
|
7194
|
-
export type EnumWorkflowEventStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'WorkflowEventStatus'>;
|
|
7195
|
-
/**
|
|
7196
|
-
* Reference to a field of type 'ExecutionStatus'
|
|
7197
|
-
*/
|
|
7198
|
-
export type EnumExecutionStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ExecutionStatus'>;
|
|
7199
7423
|
/**
|
|
7200
7424
|
* Reference to a field of type 'TransferRequestStatus'
|
|
7201
7425
|
*/
|
|
@@ -7228,6 +7452,14 @@ export type EnumBlockerCategoryFieldRefInput<$PrismaModel> = FieldRefInputType<$
|
|
|
7228
7452
|
* Reference to a field of type 'BlockerUrgency'
|
|
7229
7453
|
*/
|
|
7230
7454
|
export type EnumBlockerUrgencyFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'BlockerUrgency'>;
|
|
7455
|
+
/**
|
|
7456
|
+
* Reference to a field of type 'ScheduledJobType'
|
|
7457
|
+
*/
|
|
7458
|
+
export type EnumScheduledJobTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ScheduledJobType'>;
|
|
7459
|
+
/**
|
|
7460
|
+
* Reference to a field of type 'ScheduledJobStatus'
|
|
7461
|
+
*/
|
|
7462
|
+
export type EnumScheduledJobStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ScheduledJobStatus'>;
|
|
7231
7463
|
/**
|
|
7232
7464
|
* Batch Payload for updateMany & deleteMany & createMany
|
|
7233
7465
|
*/
|
|
@@ -7330,6 +7562,7 @@ export type GlobalOmitConfig = {
|
|
|
7330
7562
|
tenantMembership?: Prisma.TenantMembershipOmit;
|
|
7331
7563
|
organization?: Prisma.OrganizationOmit;
|
|
7332
7564
|
organizationMember?: Prisma.OrganizationMemberOmit;
|
|
7565
|
+
bankDocumentRequirement?: Prisma.BankDocumentRequirementOmit;
|
|
7333
7566
|
tenant?: Prisma.TenantOmit;
|
|
7334
7567
|
apiKey?: Prisma.ApiKeyOmit;
|
|
7335
7568
|
refreshToken?: Prisma.RefreshTokenOmit;
|
|
@@ -7366,6 +7599,7 @@ export type GlobalOmitConfig = {
|
|
|
7366
7599
|
paymentMethodPhaseDocument?: Prisma.PaymentMethodPhaseDocumentOmit;
|
|
7367
7600
|
paymentMethodPhaseField?: Prisma.PaymentMethodPhaseFieldOmit;
|
|
7368
7601
|
application?: Prisma.ApplicationOmit;
|
|
7602
|
+
applicationOrganization?: Prisma.ApplicationOrganizationOmit;
|
|
7369
7603
|
applicationRefund?: Prisma.ApplicationRefundOmit;
|
|
7370
7604
|
applicationPhase?: Prisma.ApplicationPhaseOmit;
|
|
7371
7605
|
questionnairePhase?: Prisma.QuestionnairePhaseOmit;
|
|
@@ -7388,12 +7622,12 @@ export type GlobalOmitConfig = {
|
|
|
7388
7622
|
eventChannel?: Prisma.EventChannelOmit;
|
|
7389
7623
|
eventType?: Prisma.EventTypeOmit;
|
|
7390
7624
|
eventHandler?: Prisma.EventHandlerOmit;
|
|
7391
|
-
workflowEvent?: Prisma.WorkflowEventOmit;
|
|
7392
|
-
eventHandlerExecution?: Prisma.EventHandlerExecutionOmit;
|
|
7393
7625
|
domainEvent?: Prisma.DomainEventOmit;
|
|
7394
7626
|
propertyTransferRequest?: Prisma.PropertyTransferRequestOmit;
|
|
7395
7627
|
approvalRequest?: Prisma.ApprovalRequestOmit;
|
|
7396
7628
|
workflowBlocker?: Prisma.WorkflowBlockerOmit;
|
|
7629
|
+
scheduledJob?: Prisma.ScheduledJobOmit;
|
|
7630
|
+
documentExpiryWarning?: Prisma.DocumentExpiryWarningOmit;
|
|
7397
7631
|
};
|
|
7398
7632
|
export type LogLevel = 'info' | 'query' | 'warn' | 'error';
|
|
7399
7633
|
export type LogDefinition = {
|