@valentine-efagene/qshelter-common 2.0.142 → 2.0.144
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 +32 -0
- package/dist/generated/client/client.d.ts +32 -0
- package/dist/generated/client/commonInputTypes.d.ts +354 -144
- package/dist/generated/client/enums.d.ts +45 -0
- package/dist/generated/client/enums.js +39 -0
- package/dist/generated/client/internal/class.d.ts +66 -0
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +633 -3
- package/dist/generated/client/internal/prismaNamespace.js +193 -1
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +204 -0
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +193 -1
- 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/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 +2535 -798
- package/dist/generated/client/models/index.d.ts +6 -0
- package/dist/generated/client/models/index.js +6 -0
- package/dist/generated/client/models.d.ts +6 -0
- package/dist/src/prisma/tenant.js +4 -0
- package/package.json +1 -1
- package/prisma/migrations/20260120024650_add_questionnaire_phase_review/migration.sql +102 -0
- package/prisma/schema.prisma +423 -2
|
@@ -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";
|
|
@@ -303,6 +305,10 @@ export declare const ModelName: {
|
|
|
303
305
|
readonly PropertyTransferRequest: "PropertyTransferRequest";
|
|
304
306
|
readonly ApprovalRequest: "ApprovalRequest";
|
|
305
307
|
readonly WorkflowBlocker: "WorkflowBlocker";
|
|
308
|
+
readonly StateTransitionDefinition: "StateTransitionDefinition";
|
|
309
|
+
readonly StateTransitionLog: "StateTransitionLog";
|
|
310
|
+
readonly ScheduledJob: "ScheduledJob";
|
|
311
|
+
readonly DocumentExpiryWarning: "DocumentExpiryWarning";
|
|
306
312
|
};
|
|
307
313
|
export type ModelName = (typeof ModelName)[keyof typeof ModelName];
|
|
308
314
|
export interface TypeMapCb<GlobalOmitOptions = {}> extends runtime.Types.Utils.Fn<{
|
|
@@ -315,7 +321,7 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
315
321
|
omit: GlobalOmitOptions;
|
|
316
322
|
};
|
|
317
323
|
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" | "workflowEvent" | "eventHandlerExecution" | "domainEvent" | "propertyTransferRequest" | "approvalRequest" | "workflowBlocker";
|
|
324
|
+
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" | "workflowEvent" | "eventHandlerExecution" | "domainEvent" | "propertyTransferRequest" | "approvalRequest" | "workflowBlocker" | "stateTransitionDefinition" | "stateTransitionLog" | "scheduledJob" | "documentExpiryWarning";
|
|
319
325
|
txIsolationLevel: TransactionIsolationLevel;
|
|
320
326
|
};
|
|
321
327
|
model: {
|
|
@@ -847,6 +853,72 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
847
853
|
};
|
|
848
854
|
};
|
|
849
855
|
};
|
|
856
|
+
BankDocumentRequirement: {
|
|
857
|
+
payload: Prisma.$BankDocumentRequirementPayload<ExtArgs>;
|
|
858
|
+
fields: Prisma.BankDocumentRequirementFieldRefs;
|
|
859
|
+
operations: {
|
|
860
|
+
findUnique: {
|
|
861
|
+
args: Prisma.BankDocumentRequirementFindUniqueArgs<ExtArgs>;
|
|
862
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$BankDocumentRequirementPayload> | null;
|
|
863
|
+
};
|
|
864
|
+
findUniqueOrThrow: {
|
|
865
|
+
args: Prisma.BankDocumentRequirementFindUniqueOrThrowArgs<ExtArgs>;
|
|
866
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$BankDocumentRequirementPayload>;
|
|
867
|
+
};
|
|
868
|
+
findFirst: {
|
|
869
|
+
args: Prisma.BankDocumentRequirementFindFirstArgs<ExtArgs>;
|
|
870
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$BankDocumentRequirementPayload> | null;
|
|
871
|
+
};
|
|
872
|
+
findFirstOrThrow: {
|
|
873
|
+
args: Prisma.BankDocumentRequirementFindFirstOrThrowArgs<ExtArgs>;
|
|
874
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$BankDocumentRequirementPayload>;
|
|
875
|
+
};
|
|
876
|
+
findMany: {
|
|
877
|
+
args: Prisma.BankDocumentRequirementFindManyArgs<ExtArgs>;
|
|
878
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$BankDocumentRequirementPayload>[];
|
|
879
|
+
};
|
|
880
|
+
create: {
|
|
881
|
+
args: Prisma.BankDocumentRequirementCreateArgs<ExtArgs>;
|
|
882
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$BankDocumentRequirementPayload>;
|
|
883
|
+
};
|
|
884
|
+
createMany: {
|
|
885
|
+
args: Prisma.BankDocumentRequirementCreateManyArgs<ExtArgs>;
|
|
886
|
+
result: BatchPayload;
|
|
887
|
+
};
|
|
888
|
+
delete: {
|
|
889
|
+
args: Prisma.BankDocumentRequirementDeleteArgs<ExtArgs>;
|
|
890
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$BankDocumentRequirementPayload>;
|
|
891
|
+
};
|
|
892
|
+
update: {
|
|
893
|
+
args: Prisma.BankDocumentRequirementUpdateArgs<ExtArgs>;
|
|
894
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$BankDocumentRequirementPayload>;
|
|
895
|
+
};
|
|
896
|
+
deleteMany: {
|
|
897
|
+
args: Prisma.BankDocumentRequirementDeleteManyArgs<ExtArgs>;
|
|
898
|
+
result: BatchPayload;
|
|
899
|
+
};
|
|
900
|
+
updateMany: {
|
|
901
|
+
args: Prisma.BankDocumentRequirementUpdateManyArgs<ExtArgs>;
|
|
902
|
+
result: BatchPayload;
|
|
903
|
+
};
|
|
904
|
+
upsert: {
|
|
905
|
+
args: Prisma.BankDocumentRequirementUpsertArgs<ExtArgs>;
|
|
906
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$BankDocumentRequirementPayload>;
|
|
907
|
+
};
|
|
908
|
+
aggregate: {
|
|
909
|
+
args: Prisma.BankDocumentRequirementAggregateArgs<ExtArgs>;
|
|
910
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateBankDocumentRequirement>;
|
|
911
|
+
};
|
|
912
|
+
groupBy: {
|
|
913
|
+
args: Prisma.BankDocumentRequirementGroupByArgs<ExtArgs>;
|
|
914
|
+
result: runtime.Types.Utils.Optional<Prisma.BankDocumentRequirementGroupByOutputType>[];
|
|
915
|
+
};
|
|
916
|
+
count: {
|
|
917
|
+
args: Prisma.BankDocumentRequirementCountArgs<ExtArgs>;
|
|
918
|
+
result: runtime.Types.Utils.Optional<Prisma.BankDocumentRequirementCountAggregateOutputType> | number;
|
|
919
|
+
};
|
|
920
|
+
};
|
|
921
|
+
};
|
|
850
922
|
Tenant: {
|
|
851
923
|
payload: Prisma.$TenantPayload<ExtArgs>;
|
|
852
924
|
fields: Prisma.TenantFieldRefs;
|
|
@@ -3223,6 +3295,72 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
3223
3295
|
};
|
|
3224
3296
|
};
|
|
3225
3297
|
};
|
|
3298
|
+
ApplicationOrganization: {
|
|
3299
|
+
payload: Prisma.$ApplicationOrganizationPayload<ExtArgs>;
|
|
3300
|
+
fields: Prisma.ApplicationOrganizationFieldRefs;
|
|
3301
|
+
operations: {
|
|
3302
|
+
findUnique: {
|
|
3303
|
+
args: Prisma.ApplicationOrganizationFindUniqueArgs<ExtArgs>;
|
|
3304
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationOrganizationPayload> | null;
|
|
3305
|
+
};
|
|
3306
|
+
findUniqueOrThrow: {
|
|
3307
|
+
args: Prisma.ApplicationOrganizationFindUniqueOrThrowArgs<ExtArgs>;
|
|
3308
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationOrganizationPayload>;
|
|
3309
|
+
};
|
|
3310
|
+
findFirst: {
|
|
3311
|
+
args: Prisma.ApplicationOrganizationFindFirstArgs<ExtArgs>;
|
|
3312
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationOrganizationPayload> | null;
|
|
3313
|
+
};
|
|
3314
|
+
findFirstOrThrow: {
|
|
3315
|
+
args: Prisma.ApplicationOrganizationFindFirstOrThrowArgs<ExtArgs>;
|
|
3316
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationOrganizationPayload>;
|
|
3317
|
+
};
|
|
3318
|
+
findMany: {
|
|
3319
|
+
args: Prisma.ApplicationOrganizationFindManyArgs<ExtArgs>;
|
|
3320
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationOrganizationPayload>[];
|
|
3321
|
+
};
|
|
3322
|
+
create: {
|
|
3323
|
+
args: Prisma.ApplicationOrganizationCreateArgs<ExtArgs>;
|
|
3324
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationOrganizationPayload>;
|
|
3325
|
+
};
|
|
3326
|
+
createMany: {
|
|
3327
|
+
args: Prisma.ApplicationOrganizationCreateManyArgs<ExtArgs>;
|
|
3328
|
+
result: BatchPayload;
|
|
3329
|
+
};
|
|
3330
|
+
delete: {
|
|
3331
|
+
args: Prisma.ApplicationOrganizationDeleteArgs<ExtArgs>;
|
|
3332
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationOrganizationPayload>;
|
|
3333
|
+
};
|
|
3334
|
+
update: {
|
|
3335
|
+
args: Prisma.ApplicationOrganizationUpdateArgs<ExtArgs>;
|
|
3336
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationOrganizationPayload>;
|
|
3337
|
+
};
|
|
3338
|
+
deleteMany: {
|
|
3339
|
+
args: Prisma.ApplicationOrganizationDeleteManyArgs<ExtArgs>;
|
|
3340
|
+
result: BatchPayload;
|
|
3341
|
+
};
|
|
3342
|
+
updateMany: {
|
|
3343
|
+
args: Prisma.ApplicationOrganizationUpdateManyArgs<ExtArgs>;
|
|
3344
|
+
result: BatchPayload;
|
|
3345
|
+
};
|
|
3346
|
+
upsert: {
|
|
3347
|
+
args: Prisma.ApplicationOrganizationUpsertArgs<ExtArgs>;
|
|
3348
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationOrganizationPayload>;
|
|
3349
|
+
};
|
|
3350
|
+
aggregate: {
|
|
3351
|
+
args: Prisma.ApplicationOrganizationAggregateArgs<ExtArgs>;
|
|
3352
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateApplicationOrganization>;
|
|
3353
|
+
};
|
|
3354
|
+
groupBy: {
|
|
3355
|
+
args: Prisma.ApplicationOrganizationGroupByArgs<ExtArgs>;
|
|
3356
|
+
result: runtime.Types.Utils.Optional<Prisma.ApplicationOrganizationGroupByOutputType>[];
|
|
3357
|
+
};
|
|
3358
|
+
count: {
|
|
3359
|
+
args: Prisma.ApplicationOrganizationCountArgs<ExtArgs>;
|
|
3360
|
+
result: runtime.Types.Utils.Optional<Prisma.ApplicationOrganizationCountAggregateOutputType> | number;
|
|
3361
|
+
};
|
|
3362
|
+
};
|
|
3363
|
+
};
|
|
3226
3364
|
ApplicationRefund: {
|
|
3227
3365
|
payload: Prisma.$ApplicationRefundPayload<ExtArgs>;
|
|
3228
3366
|
fields: Prisma.ApplicationRefundFieldRefs;
|
|
@@ -5071,6 +5209,270 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
5071
5209
|
};
|
|
5072
5210
|
};
|
|
5073
5211
|
};
|
|
5212
|
+
StateTransitionDefinition: {
|
|
5213
|
+
payload: Prisma.$StateTransitionDefinitionPayload<ExtArgs>;
|
|
5214
|
+
fields: Prisma.StateTransitionDefinitionFieldRefs;
|
|
5215
|
+
operations: {
|
|
5216
|
+
findUnique: {
|
|
5217
|
+
args: Prisma.StateTransitionDefinitionFindUniqueArgs<ExtArgs>;
|
|
5218
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$StateTransitionDefinitionPayload> | null;
|
|
5219
|
+
};
|
|
5220
|
+
findUniqueOrThrow: {
|
|
5221
|
+
args: Prisma.StateTransitionDefinitionFindUniqueOrThrowArgs<ExtArgs>;
|
|
5222
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$StateTransitionDefinitionPayload>;
|
|
5223
|
+
};
|
|
5224
|
+
findFirst: {
|
|
5225
|
+
args: Prisma.StateTransitionDefinitionFindFirstArgs<ExtArgs>;
|
|
5226
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$StateTransitionDefinitionPayload> | null;
|
|
5227
|
+
};
|
|
5228
|
+
findFirstOrThrow: {
|
|
5229
|
+
args: Prisma.StateTransitionDefinitionFindFirstOrThrowArgs<ExtArgs>;
|
|
5230
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$StateTransitionDefinitionPayload>;
|
|
5231
|
+
};
|
|
5232
|
+
findMany: {
|
|
5233
|
+
args: Prisma.StateTransitionDefinitionFindManyArgs<ExtArgs>;
|
|
5234
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$StateTransitionDefinitionPayload>[];
|
|
5235
|
+
};
|
|
5236
|
+
create: {
|
|
5237
|
+
args: Prisma.StateTransitionDefinitionCreateArgs<ExtArgs>;
|
|
5238
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$StateTransitionDefinitionPayload>;
|
|
5239
|
+
};
|
|
5240
|
+
createMany: {
|
|
5241
|
+
args: Prisma.StateTransitionDefinitionCreateManyArgs<ExtArgs>;
|
|
5242
|
+
result: BatchPayload;
|
|
5243
|
+
};
|
|
5244
|
+
delete: {
|
|
5245
|
+
args: Prisma.StateTransitionDefinitionDeleteArgs<ExtArgs>;
|
|
5246
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$StateTransitionDefinitionPayload>;
|
|
5247
|
+
};
|
|
5248
|
+
update: {
|
|
5249
|
+
args: Prisma.StateTransitionDefinitionUpdateArgs<ExtArgs>;
|
|
5250
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$StateTransitionDefinitionPayload>;
|
|
5251
|
+
};
|
|
5252
|
+
deleteMany: {
|
|
5253
|
+
args: Prisma.StateTransitionDefinitionDeleteManyArgs<ExtArgs>;
|
|
5254
|
+
result: BatchPayload;
|
|
5255
|
+
};
|
|
5256
|
+
updateMany: {
|
|
5257
|
+
args: Prisma.StateTransitionDefinitionUpdateManyArgs<ExtArgs>;
|
|
5258
|
+
result: BatchPayload;
|
|
5259
|
+
};
|
|
5260
|
+
upsert: {
|
|
5261
|
+
args: Prisma.StateTransitionDefinitionUpsertArgs<ExtArgs>;
|
|
5262
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$StateTransitionDefinitionPayload>;
|
|
5263
|
+
};
|
|
5264
|
+
aggregate: {
|
|
5265
|
+
args: Prisma.StateTransitionDefinitionAggregateArgs<ExtArgs>;
|
|
5266
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateStateTransitionDefinition>;
|
|
5267
|
+
};
|
|
5268
|
+
groupBy: {
|
|
5269
|
+
args: Prisma.StateTransitionDefinitionGroupByArgs<ExtArgs>;
|
|
5270
|
+
result: runtime.Types.Utils.Optional<Prisma.StateTransitionDefinitionGroupByOutputType>[];
|
|
5271
|
+
};
|
|
5272
|
+
count: {
|
|
5273
|
+
args: Prisma.StateTransitionDefinitionCountArgs<ExtArgs>;
|
|
5274
|
+
result: runtime.Types.Utils.Optional<Prisma.StateTransitionDefinitionCountAggregateOutputType> | number;
|
|
5275
|
+
};
|
|
5276
|
+
};
|
|
5277
|
+
};
|
|
5278
|
+
StateTransitionLog: {
|
|
5279
|
+
payload: Prisma.$StateTransitionLogPayload<ExtArgs>;
|
|
5280
|
+
fields: Prisma.StateTransitionLogFieldRefs;
|
|
5281
|
+
operations: {
|
|
5282
|
+
findUnique: {
|
|
5283
|
+
args: Prisma.StateTransitionLogFindUniqueArgs<ExtArgs>;
|
|
5284
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$StateTransitionLogPayload> | null;
|
|
5285
|
+
};
|
|
5286
|
+
findUniqueOrThrow: {
|
|
5287
|
+
args: Prisma.StateTransitionLogFindUniqueOrThrowArgs<ExtArgs>;
|
|
5288
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$StateTransitionLogPayload>;
|
|
5289
|
+
};
|
|
5290
|
+
findFirst: {
|
|
5291
|
+
args: Prisma.StateTransitionLogFindFirstArgs<ExtArgs>;
|
|
5292
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$StateTransitionLogPayload> | null;
|
|
5293
|
+
};
|
|
5294
|
+
findFirstOrThrow: {
|
|
5295
|
+
args: Prisma.StateTransitionLogFindFirstOrThrowArgs<ExtArgs>;
|
|
5296
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$StateTransitionLogPayload>;
|
|
5297
|
+
};
|
|
5298
|
+
findMany: {
|
|
5299
|
+
args: Prisma.StateTransitionLogFindManyArgs<ExtArgs>;
|
|
5300
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$StateTransitionLogPayload>[];
|
|
5301
|
+
};
|
|
5302
|
+
create: {
|
|
5303
|
+
args: Prisma.StateTransitionLogCreateArgs<ExtArgs>;
|
|
5304
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$StateTransitionLogPayload>;
|
|
5305
|
+
};
|
|
5306
|
+
createMany: {
|
|
5307
|
+
args: Prisma.StateTransitionLogCreateManyArgs<ExtArgs>;
|
|
5308
|
+
result: BatchPayload;
|
|
5309
|
+
};
|
|
5310
|
+
delete: {
|
|
5311
|
+
args: Prisma.StateTransitionLogDeleteArgs<ExtArgs>;
|
|
5312
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$StateTransitionLogPayload>;
|
|
5313
|
+
};
|
|
5314
|
+
update: {
|
|
5315
|
+
args: Prisma.StateTransitionLogUpdateArgs<ExtArgs>;
|
|
5316
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$StateTransitionLogPayload>;
|
|
5317
|
+
};
|
|
5318
|
+
deleteMany: {
|
|
5319
|
+
args: Prisma.StateTransitionLogDeleteManyArgs<ExtArgs>;
|
|
5320
|
+
result: BatchPayload;
|
|
5321
|
+
};
|
|
5322
|
+
updateMany: {
|
|
5323
|
+
args: Prisma.StateTransitionLogUpdateManyArgs<ExtArgs>;
|
|
5324
|
+
result: BatchPayload;
|
|
5325
|
+
};
|
|
5326
|
+
upsert: {
|
|
5327
|
+
args: Prisma.StateTransitionLogUpsertArgs<ExtArgs>;
|
|
5328
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$StateTransitionLogPayload>;
|
|
5329
|
+
};
|
|
5330
|
+
aggregate: {
|
|
5331
|
+
args: Prisma.StateTransitionLogAggregateArgs<ExtArgs>;
|
|
5332
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateStateTransitionLog>;
|
|
5333
|
+
};
|
|
5334
|
+
groupBy: {
|
|
5335
|
+
args: Prisma.StateTransitionLogGroupByArgs<ExtArgs>;
|
|
5336
|
+
result: runtime.Types.Utils.Optional<Prisma.StateTransitionLogGroupByOutputType>[];
|
|
5337
|
+
};
|
|
5338
|
+
count: {
|
|
5339
|
+
args: Prisma.StateTransitionLogCountArgs<ExtArgs>;
|
|
5340
|
+
result: runtime.Types.Utils.Optional<Prisma.StateTransitionLogCountAggregateOutputType> | number;
|
|
5341
|
+
};
|
|
5342
|
+
};
|
|
5343
|
+
};
|
|
5344
|
+
ScheduledJob: {
|
|
5345
|
+
payload: Prisma.$ScheduledJobPayload<ExtArgs>;
|
|
5346
|
+
fields: Prisma.ScheduledJobFieldRefs;
|
|
5347
|
+
operations: {
|
|
5348
|
+
findUnique: {
|
|
5349
|
+
args: Prisma.ScheduledJobFindUniqueArgs<ExtArgs>;
|
|
5350
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ScheduledJobPayload> | null;
|
|
5351
|
+
};
|
|
5352
|
+
findUniqueOrThrow: {
|
|
5353
|
+
args: Prisma.ScheduledJobFindUniqueOrThrowArgs<ExtArgs>;
|
|
5354
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ScheduledJobPayload>;
|
|
5355
|
+
};
|
|
5356
|
+
findFirst: {
|
|
5357
|
+
args: Prisma.ScheduledJobFindFirstArgs<ExtArgs>;
|
|
5358
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ScheduledJobPayload> | null;
|
|
5359
|
+
};
|
|
5360
|
+
findFirstOrThrow: {
|
|
5361
|
+
args: Prisma.ScheduledJobFindFirstOrThrowArgs<ExtArgs>;
|
|
5362
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ScheduledJobPayload>;
|
|
5363
|
+
};
|
|
5364
|
+
findMany: {
|
|
5365
|
+
args: Prisma.ScheduledJobFindManyArgs<ExtArgs>;
|
|
5366
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ScheduledJobPayload>[];
|
|
5367
|
+
};
|
|
5368
|
+
create: {
|
|
5369
|
+
args: Prisma.ScheduledJobCreateArgs<ExtArgs>;
|
|
5370
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ScheduledJobPayload>;
|
|
5371
|
+
};
|
|
5372
|
+
createMany: {
|
|
5373
|
+
args: Prisma.ScheduledJobCreateManyArgs<ExtArgs>;
|
|
5374
|
+
result: BatchPayload;
|
|
5375
|
+
};
|
|
5376
|
+
delete: {
|
|
5377
|
+
args: Prisma.ScheduledJobDeleteArgs<ExtArgs>;
|
|
5378
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ScheduledJobPayload>;
|
|
5379
|
+
};
|
|
5380
|
+
update: {
|
|
5381
|
+
args: Prisma.ScheduledJobUpdateArgs<ExtArgs>;
|
|
5382
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ScheduledJobPayload>;
|
|
5383
|
+
};
|
|
5384
|
+
deleteMany: {
|
|
5385
|
+
args: Prisma.ScheduledJobDeleteManyArgs<ExtArgs>;
|
|
5386
|
+
result: BatchPayload;
|
|
5387
|
+
};
|
|
5388
|
+
updateMany: {
|
|
5389
|
+
args: Prisma.ScheduledJobUpdateManyArgs<ExtArgs>;
|
|
5390
|
+
result: BatchPayload;
|
|
5391
|
+
};
|
|
5392
|
+
upsert: {
|
|
5393
|
+
args: Prisma.ScheduledJobUpsertArgs<ExtArgs>;
|
|
5394
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ScheduledJobPayload>;
|
|
5395
|
+
};
|
|
5396
|
+
aggregate: {
|
|
5397
|
+
args: Prisma.ScheduledJobAggregateArgs<ExtArgs>;
|
|
5398
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateScheduledJob>;
|
|
5399
|
+
};
|
|
5400
|
+
groupBy: {
|
|
5401
|
+
args: Prisma.ScheduledJobGroupByArgs<ExtArgs>;
|
|
5402
|
+
result: runtime.Types.Utils.Optional<Prisma.ScheduledJobGroupByOutputType>[];
|
|
5403
|
+
};
|
|
5404
|
+
count: {
|
|
5405
|
+
args: Prisma.ScheduledJobCountArgs<ExtArgs>;
|
|
5406
|
+
result: runtime.Types.Utils.Optional<Prisma.ScheduledJobCountAggregateOutputType> | number;
|
|
5407
|
+
};
|
|
5408
|
+
};
|
|
5409
|
+
};
|
|
5410
|
+
DocumentExpiryWarning: {
|
|
5411
|
+
payload: Prisma.$DocumentExpiryWarningPayload<ExtArgs>;
|
|
5412
|
+
fields: Prisma.DocumentExpiryWarningFieldRefs;
|
|
5413
|
+
operations: {
|
|
5414
|
+
findUnique: {
|
|
5415
|
+
args: Prisma.DocumentExpiryWarningFindUniqueArgs<ExtArgs>;
|
|
5416
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentExpiryWarningPayload> | null;
|
|
5417
|
+
};
|
|
5418
|
+
findUniqueOrThrow: {
|
|
5419
|
+
args: Prisma.DocumentExpiryWarningFindUniqueOrThrowArgs<ExtArgs>;
|
|
5420
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentExpiryWarningPayload>;
|
|
5421
|
+
};
|
|
5422
|
+
findFirst: {
|
|
5423
|
+
args: Prisma.DocumentExpiryWarningFindFirstArgs<ExtArgs>;
|
|
5424
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentExpiryWarningPayload> | null;
|
|
5425
|
+
};
|
|
5426
|
+
findFirstOrThrow: {
|
|
5427
|
+
args: Prisma.DocumentExpiryWarningFindFirstOrThrowArgs<ExtArgs>;
|
|
5428
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentExpiryWarningPayload>;
|
|
5429
|
+
};
|
|
5430
|
+
findMany: {
|
|
5431
|
+
args: Prisma.DocumentExpiryWarningFindManyArgs<ExtArgs>;
|
|
5432
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentExpiryWarningPayload>[];
|
|
5433
|
+
};
|
|
5434
|
+
create: {
|
|
5435
|
+
args: Prisma.DocumentExpiryWarningCreateArgs<ExtArgs>;
|
|
5436
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentExpiryWarningPayload>;
|
|
5437
|
+
};
|
|
5438
|
+
createMany: {
|
|
5439
|
+
args: Prisma.DocumentExpiryWarningCreateManyArgs<ExtArgs>;
|
|
5440
|
+
result: BatchPayload;
|
|
5441
|
+
};
|
|
5442
|
+
delete: {
|
|
5443
|
+
args: Prisma.DocumentExpiryWarningDeleteArgs<ExtArgs>;
|
|
5444
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentExpiryWarningPayload>;
|
|
5445
|
+
};
|
|
5446
|
+
update: {
|
|
5447
|
+
args: Prisma.DocumentExpiryWarningUpdateArgs<ExtArgs>;
|
|
5448
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentExpiryWarningPayload>;
|
|
5449
|
+
};
|
|
5450
|
+
deleteMany: {
|
|
5451
|
+
args: Prisma.DocumentExpiryWarningDeleteManyArgs<ExtArgs>;
|
|
5452
|
+
result: BatchPayload;
|
|
5453
|
+
};
|
|
5454
|
+
updateMany: {
|
|
5455
|
+
args: Prisma.DocumentExpiryWarningUpdateManyArgs<ExtArgs>;
|
|
5456
|
+
result: BatchPayload;
|
|
5457
|
+
};
|
|
5458
|
+
upsert: {
|
|
5459
|
+
args: Prisma.DocumentExpiryWarningUpsertArgs<ExtArgs>;
|
|
5460
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentExpiryWarningPayload>;
|
|
5461
|
+
};
|
|
5462
|
+
aggregate: {
|
|
5463
|
+
args: Prisma.DocumentExpiryWarningAggregateArgs<ExtArgs>;
|
|
5464
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateDocumentExpiryWarning>;
|
|
5465
|
+
};
|
|
5466
|
+
groupBy: {
|
|
5467
|
+
args: Prisma.DocumentExpiryWarningGroupByArgs<ExtArgs>;
|
|
5468
|
+
result: runtime.Types.Utils.Optional<Prisma.DocumentExpiryWarningGroupByOutputType>[];
|
|
5469
|
+
};
|
|
5470
|
+
count: {
|
|
5471
|
+
args: Prisma.DocumentExpiryWarningCountArgs<ExtArgs>;
|
|
5472
|
+
result: runtime.Types.Utils.Optional<Prisma.DocumentExpiryWarningCountAggregateOutputType> | number;
|
|
5473
|
+
};
|
|
5474
|
+
};
|
|
5475
|
+
};
|
|
5074
5476
|
};
|
|
5075
5477
|
} & {
|
|
5076
5478
|
other: {
|
|
@@ -5219,6 +5621,27 @@ export declare const OrganizationMemberScalarFieldEnum: {
|
|
|
5219
5621
|
readonly updatedAt: "updatedAt";
|
|
5220
5622
|
};
|
|
5221
5623
|
export type OrganizationMemberScalarFieldEnum = (typeof OrganizationMemberScalarFieldEnum)[keyof typeof OrganizationMemberScalarFieldEnum];
|
|
5624
|
+
export declare const BankDocumentRequirementScalarFieldEnum: {
|
|
5625
|
+
readonly id: "id";
|
|
5626
|
+
readonly tenantId: "tenantId";
|
|
5627
|
+
readonly organizationId: "organizationId";
|
|
5628
|
+
readonly phaseType: "phaseType";
|
|
5629
|
+
readonly paymentMethodId: "paymentMethodId";
|
|
5630
|
+
readonly documentType: "documentType";
|
|
5631
|
+
readonly documentName: "documentName";
|
|
5632
|
+
readonly modifier: "modifier";
|
|
5633
|
+
readonly description: "description";
|
|
5634
|
+
readonly expiryDays: "expiryDays";
|
|
5635
|
+
readonly minFiles: "minFiles";
|
|
5636
|
+
readonly maxFiles: "maxFiles";
|
|
5637
|
+
readonly allowedMimeTypes: "allowedMimeTypes";
|
|
5638
|
+
readonly validationRules: "validationRules";
|
|
5639
|
+
readonly priority: "priority";
|
|
5640
|
+
readonly isActive: "isActive";
|
|
5641
|
+
readonly createdAt: "createdAt";
|
|
5642
|
+
readonly updatedAt: "updatedAt";
|
|
5643
|
+
};
|
|
5644
|
+
export type BankDocumentRequirementScalarFieldEnum = (typeof BankDocumentRequirementScalarFieldEnum)[keyof typeof BankDocumentRequirementScalarFieldEnum];
|
|
5222
5645
|
export declare const TenantScalarFieldEnum: {
|
|
5223
5646
|
readonly id: "id";
|
|
5224
5647
|
readonly name: "name";
|
|
@@ -5692,6 +6115,9 @@ export declare const ApplicationScalarFieldEnum: {
|
|
|
5692
6115
|
readonly buyerId: "buyerId";
|
|
5693
6116
|
readonly sellerId: "sellerId";
|
|
5694
6117
|
readonly paymentMethodId: "paymentMethodId";
|
|
6118
|
+
readonly paymentMethodSnapshot: "paymentMethodSnapshot";
|
|
6119
|
+
readonly paymentMethodSnapshotAt: "paymentMethodSnapshotAt";
|
|
6120
|
+
readonly paymentMethodSnapshotHash: "paymentMethodSnapshotHash";
|
|
5695
6121
|
readonly applicationNumber: "applicationNumber";
|
|
5696
6122
|
readonly title: "title";
|
|
5697
6123
|
readonly description: "description";
|
|
@@ -5712,6 +6138,38 @@ export declare const ApplicationScalarFieldEnum: {
|
|
|
5712
6138
|
readonly supersededAt: "supersededAt";
|
|
5713
6139
|
};
|
|
5714
6140
|
export type ApplicationScalarFieldEnum = (typeof ApplicationScalarFieldEnum)[keyof typeof ApplicationScalarFieldEnum];
|
|
6141
|
+
export declare const ApplicationOrganizationScalarFieldEnum: {
|
|
6142
|
+
readonly id: "id";
|
|
6143
|
+
readonly tenantId: "tenantId";
|
|
6144
|
+
readonly applicationId: "applicationId";
|
|
6145
|
+
readonly organizationId: "organizationId";
|
|
6146
|
+
readonly role: "role";
|
|
6147
|
+
readonly status: "status";
|
|
6148
|
+
readonly assignedById: "assignedById";
|
|
6149
|
+
readonly assignedAt: "assignedAt";
|
|
6150
|
+
readonly isPrimary: "isPrimary";
|
|
6151
|
+
readonly offeredTerms: "offeredTerms";
|
|
6152
|
+
readonly termsOfferedAt: "termsOfferedAt";
|
|
6153
|
+
readonly termsAcceptedAt: "termsAcceptedAt";
|
|
6154
|
+
readonly termsDeclinedAt: "termsDeclinedAt";
|
|
6155
|
+
readonly declineReason: "declineReason";
|
|
6156
|
+
readonly activatedAt: "activatedAt";
|
|
6157
|
+
readonly completedAt: "completedAt";
|
|
6158
|
+
readonly withdrawnAt: "withdrawnAt";
|
|
6159
|
+
readonly slaHours: "slaHours";
|
|
6160
|
+
readonly slaStartedAt: "slaStartedAt";
|
|
6161
|
+
readonly slaBreachedAt: "slaBreachedAt";
|
|
6162
|
+
readonly slaBreachNotified: "slaBreachNotified";
|
|
6163
|
+
readonly reminderCount: "reminderCount";
|
|
6164
|
+
readonly lastReminderSentAt: "lastReminderSentAt";
|
|
6165
|
+
readonly nextReminderAt: "nextReminderAt";
|
|
6166
|
+
readonly escalatedAt: "escalatedAt";
|
|
6167
|
+
readonly escalatedToUserId: "escalatedToUserId";
|
|
6168
|
+
readonly escalationNotes: "escalationNotes";
|
|
6169
|
+
readonly createdAt: "createdAt";
|
|
6170
|
+
readonly updatedAt: "updatedAt";
|
|
6171
|
+
};
|
|
6172
|
+
export type ApplicationOrganizationScalarFieldEnum = (typeof ApplicationOrganizationScalarFieldEnum)[keyof typeof ApplicationOrganizationScalarFieldEnum];
|
|
5715
6173
|
export declare const ApplicationRefundScalarFieldEnum: {
|
|
5716
6174
|
readonly id: "id";
|
|
5717
6175
|
readonly tenantId: "tenantId";
|
|
@@ -5912,6 +6370,15 @@ export declare const ApplicationDocumentScalarFieldEnum: {
|
|
|
5912
6370
|
readonly url: "url";
|
|
5913
6371
|
readonly type: "type";
|
|
5914
6372
|
readonly uploadedById: "uploadedById";
|
|
6373
|
+
readonly expectedUploader: "expectedUploader";
|
|
6374
|
+
readonly expectedOrganizationId: "expectedOrganizationId";
|
|
6375
|
+
readonly documentDate: "documentDate";
|
|
6376
|
+
readonly expiresAt: "expiresAt";
|
|
6377
|
+
readonly expiryDays: "expiryDays";
|
|
6378
|
+
readonly isExpired: "isExpired";
|
|
6379
|
+
readonly expiredAt: "expiredAt";
|
|
6380
|
+
readonly expiryWarningAt: "expiryWarningAt";
|
|
6381
|
+
readonly revalidatedAt: "revalidatedAt";
|
|
5915
6382
|
readonly status: "status";
|
|
5916
6383
|
readonly version: "version";
|
|
5917
6384
|
readonly replacesDocumentId: "replacesDocumentId";
|
|
@@ -6281,6 +6748,77 @@ export declare const WorkflowBlockerScalarFieldEnum: {
|
|
|
6281
6748
|
readonly updatedAt: "updatedAt";
|
|
6282
6749
|
};
|
|
6283
6750
|
export type WorkflowBlockerScalarFieldEnum = (typeof WorkflowBlockerScalarFieldEnum)[keyof typeof WorkflowBlockerScalarFieldEnum];
|
|
6751
|
+
export declare const StateTransitionDefinitionScalarFieldEnum: {
|
|
6752
|
+
readonly id: "id";
|
|
6753
|
+
readonly tenantId: "tenantId";
|
|
6754
|
+
readonly entityType: "entityType";
|
|
6755
|
+
readonly fromState: "fromState";
|
|
6756
|
+
readonly toState: "toState";
|
|
6757
|
+
readonly trigger: "trigger";
|
|
6758
|
+
readonly isEnabled: "isEnabled";
|
|
6759
|
+
readonly requiresRole: "requiresRole";
|
|
6760
|
+
readonly requiresPhase: "requiresPhase";
|
|
6761
|
+
readonly sideEffects: "sideEffects";
|
|
6762
|
+
readonly description: "description";
|
|
6763
|
+
readonly createdAt: "createdAt";
|
|
6764
|
+
readonly updatedAt: "updatedAt";
|
|
6765
|
+
};
|
|
6766
|
+
export type StateTransitionDefinitionScalarFieldEnum = (typeof StateTransitionDefinitionScalarFieldEnum)[keyof typeof StateTransitionDefinitionScalarFieldEnum];
|
|
6767
|
+
export declare const StateTransitionLogScalarFieldEnum: {
|
|
6768
|
+
readonly id: "id";
|
|
6769
|
+
readonly tenantId: "tenantId";
|
|
6770
|
+
readonly entityType: "entityType";
|
|
6771
|
+
readonly entityId: "entityId";
|
|
6772
|
+
readonly fromState: "fromState";
|
|
6773
|
+
readonly toState: "toState";
|
|
6774
|
+
readonly trigger: "trigger";
|
|
6775
|
+
readonly actorId: "actorId";
|
|
6776
|
+
readonly actorType: "actorType";
|
|
6777
|
+
readonly contextSnapshot: "contextSnapshot";
|
|
6778
|
+
readonly occurredAt: "occurredAt";
|
|
6779
|
+
readonly durationMs: "durationMs";
|
|
6780
|
+
readonly wasValid: "wasValid";
|
|
6781
|
+
readonly errorMessage: "errorMessage";
|
|
6782
|
+
};
|
|
6783
|
+
export type StateTransitionLogScalarFieldEnum = (typeof StateTransitionLogScalarFieldEnum)[keyof typeof StateTransitionLogScalarFieldEnum];
|
|
6784
|
+
export declare const ScheduledJobScalarFieldEnum: {
|
|
6785
|
+
readonly id: "id";
|
|
6786
|
+
readonly tenantId: "tenantId";
|
|
6787
|
+
readonly jobType: "jobType";
|
|
6788
|
+
readonly status: "status";
|
|
6789
|
+
readonly scheduledAt: "scheduledAt";
|
|
6790
|
+
readonly startedAt: "startedAt";
|
|
6791
|
+
readonly completedAt: "completedAt";
|
|
6792
|
+
readonly durationMs: "durationMs";
|
|
6793
|
+
readonly parameters: "parameters";
|
|
6794
|
+
readonly itemsProcessed: "itemsProcessed";
|
|
6795
|
+
readonly itemsAffected: "itemsAffected";
|
|
6796
|
+
readonly errorCount: "errorCount";
|
|
6797
|
+
readonly errors: "errors";
|
|
6798
|
+
readonly summary: "summary";
|
|
6799
|
+
readonly attemptNumber: "attemptNumber";
|
|
6800
|
+
readonly maxAttempts: "maxAttempts";
|
|
6801
|
+
readonly nextRetryAt: "nextRetryAt";
|
|
6802
|
+
readonly createdAt: "createdAt";
|
|
6803
|
+
readonly updatedAt: "updatedAt";
|
|
6804
|
+
};
|
|
6805
|
+
export type ScheduledJobScalarFieldEnum = (typeof ScheduledJobScalarFieldEnum)[keyof typeof ScheduledJobScalarFieldEnum];
|
|
6806
|
+
export declare const DocumentExpiryWarningScalarFieldEnum: {
|
|
6807
|
+
readonly id: "id";
|
|
6808
|
+
readonly tenantId: "tenantId";
|
|
6809
|
+
readonly documentId: "documentId";
|
|
6810
|
+
readonly expiresAt: "expiresAt";
|
|
6811
|
+
readonly daysUntil: "daysUntil";
|
|
6812
|
+
readonly warningSent: "warningSent";
|
|
6813
|
+
readonly notificationSent: "notificationSent";
|
|
6814
|
+
readonly notificationId: "notificationId";
|
|
6815
|
+
readonly resolved: "resolved";
|
|
6816
|
+
readonly resolvedAt: "resolvedAt";
|
|
6817
|
+
readonly resolvedBy: "resolvedBy";
|
|
6818
|
+
readonly newDocumentId: "newDocumentId";
|
|
6819
|
+
readonly createdAt: "createdAt";
|
|
6820
|
+
};
|
|
6821
|
+
export type DocumentExpiryWarningScalarFieldEnum = (typeof DocumentExpiryWarningScalarFieldEnum)[keyof typeof DocumentExpiryWarningScalarFieldEnum];
|
|
6284
6822
|
export declare const SortOrder: {
|
|
6285
6823
|
readonly asc: "asc";
|
|
6286
6824
|
readonly desc: "desc";
|
|
@@ -6390,6 +6928,18 @@ export declare const OrganizationMemberOrderByRelevanceFieldEnum: {
|
|
|
6390
6928
|
readonly invitedBy: "invitedBy";
|
|
6391
6929
|
};
|
|
6392
6930
|
export type OrganizationMemberOrderByRelevanceFieldEnum = (typeof OrganizationMemberOrderByRelevanceFieldEnum)[keyof typeof OrganizationMemberOrderByRelevanceFieldEnum];
|
|
6931
|
+
export declare const BankDocumentRequirementOrderByRelevanceFieldEnum: {
|
|
6932
|
+
readonly id: "id";
|
|
6933
|
+
readonly tenantId: "tenantId";
|
|
6934
|
+
readonly organizationId: "organizationId";
|
|
6935
|
+
readonly phaseType: "phaseType";
|
|
6936
|
+
readonly paymentMethodId: "paymentMethodId";
|
|
6937
|
+
readonly documentType: "documentType";
|
|
6938
|
+
readonly documentName: "documentName";
|
|
6939
|
+
readonly description: "description";
|
|
6940
|
+
readonly allowedMimeTypes: "allowedMimeTypes";
|
|
6941
|
+
};
|
|
6942
|
+
export type BankDocumentRequirementOrderByRelevanceFieldEnum = (typeof BankDocumentRequirementOrderByRelevanceFieldEnum)[keyof typeof BankDocumentRequirementOrderByRelevanceFieldEnum];
|
|
6393
6943
|
export declare const TenantOrderByRelevanceFieldEnum: {
|
|
6394
6944
|
readonly id: "id";
|
|
6395
6945
|
readonly name: "name";
|
|
@@ -6678,6 +7228,7 @@ export declare const ApplicationOrderByRelevanceFieldEnum: {
|
|
|
6678
7228
|
readonly buyerId: "buyerId";
|
|
6679
7229
|
readonly sellerId: "sellerId";
|
|
6680
7230
|
readonly paymentMethodId: "paymentMethodId";
|
|
7231
|
+
readonly paymentMethodSnapshotHash: "paymentMethodSnapshotHash";
|
|
6681
7232
|
readonly applicationNumber: "applicationNumber";
|
|
6682
7233
|
readonly title: "title";
|
|
6683
7234
|
readonly description: "description";
|
|
@@ -6687,6 +7238,17 @@ export declare const ApplicationOrderByRelevanceFieldEnum: {
|
|
|
6687
7238
|
readonly supersededById: "supersededById";
|
|
6688
7239
|
};
|
|
6689
7240
|
export type ApplicationOrderByRelevanceFieldEnum = (typeof ApplicationOrderByRelevanceFieldEnum)[keyof typeof ApplicationOrderByRelevanceFieldEnum];
|
|
7241
|
+
export declare const ApplicationOrganizationOrderByRelevanceFieldEnum: {
|
|
7242
|
+
readonly id: "id";
|
|
7243
|
+
readonly tenantId: "tenantId";
|
|
7244
|
+
readonly applicationId: "applicationId";
|
|
7245
|
+
readonly organizationId: "organizationId";
|
|
7246
|
+
readonly assignedById: "assignedById";
|
|
7247
|
+
readonly declineReason: "declineReason";
|
|
7248
|
+
readonly escalatedToUserId: "escalatedToUserId";
|
|
7249
|
+
readonly escalationNotes: "escalationNotes";
|
|
7250
|
+
};
|
|
7251
|
+
export type ApplicationOrganizationOrderByRelevanceFieldEnum = (typeof ApplicationOrganizationOrderByRelevanceFieldEnum)[keyof typeof ApplicationOrganizationOrderByRelevanceFieldEnum];
|
|
6690
7252
|
export declare const ApplicationRefundOrderByRelevanceFieldEnum: {
|
|
6691
7253
|
readonly id: "id";
|
|
6692
7254
|
readonly tenantId: "tenantId";
|
|
@@ -6796,6 +7358,7 @@ export declare const ApplicationDocumentOrderByRelevanceFieldEnum: {
|
|
|
6796
7358
|
readonly url: "url";
|
|
6797
7359
|
readonly type: "type";
|
|
6798
7360
|
readonly uploadedById: "uploadedById";
|
|
7361
|
+
readonly expectedOrganizationId: "expectedOrganizationId";
|
|
6799
7362
|
readonly replacesDocumentId: "replacesDocumentId";
|
|
6800
7363
|
};
|
|
6801
7364
|
export type ApplicationDocumentOrderByRelevanceFieldEnum = (typeof ApplicationDocumentOrderByRelevanceFieldEnum)[keyof typeof ApplicationDocumentOrderByRelevanceFieldEnum];
|
|
@@ -6997,6 +7560,43 @@ export declare const WorkflowBlockerOrderByRelevanceFieldEnum: {
|
|
|
6997
7560
|
readonly resolutionTrigger: "resolutionTrigger";
|
|
6998
7561
|
};
|
|
6999
7562
|
export type WorkflowBlockerOrderByRelevanceFieldEnum = (typeof WorkflowBlockerOrderByRelevanceFieldEnum)[keyof typeof WorkflowBlockerOrderByRelevanceFieldEnum];
|
|
7563
|
+
export declare const StateTransitionDefinitionOrderByRelevanceFieldEnum: {
|
|
7564
|
+
readonly id: "id";
|
|
7565
|
+
readonly tenantId: "tenantId";
|
|
7566
|
+
readonly fromState: "fromState";
|
|
7567
|
+
readonly toState: "toState";
|
|
7568
|
+
readonly trigger: "trigger";
|
|
7569
|
+
readonly requiresRole: "requiresRole";
|
|
7570
|
+
readonly requiresPhase: "requiresPhase";
|
|
7571
|
+
readonly description: "description";
|
|
7572
|
+
};
|
|
7573
|
+
export type StateTransitionDefinitionOrderByRelevanceFieldEnum = (typeof StateTransitionDefinitionOrderByRelevanceFieldEnum)[keyof typeof StateTransitionDefinitionOrderByRelevanceFieldEnum];
|
|
7574
|
+
export declare const StateTransitionLogOrderByRelevanceFieldEnum: {
|
|
7575
|
+
readonly id: "id";
|
|
7576
|
+
readonly tenantId: "tenantId";
|
|
7577
|
+
readonly entityId: "entityId";
|
|
7578
|
+
readonly fromState: "fromState";
|
|
7579
|
+
readonly toState: "toState";
|
|
7580
|
+
readonly trigger: "trigger";
|
|
7581
|
+
readonly actorId: "actorId";
|
|
7582
|
+
readonly errorMessage: "errorMessage";
|
|
7583
|
+
};
|
|
7584
|
+
export type StateTransitionLogOrderByRelevanceFieldEnum = (typeof StateTransitionLogOrderByRelevanceFieldEnum)[keyof typeof StateTransitionLogOrderByRelevanceFieldEnum];
|
|
7585
|
+
export declare const ScheduledJobOrderByRelevanceFieldEnum: {
|
|
7586
|
+
readonly id: "id";
|
|
7587
|
+
readonly tenantId: "tenantId";
|
|
7588
|
+
readonly summary: "summary";
|
|
7589
|
+
};
|
|
7590
|
+
export type ScheduledJobOrderByRelevanceFieldEnum = (typeof ScheduledJobOrderByRelevanceFieldEnum)[keyof typeof ScheduledJobOrderByRelevanceFieldEnum];
|
|
7591
|
+
export declare const DocumentExpiryWarningOrderByRelevanceFieldEnum: {
|
|
7592
|
+
readonly id: "id";
|
|
7593
|
+
readonly tenantId: "tenantId";
|
|
7594
|
+
readonly documentId: "documentId";
|
|
7595
|
+
readonly notificationId: "notificationId";
|
|
7596
|
+
readonly resolvedBy: "resolvedBy";
|
|
7597
|
+
readonly newDocumentId: "newDocumentId";
|
|
7598
|
+
};
|
|
7599
|
+
export type DocumentExpiryWarningOrderByRelevanceFieldEnum = (typeof DocumentExpiryWarningOrderByRelevanceFieldEnum)[keyof typeof DocumentExpiryWarningOrderByRelevanceFieldEnum];
|
|
7000
7600
|
/**
|
|
7001
7601
|
* Field references
|
|
7002
7602
|
*/
|
|
@@ -7041,13 +7641,17 @@ export type EnumOrganizationRoleFieldRefInput<$PrismaModel> = FieldRefInputType<
|
|
|
7041
7641
|
*/
|
|
7042
7642
|
export type DecimalFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Decimal'>;
|
|
7043
7643
|
/**
|
|
7044
|
-
* Reference to a field of type '
|
|
7644
|
+
* Reference to a field of type 'BankDocumentModifier'
|
|
7045
7645
|
*/
|
|
7046
|
-
export type
|
|
7646
|
+
export type EnumBankDocumentModifierFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'BankDocumentModifier'>;
|
|
7047
7647
|
/**
|
|
7048
7648
|
* Reference to a field of type 'Int'
|
|
7049
7649
|
*/
|
|
7050
7650
|
export type IntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Int'>;
|
|
7651
|
+
/**
|
|
7652
|
+
* Reference to a field of type 'Float'
|
|
7653
|
+
*/
|
|
7654
|
+
export type FloatFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Float'>;
|
|
7051
7655
|
/**
|
|
7052
7656
|
* Reference to a field of type 'UploadedBy'
|
|
7053
7657
|
*/
|
|
@@ -7112,6 +7716,14 @@ export type EnumFieldTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$Prisma
|
|
|
7112
7716
|
* Reference to a field of type 'ApplicationStatus'
|
|
7113
7717
|
*/
|
|
7114
7718
|
export type EnumApplicationStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ApplicationStatus'>;
|
|
7719
|
+
/**
|
|
7720
|
+
* Reference to a field of type 'ApplicationOrganizationRole'
|
|
7721
|
+
*/
|
|
7722
|
+
export type EnumApplicationOrganizationRoleFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ApplicationOrganizationRole'>;
|
|
7723
|
+
/**
|
|
7724
|
+
* Reference to a field of type 'ApplicationOrganizationStatus'
|
|
7725
|
+
*/
|
|
7726
|
+
export type EnumApplicationOrganizationStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ApplicationOrganizationStatus'>;
|
|
7115
7727
|
/**
|
|
7116
7728
|
* Reference to a field of type 'RefundStatus'
|
|
7117
7729
|
*/
|
|
@@ -7228,6 +7840,18 @@ export type EnumBlockerCategoryFieldRefInput<$PrismaModel> = FieldRefInputType<$
|
|
|
7228
7840
|
* Reference to a field of type 'BlockerUrgency'
|
|
7229
7841
|
*/
|
|
7230
7842
|
export type EnumBlockerUrgencyFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'BlockerUrgency'>;
|
|
7843
|
+
/**
|
|
7844
|
+
* Reference to a field of type 'StateMachineEntity'
|
|
7845
|
+
*/
|
|
7846
|
+
export type EnumStateMachineEntityFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'StateMachineEntity'>;
|
|
7847
|
+
/**
|
|
7848
|
+
* Reference to a field of type 'ScheduledJobType'
|
|
7849
|
+
*/
|
|
7850
|
+
export type EnumScheduledJobTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ScheduledJobType'>;
|
|
7851
|
+
/**
|
|
7852
|
+
* Reference to a field of type 'ScheduledJobStatus'
|
|
7853
|
+
*/
|
|
7854
|
+
export type EnumScheduledJobStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ScheduledJobStatus'>;
|
|
7231
7855
|
/**
|
|
7232
7856
|
* Batch Payload for updateMany & deleteMany & createMany
|
|
7233
7857
|
*/
|
|
@@ -7330,6 +7954,7 @@ export type GlobalOmitConfig = {
|
|
|
7330
7954
|
tenantMembership?: Prisma.TenantMembershipOmit;
|
|
7331
7955
|
organization?: Prisma.OrganizationOmit;
|
|
7332
7956
|
organizationMember?: Prisma.OrganizationMemberOmit;
|
|
7957
|
+
bankDocumentRequirement?: Prisma.BankDocumentRequirementOmit;
|
|
7333
7958
|
tenant?: Prisma.TenantOmit;
|
|
7334
7959
|
apiKey?: Prisma.ApiKeyOmit;
|
|
7335
7960
|
refreshToken?: Prisma.RefreshTokenOmit;
|
|
@@ -7366,6 +7991,7 @@ export type GlobalOmitConfig = {
|
|
|
7366
7991
|
paymentMethodPhaseDocument?: Prisma.PaymentMethodPhaseDocumentOmit;
|
|
7367
7992
|
paymentMethodPhaseField?: Prisma.PaymentMethodPhaseFieldOmit;
|
|
7368
7993
|
application?: Prisma.ApplicationOmit;
|
|
7994
|
+
applicationOrganization?: Prisma.ApplicationOrganizationOmit;
|
|
7369
7995
|
applicationRefund?: Prisma.ApplicationRefundOmit;
|
|
7370
7996
|
applicationPhase?: Prisma.ApplicationPhaseOmit;
|
|
7371
7997
|
questionnairePhase?: Prisma.QuestionnairePhaseOmit;
|
|
@@ -7394,6 +8020,10 @@ export type GlobalOmitConfig = {
|
|
|
7394
8020
|
propertyTransferRequest?: Prisma.PropertyTransferRequestOmit;
|
|
7395
8021
|
approvalRequest?: Prisma.ApprovalRequestOmit;
|
|
7396
8022
|
workflowBlocker?: Prisma.WorkflowBlockerOmit;
|
|
8023
|
+
stateTransitionDefinition?: Prisma.StateTransitionDefinitionOmit;
|
|
8024
|
+
stateTransitionLog?: Prisma.StateTransitionLogOmit;
|
|
8025
|
+
scheduledJob?: Prisma.ScheduledJobOmit;
|
|
8026
|
+
documentExpiryWarning?: Prisma.DocumentExpiryWarningOmit;
|
|
7397
8027
|
};
|
|
7398
8028
|
export type LogLevel = 'info' | 'query' | 'warn' | 'error';
|
|
7399
8029
|
export type LogDefinition = {
|