@valentine-efagene/qshelter-common 2.0.144 → 2.0.146

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.
@@ -178,7 +178,6 @@ export type EventTypeWhereInput = {
178
178
  tenant?: Prisma.XOR<Prisma.TenantScalarRelationFilter, Prisma.TenantWhereInput>;
179
179
  channel?: Prisma.XOR<Prisma.EventChannelScalarRelationFilter, Prisma.EventChannelWhereInput>;
180
180
  handlers?: Prisma.EventHandlerListRelationFilter;
181
- events?: Prisma.WorkflowEventListRelationFilter;
182
181
  };
183
182
  export type EventTypeOrderByWithRelationInput = {
184
183
  id?: Prisma.SortOrder;
@@ -194,7 +193,6 @@ export type EventTypeOrderByWithRelationInput = {
194
193
  tenant?: Prisma.TenantOrderByWithRelationInput;
195
194
  channel?: Prisma.EventChannelOrderByWithRelationInput;
196
195
  handlers?: Prisma.EventHandlerOrderByRelationAggregateInput;
197
- events?: Prisma.WorkflowEventOrderByRelationAggregateInput;
198
196
  _relevance?: Prisma.EventTypeOrderByRelevanceInput;
199
197
  };
200
198
  export type EventTypeWhereUniqueInput = Prisma.AtLeast<{
@@ -216,7 +214,6 @@ export type EventTypeWhereUniqueInput = Prisma.AtLeast<{
216
214
  tenant?: Prisma.XOR<Prisma.TenantScalarRelationFilter, Prisma.TenantWhereInput>;
217
215
  channel?: Prisma.XOR<Prisma.EventChannelScalarRelationFilter, Prisma.EventChannelWhereInput>;
218
216
  handlers?: Prisma.EventHandlerListRelationFilter;
219
- events?: Prisma.WorkflowEventListRelationFilter;
220
217
  }, "id" | "tenantId_code" | "channelId_code">;
221
218
  export type EventTypeOrderByWithAggregationInput = {
222
219
  id?: Prisma.SortOrder;
@@ -260,7 +257,6 @@ export type EventTypeCreateInput = {
260
257
  tenant: Prisma.TenantCreateNestedOneWithoutEventTypesInput;
261
258
  channel: Prisma.EventChannelCreateNestedOneWithoutEventTypesInput;
262
259
  handlers?: Prisma.EventHandlerCreateNestedManyWithoutEventTypeInput;
263
- events?: Prisma.WorkflowEventCreateNestedManyWithoutEventTypeInput;
264
260
  };
265
261
  export type EventTypeUncheckedCreateInput = {
266
262
  id?: string;
@@ -274,7 +270,6 @@ export type EventTypeUncheckedCreateInput = {
274
270
  createdAt?: Date | string;
275
271
  updatedAt?: Date | string;
276
272
  handlers?: Prisma.EventHandlerUncheckedCreateNestedManyWithoutEventTypeInput;
277
- events?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutEventTypeInput;
278
273
  };
279
274
  export type EventTypeUpdateInput = {
280
275
  id?: Prisma.StringFieldUpdateOperationsInput | string;
@@ -288,7 +283,6 @@ export type EventTypeUpdateInput = {
288
283
  tenant?: Prisma.TenantUpdateOneRequiredWithoutEventTypesNestedInput;
289
284
  channel?: Prisma.EventChannelUpdateOneRequiredWithoutEventTypesNestedInput;
290
285
  handlers?: Prisma.EventHandlerUpdateManyWithoutEventTypeNestedInput;
291
- events?: Prisma.WorkflowEventUpdateManyWithoutEventTypeNestedInput;
292
286
  };
293
287
  export type EventTypeUncheckedUpdateInput = {
294
288
  id?: Prisma.StringFieldUpdateOperationsInput | string;
@@ -302,7 +296,6 @@ export type EventTypeUncheckedUpdateInput = {
302
296
  createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
303
297
  updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
304
298
  handlers?: Prisma.EventHandlerUncheckedUpdateManyWithoutEventTypeNestedInput;
305
- events?: Prisma.WorkflowEventUncheckedUpdateManyWithoutEventTypeNestedInput;
306
299
  };
307
300
  export type EventTypeCreateManyInput = {
308
301
  id?: string;
@@ -485,18 +478,6 @@ export type EventTypeUpdateOneRequiredWithoutHandlersNestedInput = {
485
478
  connect?: Prisma.EventTypeWhereUniqueInput;
486
479
  update?: Prisma.XOR<Prisma.XOR<Prisma.EventTypeUpdateToOneWithWhereWithoutHandlersInput, Prisma.EventTypeUpdateWithoutHandlersInput>, Prisma.EventTypeUncheckedUpdateWithoutHandlersInput>;
487
480
  };
488
- export type EventTypeCreateNestedOneWithoutEventsInput = {
489
- create?: Prisma.XOR<Prisma.EventTypeCreateWithoutEventsInput, Prisma.EventTypeUncheckedCreateWithoutEventsInput>;
490
- connectOrCreate?: Prisma.EventTypeCreateOrConnectWithoutEventsInput;
491
- connect?: Prisma.EventTypeWhereUniqueInput;
492
- };
493
- export type EventTypeUpdateOneRequiredWithoutEventsNestedInput = {
494
- create?: Prisma.XOR<Prisma.EventTypeCreateWithoutEventsInput, Prisma.EventTypeUncheckedCreateWithoutEventsInput>;
495
- connectOrCreate?: Prisma.EventTypeCreateOrConnectWithoutEventsInput;
496
- upsert?: Prisma.EventTypeUpsertWithoutEventsInput;
497
- connect?: Prisma.EventTypeWhereUniqueInput;
498
- update?: Prisma.XOR<Prisma.XOR<Prisma.EventTypeUpdateToOneWithWhereWithoutEventsInput, Prisma.EventTypeUpdateWithoutEventsInput>, Prisma.EventTypeUncheckedUpdateWithoutEventsInput>;
499
- };
500
481
  export type EventTypeCreateWithoutTenantInput = {
501
482
  id?: string;
502
483
  code: string;
@@ -508,7 +489,6 @@ export type EventTypeCreateWithoutTenantInput = {
508
489
  updatedAt?: Date | string;
509
490
  channel: Prisma.EventChannelCreateNestedOneWithoutEventTypesInput;
510
491
  handlers?: Prisma.EventHandlerCreateNestedManyWithoutEventTypeInput;
511
- events?: Prisma.WorkflowEventCreateNestedManyWithoutEventTypeInput;
512
492
  };
513
493
  export type EventTypeUncheckedCreateWithoutTenantInput = {
514
494
  id?: string;
@@ -521,7 +501,6 @@ export type EventTypeUncheckedCreateWithoutTenantInput = {
521
501
  createdAt?: Date | string;
522
502
  updatedAt?: Date | string;
523
503
  handlers?: Prisma.EventHandlerUncheckedCreateNestedManyWithoutEventTypeInput;
524
- events?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutEventTypeInput;
525
504
  };
526
505
  export type EventTypeCreateOrConnectWithoutTenantInput = {
527
506
  where: Prisma.EventTypeWhereUniqueInput;
@@ -570,7 +549,6 @@ export type EventTypeCreateWithoutChannelInput = {
570
549
  updatedAt?: Date | string;
571
550
  tenant: Prisma.TenantCreateNestedOneWithoutEventTypesInput;
572
551
  handlers?: Prisma.EventHandlerCreateNestedManyWithoutEventTypeInput;
573
- events?: Prisma.WorkflowEventCreateNestedManyWithoutEventTypeInput;
574
552
  };
575
553
  export type EventTypeUncheckedCreateWithoutChannelInput = {
576
554
  id?: string;
@@ -583,7 +561,6 @@ export type EventTypeUncheckedCreateWithoutChannelInput = {
583
561
  createdAt?: Date | string;
584
562
  updatedAt?: Date | string;
585
563
  handlers?: Prisma.EventHandlerUncheckedCreateNestedManyWithoutEventTypeInput;
586
- events?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutEventTypeInput;
587
564
  };
588
565
  export type EventTypeCreateOrConnectWithoutChannelInput = {
589
566
  where: Prisma.EventTypeWhereUniqueInput;
@@ -617,7 +594,6 @@ export type EventTypeCreateWithoutHandlersInput = {
617
594
  updatedAt?: Date | string;
618
595
  tenant: Prisma.TenantCreateNestedOneWithoutEventTypesInput;
619
596
  channel: Prisma.EventChannelCreateNestedOneWithoutEventTypesInput;
620
- events?: Prisma.WorkflowEventCreateNestedManyWithoutEventTypeInput;
621
597
  };
622
598
  export type EventTypeUncheckedCreateWithoutHandlersInput = {
623
599
  id?: string;
@@ -630,7 +606,6 @@ export type EventTypeUncheckedCreateWithoutHandlersInput = {
630
606
  enabled?: boolean;
631
607
  createdAt?: Date | string;
632
608
  updatedAt?: Date | string;
633
- events?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutEventTypeInput;
634
609
  };
635
610
  export type EventTypeCreateOrConnectWithoutHandlersInput = {
636
611
  where: Prisma.EventTypeWhereUniqueInput;
@@ -656,7 +631,6 @@ export type EventTypeUpdateWithoutHandlersInput = {
656
631
  updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
657
632
  tenant?: Prisma.TenantUpdateOneRequiredWithoutEventTypesNestedInput;
658
633
  channel?: Prisma.EventChannelUpdateOneRequiredWithoutEventTypesNestedInput;
659
- events?: Prisma.WorkflowEventUpdateManyWithoutEventTypeNestedInput;
660
634
  };
661
635
  export type EventTypeUncheckedUpdateWithoutHandlersInput = {
662
636
  id?: Prisma.StringFieldUpdateOperationsInput | string;
@@ -669,72 +643,6 @@ export type EventTypeUncheckedUpdateWithoutHandlersInput = {
669
643
  enabled?: Prisma.BoolFieldUpdateOperationsInput | boolean;
670
644
  createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
671
645
  updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
672
- events?: Prisma.WorkflowEventUncheckedUpdateManyWithoutEventTypeNestedInput;
673
- };
674
- export type EventTypeCreateWithoutEventsInput = {
675
- id?: string;
676
- code: string;
677
- name: string;
678
- description?: string | null;
679
- payloadSchema?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
680
- enabled?: boolean;
681
- createdAt?: Date | string;
682
- updatedAt?: Date | string;
683
- tenant: Prisma.TenantCreateNestedOneWithoutEventTypesInput;
684
- channel: Prisma.EventChannelCreateNestedOneWithoutEventTypesInput;
685
- handlers?: Prisma.EventHandlerCreateNestedManyWithoutEventTypeInput;
686
- };
687
- export type EventTypeUncheckedCreateWithoutEventsInput = {
688
- id?: string;
689
- tenantId: string;
690
- channelId: string;
691
- code: string;
692
- name: string;
693
- description?: string | null;
694
- payloadSchema?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
695
- enabled?: boolean;
696
- createdAt?: Date | string;
697
- updatedAt?: Date | string;
698
- handlers?: Prisma.EventHandlerUncheckedCreateNestedManyWithoutEventTypeInput;
699
- };
700
- export type EventTypeCreateOrConnectWithoutEventsInput = {
701
- where: Prisma.EventTypeWhereUniqueInput;
702
- create: Prisma.XOR<Prisma.EventTypeCreateWithoutEventsInput, Prisma.EventTypeUncheckedCreateWithoutEventsInput>;
703
- };
704
- export type EventTypeUpsertWithoutEventsInput = {
705
- update: Prisma.XOR<Prisma.EventTypeUpdateWithoutEventsInput, Prisma.EventTypeUncheckedUpdateWithoutEventsInput>;
706
- create: Prisma.XOR<Prisma.EventTypeCreateWithoutEventsInput, Prisma.EventTypeUncheckedCreateWithoutEventsInput>;
707
- where?: Prisma.EventTypeWhereInput;
708
- };
709
- export type EventTypeUpdateToOneWithWhereWithoutEventsInput = {
710
- where?: Prisma.EventTypeWhereInput;
711
- data: Prisma.XOR<Prisma.EventTypeUpdateWithoutEventsInput, Prisma.EventTypeUncheckedUpdateWithoutEventsInput>;
712
- };
713
- export type EventTypeUpdateWithoutEventsInput = {
714
- id?: Prisma.StringFieldUpdateOperationsInput | string;
715
- code?: Prisma.StringFieldUpdateOperationsInput | string;
716
- name?: Prisma.StringFieldUpdateOperationsInput | string;
717
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
718
- payloadSchema?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
719
- enabled?: Prisma.BoolFieldUpdateOperationsInput | boolean;
720
- createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
721
- updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
722
- tenant?: Prisma.TenantUpdateOneRequiredWithoutEventTypesNestedInput;
723
- channel?: Prisma.EventChannelUpdateOneRequiredWithoutEventTypesNestedInput;
724
- handlers?: Prisma.EventHandlerUpdateManyWithoutEventTypeNestedInput;
725
- };
726
- export type EventTypeUncheckedUpdateWithoutEventsInput = {
727
- id?: Prisma.StringFieldUpdateOperationsInput | string;
728
- tenantId?: Prisma.StringFieldUpdateOperationsInput | string;
729
- channelId?: Prisma.StringFieldUpdateOperationsInput | string;
730
- code?: Prisma.StringFieldUpdateOperationsInput | string;
731
- name?: Prisma.StringFieldUpdateOperationsInput | string;
732
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
733
- payloadSchema?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
734
- enabled?: Prisma.BoolFieldUpdateOperationsInput | boolean;
735
- createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
736
- updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
737
- handlers?: Prisma.EventHandlerUncheckedUpdateManyWithoutEventTypeNestedInput;
738
646
  };
739
647
  export type EventTypeCreateManyTenantInput = {
740
648
  id?: string;
@@ -758,7 +666,6 @@ export type EventTypeUpdateWithoutTenantInput = {
758
666
  updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
759
667
  channel?: Prisma.EventChannelUpdateOneRequiredWithoutEventTypesNestedInput;
760
668
  handlers?: Prisma.EventHandlerUpdateManyWithoutEventTypeNestedInput;
761
- events?: Prisma.WorkflowEventUpdateManyWithoutEventTypeNestedInput;
762
669
  };
763
670
  export type EventTypeUncheckedUpdateWithoutTenantInput = {
764
671
  id?: Prisma.StringFieldUpdateOperationsInput | string;
@@ -771,7 +678,6 @@ export type EventTypeUncheckedUpdateWithoutTenantInput = {
771
678
  createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
772
679
  updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
773
680
  handlers?: Prisma.EventHandlerUncheckedUpdateManyWithoutEventTypeNestedInput;
774
- events?: Prisma.WorkflowEventUncheckedUpdateManyWithoutEventTypeNestedInput;
775
681
  };
776
682
  export type EventTypeUncheckedUpdateManyWithoutTenantInput = {
777
683
  id?: Prisma.StringFieldUpdateOperationsInput | string;
@@ -806,7 +712,6 @@ export type EventTypeUpdateWithoutChannelInput = {
806
712
  updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
807
713
  tenant?: Prisma.TenantUpdateOneRequiredWithoutEventTypesNestedInput;
808
714
  handlers?: Prisma.EventHandlerUpdateManyWithoutEventTypeNestedInput;
809
- events?: Prisma.WorkflowEventUpdateManyWithoutEventTypeNestedInput;
810
715
  };
811
716
  export type EventTypeUncheckedUpdateWithoutChannelInput = {
812
717
  id?: Prisma.StringFieldUpdateOperationsInput | string;
@@ -819,7 +724,6 @@ export type EventTypeUncheckedUpdateWithoutChannelInput = {
819
724
  createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
820
725
  updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
821
726
  handlers?: Prisma.EventHandlerUncheckedUpdateManyWithoutEventTypeNestedInput;
822
- events?: Prisma.WorkflowEventUncheckedUpdateManyWithoutEventTypeNestedInput;
823
727
  };
824
728
  export type EventTypeUncheckedUpdateManyWithoutChannelInput = {
825
729
  id?: Prisma.StringFieldUpdateOperationsInput | string;
@@ -837,11 +741,9 @@ export type EventTypeUncheckedUpdateManyWithoutChannelInput = {
837
741
  */
838
742
  export type EventTypeCountOutputType = {
839
743
  handlers: number;
840
- events: number;
841
744
  };
842
745
  export type EventTypeCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
843
746
  handlers?: boolean | EventTypeCountOutputTypeCountHandlersArgs;
844
- events?: boolean | EventTypeCountOutputTypeCountEventsArgs;
845
747
  };
846
748
  /**
847
749
  * EventTypeCountOutputType without action
@@ -858,12 +760,6 @@ export type EventTypeCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Ex
858
760
  export type EventTypeCountOutputTypeCountHandlersArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
859
761
  where?: Prisma.EventHandlerWhereInput;
860
762
  };
861
- /**
862
- * EventTypeCountOutputType without action
863
- */
864
- export type EventTypeCountOutputTypeCountEventsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
865
- where?: Prisma.WorkflowEventWhereInput;
866
- };
867
763
  export type EventTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
868
764
  id?: boolean;
869
765
  tenantId?: boolean;
@@ -878,7 +774,6 @@ export type EventTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArg
878
774
  tenant?: boolean | Prisma.TenantDefaultArgs<ExtArgs>;
879
775
  channel?: boolean | Prisma.EventChannelDefaultArgs<ExtArgs>;
880
776
  handlers?: boolean | Prisma.EventType$handlersArgs<ExtArgs>;
881
- events?: boolean | Prisma.EventType$eventsArgs<ExtArgs>;
882
777
  _count?: boolean | Prisma.EventTypeCountOutputTypeDefaultArgs<ExtArgs>;
883
778
  }, ExtArgs["result"]["eventType"]>;
884
779
  export type EventTypeSelectScalar = {
@@ -898,7 +793,6 @@ export type EventTypeInclude<ExtArgs extends runtime.Types.Extensions.InternalAr
898
793
  tenant?: boolean | Prisma.TenantDefaultArgs<ExtArgs>;
899
794
  channel?: boolean | Prisma.EventChannelDefaultArgs<ExtArgs>;
900
795
  handlers?: boolean | Prisma.EventType$handlersArgs<ExtArgs>;
901
- events?: boolean | Prisma.EventType$eventsArgs<ExtArgs>;
902
796
  _count?: boolean | Prisma.EventTypeCountOutputTypeDefaultArgs<ExtArgs>;
903
797
  };
904
798
  export type $EventTypePayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
@@ -910,10 +804,6 @@ export type $EventTypePayload<ExtArgs extends runtime.Types.Extensions.InternalA
910
804
  * Handlers subscribed to this event type
911
805
  */
912
806
  handlers: Prisma.$EventHandlerPayload<ExtArgs>[];
913
- /**
914
- * Actual event instances of this type
915
- */
916
- events: Prisma.$WorkflowEventPayload<ExtArgs>[];
917
807
  };
918
808
  scalars: runtime.Types.Extensions.GetPayloadResult<{
919
809
  id: string;
@@ -1224,7 +1114,6 @@ export interface Prisma__EventTypeClient<T, Null = never, ExtArgs extends runtim
1224
1114
  tenant<T extends Prisma.TenantDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.TenantDefaultArgs<ExtArgs>>): Prisma.Prisma__TenantClient<runtime.Types.Result.GetResult<Prisma.$TenantPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
1225
1115
  channel<T extends Prisma.EventChannelDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventChannelDefaultArgs<ExtArgs>>): Prisma.Prisma__EventChannelClient<runtime.Types.Result.GetResult<Prisma.$EventChannelPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
1226
1116
  handlers<T extends Prisma.EventType$handlersArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventType$handlersArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventHandlerPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
1227
- events<T extends Prisma.EventType$eventsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventType$eventsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$WorkflowEventPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
1228
1117
  /**
1229
1118
  * Attaches callbacks for the resolution and/or rejection of the Promise.
1230
1119
  * @param onfulfilled The callback to execute when the Promise is resolved.
@@ -1610,29 +1499,6 @@ export type EventType$handlersArgs<ExtArgs extends runtime.Types.Extensions.Inte
1610
1499
  skip?: number;
1611
1500
  distinct?: Prisma.EventHandlerScalarFieldEnum | Prisma.EventHandlerScalarFieldEnum[];
1612
1501
  };
1613
- /**
1614
- * EventType.events
1615
- */
1616
- export type EventType$eventsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1617
- /**
1618
- * Select specific fields to fetch from the WorkflowEvent
1619
- */
1620
- select?: Prisma.WorkflowEventSelect<ExtArgs> | null;
1621
- /**
1622
- * Omit specific fields from the WorkflowEvent
1623
- */
1624
- omit?: Prisma.WorkflowEventOmit<ExtArgs> | null;
1625
- /**
1626
- * Choose, which related nodes to fetch as well
1627
- */
1628
- include?: Prisma.WorkflowEventInclude<ExtArgs> | null;
1629
- where?: Prisma.WorkflowEventWhereInput;
1630
- orderBy?: Prisma.WorkflowEventOrderByWithRelationInput | Prisma.WorkflowEventOrderByWithRelationInput[];
1631
- cursor?: Prisma.WorkflowEventWhereUniqueInput;
1632
- take?: number;
1633
- skip?: number;
1634
- distinct?: Prisma.WorkflowEventScalarFieldEnum | Prisma.WorkflowEventScalarFieldEnum[];
1635
- };
1636
1502
  /**
1637
1503
  * EventType without action
1638
1504
  */