@valentine-efagene/qshelter-common 2.0.144 → 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 +0 -23
- package/dist/generated/client/client.d.ts +0 -23
- package/dist/generated/client/commonInputTypes.d.ts +0 -120
- package/dist/generated/client/enums.d.ts +0 -31
- package/dist/generated/client/enums.js +0 -27
- package/dist/generated/client/internal/class.d.ts +0 -44
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +1 -397
- package/dist/generated/client/internal/prismaNamespace.js +0 -104
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +0 -112
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +0 -104
- 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/Tenant.d.ts +115 -1852
- package/dist/generated/client/models/index.d.ts +0 -4
- package/dist/generated/client/models/index.js +0 -4
- package/dist/generated/client/models.d.ts +0 -4
- package/dist/src/prisma/tenant.js +0 -2
- package/package.json +1 -1
- package/prisma/schema.prisma +29 -251
|
@@ -299,14 +299,10 @@ export declare const ModelName: {
|
|
|
299
299
|
readonly EventChannel: "EventChannel";
|
|
300
300
|
readonly EventType: "EventType";
|
|
301
301
|
readonly EventHandler: "EventHandler";
|
|
302
|
-
readonly WorkflowEvent: "WorkflowEvent";
|
|
303
|
-
readonly EventHandlerExecution: "EventHandlerExecution";
|
|
304
302
|
readonly DomainEvent: "DomainEvent";
|
|
305
303
|
readonly PropertyTransferRequest: "PropertyTransferRequest";
|
|
306
304
|
readonly ApprovalRequest: "ApprovalRequest";
|
|
307
305
|
readonly WorkflowBlocker: "WorkflowBlocker";
|
|
308
|
-
readonly StateTransitionDefinition: "StateTransitionDefinition";
|
|
309
|
-
readonly StateTransitionLog: "StateTransitionLog";
|
|
310
306
|
readonly ScheduledJob: "ScheduledJob";
|
|
311
307
|
readonly DocumentExpiryWarning: "DocumentExpiryWarning";
|
|
312
308
|
};
|
|
@@ -321,7 +317,7 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
321
317
|
omit: GlobalOmitOptions;
|
|
322
318
|
};
|
|
323
319
|
meta: {
|
|
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" | "
|
|
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";
|
|
325
321
|
txIsolationLevel: TransactionIsolationLevel;
|
|
326
322
|
};
|
|
327
323
|
model: {
|
|
@@ -4813,138 +4809,6 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
4813
4809
|
};
|
|
4814
4810
|
};
|
|
4815
4811
|
};
|
|
4816
|
-
WorkflowEvent: {
|
|
4817
|
-
payload: Prisma.$WorkflowEventPayload<ExtArgs>;
|
|
4818
|
-
fields: Prisma.WorkflowEventFieldRefs;
|
|
4819
|
-
operations: {
|
|
4820
|
-
findUnique: {
|
|
4821
|
-
args: Prisma.WorkflowEventFindUniqueArgs<ExtArgs>;
|
|
4822
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowEventPayload> | null;
|
|
4823
|
-
};
|
|
4824
|
-
findUniqueOrThrow: {
|
|
4825
|
-
args: Prisma.WorkflowEventFindUniqueOrThrowArgs<ExtArgs>;
|
|
4826
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowEventPayload>;
|
|
4827
|
-
};
|
|
4828
|
-
findFirst: {
|
|
4829
|
-
args: Prisma.WorkflowEventFindFirstArgs<ExtArgs>;
|
|
4830
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowEventPayload> | null;
|
|
4831
|
-
};
|
|
4832
|
-
findFirstOrThrow: {
|
|
4833
|
-
args: Prisma.WorkflowEventFindFirstOrThrowArgs<ExtArgs>;
|
|
4834
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowEventPayload>;
|
|
4835
|
-
};
|
|
4836
|
-
findMany: {
|
|
4837
|
-
args: Prisma.WorkflowEventFindManyArgs<ExtArgs>;
|
|
4838
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowEventPayload>[];
|
|
4839
|
-
};
|
|
4840
|
-
create: {
|
|
4841
|
-
args: Prisma.WorkflowEventCreateArgs<ExtArgs>;
|
|
4842
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowEventPayload>;
|
|
4843
|
-
};
|
|
4844
|
-
createMany: {
|
|
4845
|
-
args: Prisma.WorkflowEventCreateManyArgs<ExtArgs>;
|
|
4846
|
-
result: BatchPayload;
|
|
4847
|
-
};
|
|
4848
|
-
delete: {
|
|
4849
|
-
args: Prisma.WorkflowEventDeleteArgs<ExtArgs>;
|
|
4850
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowEventPayload>;
|
|
4851
|
-
};
|
|
4852
|
-
update: {
|
|
4853
|
-
args: Prisma.WorkflowEventUpdateArgs<ExtArgs>;
|
|
4854
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowEventPayload>;
|
|
4855
|
-
};
|
|
4856
|
-
deleteMany: {
|
|
4857
|
-
args: Prisma.WorkflowEventDeleteManyArgs<ExtArgs>;
|
|
4858
|
-
result: BatchPayload;
|
|
4859
|
-
};
|
|
4860
|
-
updateMany: {
|
|
4861
|
-
args: Prisma.WorkflowEventUpdateManyArgs<ExtArgs>;
|
|
4862
|
-
result: BatchPayload;
|
|
4863
|
-
};
|
|
4864
|
-
upsert: {
|
|
4865
|
-
args: Prisma.WorkflowEventUpsertArgs<ExtArgs>;
|
|
4866
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowEventPayload>;
|
|
4867
|
-
};
|
|
4868
|
-
aggregate: {
|
|
4869
|
-
args: Prisma.WorkflowEventAggregateArgs<ExtArgs>;
|
|
4870
|
-
result: runtime.Types.Utils.Optional<Prisma.AggregateWorkflowEvent>;
|
|
4871
|
-
};
|
|
4872
|
-
groupBy: {
|
|
4873
|
-
args: Prisma.WorkflowEventGroupByArgs<ExtArgs>;
|
|
4874
|
-
result: runtime.Types.Utils.Optional<Prisma.WorkflowEventGroupByOutputType>[];
|
|
4875
|
-
};
|
|
4876
|
-
count: {
|
|
4877
|
-
args: Prisma.WorkflowEventCountArgs<ExtArgs>;
|
|
4878
|
-
result: runtime.Types.Utils.Optional<Prisma.WorkflowEventCountAggregateOutputType> | number;
|
|
4879
|
-
};
|
|
4880
|
-
};
|
|
4881
|
-
};
|
|
4882
|
-
EventHandlerExecution: {
|
|
4883
|
-
payload: Prisma.$EventHandlerExecutionPayload<ExtArgs>;
|
|
4884
|
-
fields: Prisma.EventHandlerExecutionFieldRefs;
|
|
4885
|
-
operations: {
|
|
4886
|
-
findUnique: {
|
|
4887
|
-
args: Prisma.EventHandlerExecutionFindUniqueArgs<ExtArgs>;
|
|
4888
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$EventHandlerExecutionPayload> | null;
|
|
4889
|
-
};
|
|
4890
|
-
findUniqueOrThrow: {
|
|
4891
|
-
args: Prisma.EventHandlerExecutionFindUniqueOrThrowArgs<ExtArgs>;
|
|
4892
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$EventHandlerExecutionPayload>;
|
|
4893
|
-
};
|
|
4894
|
-
findFirst: {
|
|
4895
|
-
args: Prisma.EventHandlerExecutionFindFirstArgs<ExtArgs>;
|
|
4896
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$EventHandlerExecutionPayload> | null;
|
|
4897
|
-
};
|
|
4898
|
-
findFirstOrThrow: {
|
|
4899
|
-
args: Prisma.EventHandlerExecutionFindFirstOrThrowArgs<ExtArgs>;
|
|
4900
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$EventHandlerExecutionPayload>;
|
|
4901
|
-
};
|
|
4902
|
-
findMany: {
|
|
4903
|
-
args: Prisma.EventHandlerExecutionFindManyArgs<ExtArgs>;
|
|
4904
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$EventHandlerExecutionPayload>[];
|
|
4905
|
-
};
|
|
4906
|
-
create: {
|
|
4907
|
-
args: Prisma.EventHandlerExecutionCreateArgs<ExtArgs>;
|
|
4908
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$EventHandlerExecutionPayload>;
|
|
4909
|
-
};
|
|
4910
|
-
createMany: {
|
|
4911
|
-
args: Prisma.EventHandlerExecutionCreateManyArgs<ExtArgs>;
|
|
4912
|
-
result: BatchPayload;
|
|
4913
|
-
};
|
|
4914
|
-
delete: {
|
|
4915
|
-
args: Prisma.EventHandlerExecutionDeleteArgs<ExtArgs>;
|
|
4916
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$EventHandlerExecutionPayload>;
|
|
4917
|
-
};
|
|
4918
|
-
update: {
|
|
4919
|
-
args: Prisma.EventHandlerExecutionUpdateArgs<ExtArgs>;
|
|
4920
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$EventHandlerExecutionPayload>;
|
|
4921
|
-
};
|
|
4922
|
-
deleteMany: {
|
|
4923
|
-
args: Prisma.EventHandlerExecutionDeleteManyArgs<ExtArgs>;
|
|
4924
|
-
result: BatchPayload;
|
|
4925
|
-
};
|
|
4926
|
-
updateMany: {
|
|
4927
|
-
args: Prisma.EventHandlerExecutionUpdateManyArgs<ExtArgs>;
|
|
4928
|
-
result: BatchPayload;
|
|
4929
|
-
};
|
|
4930
|
-
upsert: {
|
|
4931
|
-
args: Prisma.EventHandlerExecutionUpsertArgs<ExtArgs>;
|
|
4932
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$EventHandlerExecutionPayload>;
|
|
4933
|
-
};
|
|
4934
|
-
aggregate: {
|
|
4935
|
-
args: Prisma.EventHandlerExecutionAggregateArgs<ExtArgs>;
|
|
4936
|
-
result: runtime.Types.Utils.Optional<Prisma.AggregateEventHandlerExecution>;
|
|
4937
|
-
};
|
|
4938
|
-
groupBy: {
|
|
4939
|
-
args: Prisma.EventHandlerExecutionGroupByArgs<ExtArgs>;
|
|
4940
|
-
result: runtime.Types.Utils.Optional<Prisma.EventHandlerExecutionGroupByOutputType>[];
|
|
4941
|
-
};
|
|
4942
|
-
count: {
|
|
4943
|
-
args: Prisma.EventHandlerExecutionCountArgs<ExtArgs>;
|
|
4944
|
-
result: runtime.Types.Utils.Optional<Prisma.EventHandlerExecutionCountAggregateOutputType> | number;
|
|
4945
|
-
};
|
|
4946
|
-
};
|
|
4947
|
-
};
|
|
4948
4812
|
DomainEvent: {
|
|
4949
4813
|
payload: Prisma.$DomainEventPayload<ExtArgs>;
|
|
4950
4814
|
fields: Prisma.DomainEventFieldRefs;
|
|
@@ -5209,138 +5073,6 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
5209
5073
|
};
|
|
5210
5074
|
};
|
|
5211
5075
|
};
|
|
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
5076
|
ScheduledJob: {
|
|
5345
5077
|
payload: Prisma.$ScheduledJobPayload<ExtArgs>;
|
|
5346
5078
|
fields: Prisma.ScheduledJobFieldRefs;
|
|
@@ -6619,39 +6351,6 @@ export declare const EventHandlerScalarFieldEnum: {
|
|
|
6619
6351
|
readonly updatedAt: "updatedAt";
|
|
6620
6352
|
};
|
|
6621
6353
|
export type EventHandlerScalarFieldEnum = (typeof EventHandlerScalarFieldEnum)[keyof typeof EventHandlerScalarFieldEnum];
|
|
6622
|
-
export declare const WorkflowEventScalarFieldEnum: {
|
|
6623
|
-
readonly id: "id";
|
|
6624
|
-
readonly tenantId: "tenantId";
|
|
6625
|
-
readonly eventTypeId: "eventTypeId";
|
|
6626
|
-
readonly payload: "payload";
|
|
6627
|
-
readonly correlationId: "correlationId";
|
|
6628
|
-
readonly causationId: "causationId";
|
|
6629
|
-
readonly source: "source";
|
|
6630
|
-
readonly actorId: "actorId";
|
|
6631
|
-
readonly actorType: "actorType";
|
|
6632
|
-
readonly status: "status";
|
|
6633
|
-
readonly error: "error";
|
|
6634
|
-
readonly processedAt: "processedAt";
|
|
6635
|
-
readonly createdAt: "createdAt";
|
|
6636
|
-
};
|
|
6637
|
-
export type WorkflowEventScalarFieldEnum = (typeof WorkflowEventScalarFieldEnum)[keyof typeof WorkflowEventScalarFieldEnum];
|
|
6638
|
-
export declare const EventHandlerExecutionScalarFieldEnum: {
|
|
6639
|
-
readonly id: "id";
|
|
6640
|
-
readonly tenantId: "tenantId";
|
|
6641
|
-
readonly eventId: "eventId";
|
|
6642
|
-
readonly handlerId: "handlerId";
|
|
6643
|
-
readonly status: "status";
|
|
6644
|
-
readonly attempt: "attempt";
|
|
6645
|
-
readonly input: "input";
|
|
6646
|
-
readonly output: "output";
|
|
6647
|
-
readonly error: "error";
|
|
6648
|
-
readonly errorCode: "errorCode";
|
|
6649
|
-
readonly startedAt: "startedAt";
|
|
6650
|
-
readonly completedAt: "completedAt";
|
|
6651
|
-
readonly durationMs: "durationMs";
|
|
6652
|
-
readonly createdAt: "createdAt";
|
|
6653
|
-
};
|
|
6654
|
-
export type EventHandlerExecutionScalarFieldEnum = (typeof EventHandlerExecutionScalarFieldEnum)[keyof typeof EventHandlerExecutionScalarFieldEnum];
|
|
6655
6354
|
export declare const DomainEventScalarFieldEnum: {
|
|
6656
6355
|
readonly id: "id";
|
|
6657
6356
|
readonly tenantId: "tenantId";
|
|
@@ -6748,39 +6447,6 @@ export declare const WorkflowBlockerScalarFieldEnum: {
|
|
|
6748
6447
|
readonly updatedAt: "updatedAt";
|
|
6749
6448
|
};
|
|
6750
6449
|
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
6450
|
export declare const ScheduledJobScalarFieldEnum: {
|
|
6785
6451
|
readonly id: "id";
|
|
6786
6452
|
readonly tenantId: "tenantId";
|
|
@@ -7487,26 +7153,6 @@ export declare const EventHandlerOrderByRelevanceFieldEnum: {
|
|
|
7487
7153
|
readonly filterCondition: "filterCondition";
|
|
7488
7154
|
};
|
|
7489
7155
|
export type EventHandlerOrderByRelevanceFieldEnum = (typeof EventHandlerOrderByRelevanceFieldEnum)[keyof typeof EventHandlerOrderByRelevanceFieldEnum];
|
|
7490
|
-
export declare const WorkflowEventOrderByRelevanceFieldEnum: {
|
|
7491
|
-
readonly id: "id";
|
|
7492
|
-
readonly tenantId: "tenantId";
|
|
7493
|
-
readonly eventTypeId: "eventTypeId";
|
|
7494
|
-
readonly correlationId: "correlationId";
|
|
7495
|
-
readonly causationId: "causationId";
|
|
7496
|
-
readonly source: "source";
|
|
7497
|
-
readonly actorId: "actorId";
|
|
7498
|
-
readonly error: "error";
|
|
7499
|
-
};
|
|
7500
|
-
export type WorkflowEventOrderByRelevanceFieldEnum = (typeof WorkflowEventOrderByRelevanceFieldEnum)[keyof typeof WorkflowEventOrderByRelevanceFieldEnum];
|
|
7501
|
-
export declare const EventHandlerExecutionOrderByRelevanceFieldEnum: {
|
|
7502
|
-
readonly id: "id";
|
|
7503
|
-
readonly tenantId: "tenantId";
|
|
7504
|
-
readonly eventId: "eventId";
|
|
7505
|
-
readonly handlerId: "handlerId";
|
|
7506
|
-
readonly error: "error";
|
|
7507
|
-
readonly errorCode: "errorCode";
|
|
7508
|
-
};
|
|
7509
|
-
export type EventHandlerExecutionOrderByRelevanceFieldEnum = (typeof EventHandlerExecutionOrderByRelevanceFieldEnum)[keyof typeof EventHandlerExecutionOrderByRelevanceFieldEnum];
|
|
7510
7156
|
export declare const DomainEventOrderByRelevanceFieldEnum: {
|
|
7511
7157
|
readonly id: "id";
|
|
7512
7158
|
readonly tenantId: "tenantId";
|
|
@@ -7560,28 +7206,6 @@ export declare const WorkflowBlockerOrderByRelevanceFieldEnum: {
|
|
|
7560
7206
|
readonly resolutionTrigger: "resolutionTrigger";
|
|
7561
7207
|
};
|
|
7562
7208
|
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
7209
|
export declare const ScheduledJobOrderByRelevanceFieldEnum: {
|
|
7586
7210
|
readonly id: "id";
|
|
7587
7211
|
readonly tenantId: "tenantId";
|
|
@@ -7796,18 +7420,6 @@ export type EnumDocumentRequirementContextFieldRefInput<$PrismaModel> = FieldRef
|
|
|
7796
7420
|
* Reference to a field of type 'EventHandlerType'
|
|
7797
7421
|
*/
|
|
7798
7422
|
export type EnumEventHandlerTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'EventHandlerType'>;
|
|
7799
|
-
/**
|
|
7800
|
-
* Reference to a field of type 'ActorType'
|
|
7801
|
-
*/
|
|
7802
|
-
export type EnumActorTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ActorType'>;
|
|
7803
|
-
/**
|
|
7804
|
-
* Reference to a field of type 'WorkflowEventStatus'
|
|
7805
|
-
*/
|
|
7806
|
-
export type EnumWorkflowEventStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'WorkflowEventStatus'>;
|
|
7807
|
-
/**
|
|
7808
|
-
* Reference to a field of type 'ExecutionStatus'
|
|
7809
|
-
*/
|
|
7810
|
-
export type EnumExecutionStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ExecutionStatus'>;
|
|
7811
7423
|
/**
|
|
7812
7424
|
* Reference to a field of type 'TransferRequestStatus'
|
|
7813
7425
|
*/
|
|
@@ -7840,10 +7452,6 @@ export type EnumBlockerCategoryFieldRefInput<$PrismaModel> = FieldRefInputType<$
|
|
|
7840
7452
|
* Reference to a field of type 'BlockerUrgency'
|
|
7841
7453
|
*/
|
|
7842
7454
|
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
7455
|
/**
|
|
7848
7456
|
* Reference to a field of type 'ScheduledJobType'
|
|
7849
7457
|
*/
|
|
@@ -8014,14 +7622,10 @@ export type GlobalOmitConfig = {
|
|
|
8014
7622
|
eventChannel?: Prisma.EventChannelOmit;
|
|
8015
7623
|
eventType?: Prisma.EventTypeOmit;
|
|
8016
7624
|
eventHandler?: Prisma.EventHandlerOmit;
|
|
8017
|
-
workflowEvent?: Prisma.WorkflowEventOmit;
|
|
8018
|
-
eventHandlerExecution?: Prisma.EventHandlerExecutionOmit;
|
|
8019
7625
|
domainEvent?: Prisma.DomainEventOmit;
|
|
8020
7626
|
propertyTransferRequest?: Prisma.PropertyTransferRequestOmit;
|
|
8021
7627
|
approvalRequest?: Prisma.ApprovalRequestOmit;
|
|
8022
7628
|
workflowBlocker?: Prisma.WorkflowBlockerOmit;
|
|
8023
|
-
stateTransitionDefinition?: Prisma.StateTransitionDefinitionOmit;
|
|
8024
|
-
stateTransitionLog?: Prisma.StateTransitionLogOmit;
|
|
8025
7629
|
scheduledJob?: Prisma.ScheduledJobOmit;
|
|
8026
7630
|
documentExpiryWarning?: Prisma.DocumentExpiryWarningOmit;
|
|
8027
7631
|
};
|
|
@@ -135,14 +135,10 @@ export const ModelName = {
|
|
|
135
135
|
EventChannel: 'EventChannel',
|
|
136
136
|
EventType: 'EventType',
|
|
137
137
|
EventHandler: 'EventHandler',
|
|
138
|
-
WorkflowEvent: 'WorkflowEvent',
|
|
139
|
-
EventHandlerExecution: 'EventHandlerExecution',
|
|
140
138
|
DomainEvent: 'DomainEvent',
|
|
141
139
|
PropertyTransferRequest: 'PropertyTransferRequest',
|
|
142
140
|
ApprovalRequest: 'ApprovalRequest',
|
|
143
141
|
WorkflowBlocker: 'WorkflowBlocker',
|
|
144
|
-
StateTransitionDefinition: 'StateTransitionDefinition',
|
|
145
|
-
StateTransitionLog: 'StateTransitionLog',
|
|
146
142
|
ScheduledJob: 'ScheduledJob',
|
|
147
143
|
DocumentExpiryWarning: 'DocumentExpiryWarning'
|
|
148
144
|
};
|
|
@@ -1199,37 +1195,6 @@ export const EventHandlerScalarFieldEnum = {
|
|
|
1199
1195
|
createdAt: 'createdAt',
|
|
1200
1196
|
updatedAt: 'updatedAt'
|
|
1201
1197
|
};
|
|
1202
|
-
export const WorkflowEventScalarFieldEnum = {
|
|
1203
|
-
id: 'id',
|
|
1204
|
-
tenantId: 'tenantId',
|
|
1205
|
-
eventTypeId: 'eventTypeId',
|
|
1206
|
-
payload: 'payload',
|
|
1207
|
-
correlationId: 'correlationId',
|
|
1208
|
-
causationId: 'causationId',
|
|
1209
|
-
source: 'source',
|
|
1210
|
-
actorId: 'actorId',
|
|
1211
|
-
actorType: 'actorType',
|
|
1212
|
-
status: 'status',
|
|
1213
|
-
error: 'error',
|
|
1214
|
-
processedAt: 'processedAt',
|
|
1215
|
-
createdAt: 'createdAt'
|
|
1216
|
-
};
|
|
1217
|
-
export const EventHandlerExecutionScalarFieldEnum = {
|
|
1218
|
-
id: 'id',
|
|
1219
|
-
tenantId: 'tenantId',
|
|
1220
|
-
eventId: 'eventId',
|
|
1221
|
-
handlerId: 'handlerId',
|
|
1222
|
-
status: 'status',
|
|
1223
|
-
attempt: 'attempt',
|
|
1224
|
-
input: 'input',
|
|
1225
|
-
output: 'output',
|
|
1226
|
-
error: 'error',
|
|
1227
|
-
errorCode: 'errorCode',
|
|
1228
|
-
startedAt: 'startedAt',
|
|
1229
|
-
completedAt: 'completedAt',
|
|
1230
|
-
durationMs: 'durationMs',
|
|
1231
|
-
createdAt: 'createdAt'
|
|
1232
|
-
};
|
|
1233
1198
|
export const DomainEventScalarFieldEnum = {
|
|
1234
1199
|
id: 'id',
|
|
1235
1200
|
tenantId: 'tenantId',
|
|
@@ -1322,37 +1287,6 @@ export const WorkflowBlockerScalarFieldEnum = {
|
|
|
1322
1287
|
createdAt: 'createdAt',
|
|
1323
1288
|
updatedAt: 'updatedAt'
|
|
1324
1289
|
};
|
|
1325
|
-
export const StateTransitionDefinitionScalarFieldEnum = {
|
|
1326
|
-
id: 'id',
|
|
1327
|
-
tenantId: 'tenantId',
|
|
1328
|
-
entityType: 'entityType',
|
|
1329
|
-
fromState: 'fromState',
|
|
1330
|
-
toState: 'toState',
|
|
1331
|
-
trigger: 'trigger',
|
|
1332
|
-
isEnabled: 'isEnabled',
|
|
1333
|
-
requiresRole: 'requiresRole',
|
|
1334
|
-
requiresPhase: 'requiresPhase',
|
|
1335
|
-
sideEffects: 'sideEffects',
|
|
1336
|
-
description: 'description',
|
|
1337
|
-
createdAt: 'createdAt',
|
|
1338
|
-
updatedAt: 'updatedAt'
|
|
1339
|
-
};
|
|
1340
|
-
export const StateTransitionLogScalarFieldEnum = {
|
|
1341
|
-
id: 'id',
|
|
1342
|
-
tenantId: 'tenantId',
|
|
1343
|
-
entityType: 'entityType',
|
|
1344
|
-
entityId: 'entityId',
|
|
1345
|
-
fromState: 'fromState',
|
|
1346
|
-
toState: 'toState',
|
|
1347
|
-
trigger: 'trigger',
|
|
1348
|
-
actorId: 'actorId',
|
|
1349
|
-
actorType: 'actorType',
|
|
1350
|
-
contextSnapshot: 'contextSnapshot',
|
|
1351
|
-
occurredAt: 'occurredAt',
|
|
1352
|
-
durationMs: 'durationMs',
|
|
1353
|
-
wasValid: 'wasValid',
|
|
1354
|
-
errorMessage: 'errorMessage'
|
|
1355
|
-
};
|
|
1356
1290
|
export const ScheduledJobScalarFieldEnum = {
|
|
1357
1291
|
id: 'id',
|
|
1358
1292
|
tenantId: 'tenantId',
|
|
@@ -1983,24 +1917,6 @@ export const EventHandlerOrderByRelevanceFieldEnum = {
|
|
|
1983
1917
|
description: 'description',
|
|
1984
1918
|
filterCondition: 'filterCondition'
|
|
1985
1919
|
};
|
|
1986
|
-
export const WorkflowEventOrderByRelevanceFieldEnum = {
|
|
1987
|
-
id: 'id',
|
|
1988
|
-
tenantId: 'tenantId',
|
|
1989
|
-
eventTypeId: 'eventTypeId',
|
|
1990
|
-
correlationId: 'correlationId',
|
|
1991
|
-
causationId: 'causationId',
|
|
1992
|
-
source: 'source',
|
|
1993
|
-
actorId: 'actorId',
|
|
1994
|
-
error: 'error'
|
|
1995
|
-
};
|
|
1996
|
-
export const EventHandlerExecutionOrderByRelevanceFieldEnum = {
|
|
1997
|
-
id: 'id',
|
|
1998
|
-
tenantId: 'tenantId',
|
|
1999
|
-
eventId: 'eventId',
|
|
2000
|
-
handlerId: 'handlerId',
|
|
2001
|
-
error: 'error',
|
|
2002
|
-
errorCode: 'errorCode'
|
|
2003
|
-
};
|
|
2004
1920
|
export const DomainEventOrderByRelevanceFieldEnum = {
|
|
2005
1921
|
id: 'id',
|
|
2006
1922
|
tenantId: 'tenantId',
|
|
@@ -2050,26 +1966,6 @@ export const WorkflowBlockerOrderByRelevanceFieldEnum = {
|
|
|
2050
1966
|
resolvedByActor: 'resolvedByActor',
|
|
2051
1967
|
resolutionTrigger: 'resolutionTrigger'
|
|
2052
1968
|
};
|
|
2053
|
-
export const StateTransitionDefinitionOrderByRelevanceFieldEnum = {
|
|
2054
|
-
id: 'id',
|
|
2055
|
-
tenantId: 'tenantId',
|
|
2056
|
-
fromState: 'fromState',
|
|
2057
|
-
toState: 'toState',
|
|
2058
|
-
trigger: 'trigger',
|
|
2059
|
-
requiresRole: 'requiresRole',
|
|
2060
|
-
requiresPhase: 'requiresPhase',
|
|
2061
|
-
description: 'description'
|
|
2062
|
-
};
|
|
2063
|
-
export const StateTransitionLogOrderByRelevanceFieldEnum = {
|
|
2064
|
-
id: 'id',
|
|
2065
|
-
tenantId: 'tenantId',
|
|
2066
|
-
entityId: 'entityId',
|
|
2067
|
-
fromState: 'fromState',
|
|
2068
|
-
toState: 'toState',
|
|
2069
|
-
trigger: 'trigger',
|
|
2070
|
-
actorId: 'actorId',
|
|
2071
|
-
errorMessage: 'errorMessage'
|
|
2072
|
-
};
|
|
2073
1969
|
export const ScheduledJobOrderByRelevanceFieldEnum = {
|
|
2074
1970
|
id: 'id',
|
|
2075
1971
|
tenantId: 'tenantId',
|