telescope-prisma-client 0.0.104 → 0.0.106
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/generatedClient/edge.js +5 -4
- package/dist/generatedClient/index-browser.js +2 -1
- package/dist/generatedClient/index.d.ts +83 -1
- package/dist/generatedClient/index.js +5 -4
- package/dist/generatedClient/schema.prisma +1 -0
- package/dist/schema.prisma +1 -0
- package/package.json +1 -1
- package/schema.prisma +1 -0
|
@@ -140,7 +140,8 @@ exports.Prisma.UserScalarFieldEnum = {
|
|
|
140
140
|
facebook_click_id: 'facebook_click_id',
|
|
141
141
|
reddit_click_id: 'reddit_click_id',
|
|
142
142
|
registered_on_mobile: 'registered_on_mobile',
|
|
143
|
-
last_visited_upgrade_pro: 'last_visited_upgrade_pro'
|
|
143
|
+
last_visited_upgrade_pro: 'last_visited_upgrade_pro',
|
|
144
|
+
abused_skip_nudges: 'abused_skip_nudges'
|
|
144
145
|
};
|
|
145
146
|
|
|
146
147
|
exports.Prisma.MergeConnectionScalarFieldEnum = {
|
|
@@ -3227,6 +3227,7 @@ export namespace Prisma {
|
|
|
3227
3227
|
reddit_click_id: number
|
|
3228
3228
|
registered_on_mobile: number
|
|
3229
3229
|
last_visited_upgrade_pro: number
|
|
3230
|
+
abused_skip_nudges: number
|
|
3230
3231
|
_all: number
|
|
3231
3232
|
}
|
|
3232
3233
|
|
|
@@ -3343,6 +3344,7 @@ export namespace Prisma {
|
|
|
3343
3344
|
reddit_click_id?: true
|
|
3344
3345
|
registered_on_mobile?: true
|
|
3345
3346
|
last_visited_upgrade_pro?: true
|
|
3347
|
+
abused_skip_nudges?: true
|
|
3346
3348
|
_all?: true
|
|
3347
3349
|
}
|
|
3348
3350
|
|
|
@@ -3466,6 +3468,7 @@ export namespace Prisma {
|
|
|
3466
3468
|
reddit_click_id: string | null
|
|
3467
3469
|
registered_on_mobile: boolean | null
|
|
3468
3470
|
last_visited_upgrade_pro: Date | null
|
|
3471
|
+
abused_skip_nudges: Date[]
|
|
3469
3472
|
_count: UserCountAggregateOutputType | null
|
|
3470
3473
|
_avg: UserAvgAggregateOutputType | null
|
|
3471
3474
|
_sum: UserSumAggregateOutputType | null
|
|
@@ -3521,6 +3524,7 @@ export namespace Prisma {
|
|
|
3521
3524
|
reddit_click_id?: boolean
|
|
3522
3525
|
registered_on_mobile?: boolean
|
|
3523
3526
|
last_visited_upgrade_pro?: boolean
|
|
3527
|
+
abused_skip_nudges?: boolean
|
|
3524
3528
|
campaigns?: boolean | User$campaignsArgs<ExtArgs>
|
|
3525
3529
|
connected_mailboxes?: boolean | User$connected_mailboxesArgs<ExtArgs>
|
|
3526
3530
|
ideal_customer_profiles?: boolean | User$ideal_customer_profilesArgs<ExtArgs>
|
|
@@ -3569,6 +3573,7 @@ export namespace Prisma {
|
|
|
3569
3573
|
reddit_click_id?: boolean
|
|
3570
3574
|
registered_on_mobile?: boolean
|
|
3571
3575
|
last_visited_upgrade_pro?: boolean
|
|
3576
|
+
abused_skip_nudges?: boolean
|
|
3572
3577
|
}
|
|
3573
3578
|
|
|
3574
3579
|
export type UserInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -3639,6 +3644,7 @@ export namespace Prisma {
|
|
|
3639
3644
|
reddit_click_id: string | null
|
|
3640
3645
|
registered_on_mobile: boolean | null
|
|
3641
3646
|
last_visited_upgrade_pro: Date | null
|
|
3647
|
+
abused_skip_nudges: Date[]
|
|
3642
3648
|
}, ExtArgs["result"]["user"]>
|
|
3643
3649
|
composites: {}
|
|
3644
3650
|
}
|
|
@@ -4087,6 +4093,7 @@ export namespace Prisma {
|
|
|
4087
4093
|
readonly reddit_click_id: FieldRef<"User", 'String'>
|
|
4088
4094
|
readonly registered_on_mobile: FieldRef<"User", 'Boolean'>
|
|
4089
4095
|
readonly last_visited_upgrade_pro: FieldRef<"User", 'DateTime'>
|
|
4096
|
+
readonly abused_skip_nudges: FieldRef<"User", 'DateTime[]'>
|
|
4090
4097
|
}
|
|
4091
4098
|
|
|
4092
4099
|
|
|
@@ -20697,7 +20704,8 @@ export namespace Prisma {
|
|
|
20697
20704
|
facebook_click_id: 'facebook_click_id',
|
|
20698
20705
|
reddit_click_id: 'reddit_click_id',
|
|
20699
20706
|
registered_on_mobile: 'registered_on_mobile',
|
|
20700
|
-
last_visited_upgrade_pro: 'last_visited_upgrade_pro'
|
|
20707
|
+
last_visited_upgrade_pro: 'last_visited_upgrade_pro',
|
|
20708
|
+
abused_skip_nudges: 'abused_skip_nudges'
|
|
20701
20709
|
};
|
|
20702
20710
|
|
|
20703
20711
|
export type UserScalarFieldEnum = (typeof UserScalarFieldEnum)[keyof typeof UserScalarFieldEnum]
|
|
@@ -21639,6 +21647,7 @@ export namespace Prisma {
|
|
|
21639
21647
|
reddit_click_id?: StringNullableFilter<"User"> | string | null
|
|
21640
21648
|
registered_on_mobile?: BoolNullableFilter<"User"> | boolean | null
|
|
21641
21649
|
last_visited_upgrade_pro?: DateTimeNullableFilter<"User"> | Date | string | null
|
|
21650
|
+
abused_skip_nudges?: DateTimeNullableListFilter<"User">
|
|
21642
21651
|
campaigns?: CampaignListRelationFilter
|
|
21643
21652
|
connected_mailboxes?: ConnectedMailboxListRelationFilter
|
|
21644
21653
|
ideal_customer_profiles?: IdealCustomerProfileListRelationFilter
|
|
@@ -21686,6 +21695,7 @@ export namespace Prisma {
|
|
|
21686
21695
|
reddit_click_id?: SortOrderInput | SortOrder
|
|
21687
21696
|
registered_on_mobile?: SortOrderInput | SortOrder
|
|
21688
21697
|
last_visited_upgrade_pro?: SortOrderInput | SortOrder
|
|
21698
|
+
abused_skip_nudges?: SortOrder
|
|
21689
21699
|
campaigns?: CampaignOrderByRelationAggregateInput
|
|
21690
21700
|
connected_mailboxes?: ConnectedMailboxOrderByRelationAggregateInput
|
|
21691
21701
|
ideal_customer_profiles?: IdealCustomerProfileOrderByRelationAggregateInput
|
|
@@ -21737,6 +21747,7 @@ export namespace Prisma {
|
|
|
21737
21747
|
reddit_click_id?: StringNullableFilter<"User"> | string | null
|
|
21738
21748
|
registered_on_mobile?: BoolNullableFilter<"User"> | boolean | null
|
|
21739
21749
|
last_visited_upgrade_pro?: DateTimeNullableFilter<"User"> | Date | string | null
|
|
21750
|
+
abused_skip_nudges?: DateTimeNullableListFilter<"User">
|
|
21740
21751
|
campaigns?: CampaignListRelationFilter
|
|
21741
21752
|
connected_mailboxes?: ConnectedMailboxListRelationFilter
|
|
21742
21753
|
ideal_customer_profiles?: IdealCustomerProfileListRelationFilter
|
|
@@ -21784,6 +21795,7 @@ export namespace Prisma {
|
|
|
21784
21795
|
reddit_click_id?: SortOrderInput | SortOrder
|
|
21785
21796
|
registered_on_mobile?: SortOrderInput | SortOrder
|
|
21786
21797
|
last_visited_upgrade_pro?: SortOrderInput | SortOrder
|
|
21798
|
+
abused_skip_nudges?: SortOrder
|
|
21787
21799
|
_count?: UserCountOrderByAggregateInput
|
|
21788
21800
|
_avg?: UserAvgOrderByAggregateInput
|
|
21789
21801
|
_max?: UserMaxOrderByAggregateInput
|
|
@@ -21828,6 +21840,7 @@ export namespace Prisma {
|
|
|
21828
21840
|
reddit_click_id?: StringNullableWithAggregatesFilter<"User"> | string | null
|
|
21829
21841
|
registered_on_mobile?: BoolNullableWithAggregatesFilter<"User"> | boolean | null
|
|
21830
21842
|
last_visited_upgrade_pro?: DateTimeNullableWithAggregatesFilter<"User"> | Date | string | null
|
|
21843
|
+
abused_skip_nudges?: DateTimeNullableListFilter<"User">
|
|
21831
21844
|
}
|
|
21832
21845
|
|
|
21833
21846
|
export type MergeConnectionWhereInput = {
|
|
@@ -23674,6 +23687,7 @@ export namespace Prisma {
|
|
|
23674
23687
|
reddit_click_id?: string | null
|
|
23675
23688
|
registered_on_mobile?: boolean | null
|
|
23676
23689
|
last_visited_upgrade_pro?: Date | string | null
|
|
23690
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
23677
23691
|
campaigns?: CampaignCreateNestedManyWithoutOwnerInput
|
|
23678
23692
|
connected_mailboxes?: ConnectedMailboxCreateNestedManyWithoutOwnerInput
|
|
23679
23693
|
ideal_customer_profiles?: IdealCustomerProfileCreateNestedManyWithoutOwnerInput
|
|
@@ -23721,6 +23735,7 @@ export namespace Prisma {
|
|
|
23721
23735
|
reddit_click_id?: string | null
|
|
23722
23736
|
registered_on_mobile?: boolean | null
|
|
23723
23737
|
last_visited_upgrade_pro?: Date | string | null
|
|
23738
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
23724
23739
|
campaigns?: CampaignUncheckedCreateNestedManyWithoutOwnerInput
|
|
23725
23740
|
connected_mailboxes?: ConnectedMailboxUncheckedCreateNestedManyWithoutOwnerInput
|
|
23726
23741
|
ideal_customer_profiles?: IdealCustomerProfileUncheckedCreateNestedManyWithoutOwnerInput
|
|
@@ -23768,6 +23783,7 @@ export namespace Prisma {
|
|
|
23768
23783
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
23769
23784
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
23770
23785
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
23786
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
23771
23787
|
campaigns?: CampaignUpdateManyWithoutOwnerNestedInput
|
|
23772
23788
|
connected_mailboxes?: ConnectedMailboxUpdateManyWithoutOwnerNestedInput
|
|
23773
23789
|
ideal_customer_profiles?: IdealCustomerProfileUpdateManyWithoutOwnerNestedInput
|
|
@@ -23815,6 +23831,7 @@ export namespace Prisma {
|
|
|
23815
23831
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
23816
23832
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
23817
23833
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
23834
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
23818
23835
|
campaigns?: CampaignUncheckedUpdateManyWithoutOwnerNestedInput
|
|
23819
23836
|
connected_mailboxes?: ConnectedMailboxUncheckedUpdateManyWithoutOwnerNestedInput
|
|
23820
23837
|
ideal_customer_profiles?: IdealCustomerProfileUncheckedUpdateManyWithoutOwnerNestedInput
|
|
@@ -23862,6 +23879,7 @@ export namespace Prisma {
|
|
|
23862
23879
|
reddit_click_id?: string | null
|
|
23863
23880
|
registered_on_mobile?: boolean | null
|
|
23864
23881
|
last_visited_upgrade_pro?: Date | string | null
|
|
23882
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
23865
23883
|
}
|
|
23866
23884
|
|
|
23867
23885
|
export type UserUpdateManyMutationInput = {
|
|
@@ -23898,6 +23916,7 @@ export namespace Prisma {
|
|
|
23898
23916
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
23899
23917
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
23900
23918
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
23919
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
23901
23920
|
}
|
|
23902
23921
|
|
|
23903
23922
|
export type UserUncheckedUpdateManyInput = {
|
|
@@ -23934,6 +23953,7 @@ export namespace Prisma {
|
|
|
23934
23953
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
23935
23954
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
23936
23955
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
23956
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
23937
23957
|
}
|
|
23938
23958
|
|
|
23939
23959
|
export type MergeConnectionCreateInput = {
|
|
@@ -26088,6 +26108,14 @@ export namespace Prisma {
|
|
|
26088
26108
|
not?: NestedEnumSubscriptionBillingIntervalNullableFilter<$PrismaModel> | $Enums.SubscriptionBillingInterval | null
|
|
26089
26109
|
}
|
|
26090
26110
|
|
|
26111
|
+
export type DateTimeNullableListFilter<$PrismaModel = never> = {
|
|
26112
|
+
equals?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel> | null
|
|
26113
|
+
has?: Date | string | DateTimeFieldRefInput<$PrismaModel> | null
|
|
26114
|
+
hasEvery?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel>
|
|
26115
|
+
hasSome?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel>
|
|
26116
|
+
isEmpty?: boolean
|
|
26117
|
+
}
|
|
26118
|
+
|
|
26091
26119
|
export type CampaignListRelationFilter = {
|
|
26092
26120
|
every?: CampaignWhereInput
|
|
26093
26121
|
some?: CampaignWhereInput
|
|
@@ -26243,6 +26271,7 @@ export namespace Prisma {
|
|
|
26243
26271
|
reddit_click_id?: SortOrder
|
|
26244
26272
|
registered_on_mobile?: SortOrder
|
|
26245
26273
|
last_visited_upgrade_pro?: SortOrder
|
|
26274
|
+
abused_skip_nudges?: SortOrder
|
|
26246
26275
|
}
|
|
26247
26276
|
|
|
26248
26277
|
export type UserAvgOrderByAggregateInput = {
|
|
@@ -27818,6 +27847,10 @@ export namespace Prisma {
|
|
|
27818
27847
|
_max?: NestedEnumProspectInterestTypeFilter<$PrismaModel>
|
|
27819
27848
|
}
|
|
27820
27849
|
|
|
27850
|
+
export type UserCreateabused_skip_nudgesInput = {
|
|
27851
|
+
set: Date[] | string[]
|
|
27852
|
+
}
|
|
27853
|
+
|
|
27821
27854
|
export type CampaignCreateNestedManyWithoutOwnerInput = {
|
|
27822
27855
|
create?: XOR<CampaignCreateWithoutOwnerInput, CampaignUncheckedCreateWithoutOwnerInput> | CampaignCreateWithoutOwnerInput[] | CampaignUncheckedCreateWithoutOwnerInput[]
|
|
27823
27856
|
connectOrCreate?: CampaignCreateOrConnectWithoutOwnerInput | CampaignCreateOrConnectWithoutOwnerInput[]
|
|
@@ -28008,6 +28041,11 @@ export namespace Prisma {
|
|
|
28008
28041
|
set?: $Enums.SubscriptionBillingInterval | null
|
|
28009
28042
|
}
|
|
28010
28043
|
|
|
28044
|
+
export type UserUpdateabused_skip_nudgesInput = {
|
|
28045
|
+
set?: Date[] | string[]
|
|
28046
|
+
push?: Date | string | Date[] | string[]
|
|
28047
|
+
}
|
|
28048
|
+
|
|
28011
28049
|
export type CampaignUpdateManyWithoutOwnerNestedInput = {
|
|
28012
28050
|
create?: XOR<CampaignCreateWithoutOwnerInput, CampaignUncheckedCreateWithoutOwnerInput> | CampaignCreateWithoutOwnerInput[] | CampaignUncheckedCreateWithoutOwnerInput[]
|
|
28013
28051
|
connectOrCreate?: CampaignCreateOrConnectWithoutOwnerInput | CampaignCreateOrConnectWithoutOwnerInput[]
|
|
@@ -31871,6 +31909,7 @@ export namespace Prisma {
|
|
|
31871
31909
|
reddit_click_id?: string | null
|
|
31872
31910
|
registered_on_mobile?: boolean | null
|
|
31873
31911
|
last_visited_upgrade_pro?: Date | string | null
|
|
31912
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
31874
31913
|
campaigns?: CampaignCreateNestedManyWithoutOwnerInput
|
|
31875
31914
|
connected_mailboxes?: ConnectedMailboxCreateNestedManyWithoutOwnerInput
|
|
31876
31915
|
ideal_customer_profiles?: IdealCustomerProfileCreateNestedManyWithoutOwnerInput
|
|
@@ -31917,6 +31956,7 @@ export namespace Prisma {
|
|
|
31917
31956
|
reddit_click_id?: string | null
|
|
31918
31957
|
registered_on_mobile?: boolean | null
|
|
31919
31958
|
last_visited_upgrade_pro?: Date | string | null
|
|
31959
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
31920
31960
|
campaigns?: CampaignUncheckedCreateNestedManyWithoutOwnerInput
|
|
31921
31961
|
connected_mailboxes?: ConnectedMailboxUncheckedCreateNestedManyWithoutOwnerInput
|
|
31922
31962
|
ideal_customer_profiles?: IdealCustomerProfileUncheckedCreateNestedManyWithoutOwnerInput
|
|
@@ -32125,6 +32165,7 @@ export namespace Prisma {
|
|
|
32125
32165
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
32126
32166
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
32127
32167
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
32168
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
32128
32169
|
campaigns?: CampaignUpdateManyWithoutOwnerNestedInput
|
|
32129
32170
|
connected_mailboxes?: ConnectedMailboxUpdateManyWithoutOwnerNestedInput
|
|
32130
32171
|
ideal_customer_profiles?: IdealCustomerProfileUpdateManyWithoutOwnerNestedInput
|
|
@@ -32171,6 +32212,7 @@ export namespace Prisma {
|
|
|
32171
32212
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
32172
32213
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
32173
32214
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
32215
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
32174
32216
|
campaigns?: CampaignUncheckedUpdateManyWithoutOwnerNestedInput
|
|
32175
32217
|
connected_mailboxes?: ConnectedMailboxUncheckedUpdateManyWithoutOwnerNestedInput
|
|
32176
32218
|
ideal_customer_profiles?: IdealCustomerProfileUncheckedUpdateManyWithoutOwnerNestedInput
|
|
@@ -33757,6 +33799,7 @@ export namespace Prisma {
|
|
|
33757
33799
|
reddit_click_id?: string | null
|
|
33758
33800
|
registered_on_mobile?: boolean | null
|
|
33759
33801
|
last_visited_upgrade_pro?: Date | string | null
|
|
33802
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
33760
33803
|
connected_mailboxes?: ConnectedMailboxCreateNestedManyWithoutOwnerInput
|
|
33761
33804
|
ideal_customer_profiles?: IdealCustomerProfileCreateNestedManyWithoutOwnerInput
|
|
33762
33805
|
merge_connection?: MergeConnectionCreateNestedManyWithoutUserInput
|
|
@@ -33803,6 +33846,7 @@ export namespace Prisma {
|
|
|
33803
33846
|
reddit_click_id?: string | null
|
|
33804
33847
|
registered_on_mobile?: boolean | null
|
|
33805
33848
|
last_visited_upgrade_pro?: Date | string | null
|
|
33849
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
33806
33850
|
connected_mailboxes?: ConnectedMailboxUncheckedCreateNestedManyWithoutOwnerInput
|
|
33807
33851
|
ideal_customer_profiles?: IdealCustomerProfileUncheckedCreateNestedManyWithoutOwnerInput
|
|
33808
33852
|
merge_connection?: MergeConnectionUncheckedCreateNestedManyWithoutUserInput
|
|
@@ -34303,6 +34347,7 @@ export namespace Prisma {
|
|
|
34303
34347
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34304
34348
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
34305
34349
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
34350
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
34306
34351
|
connected_mailboxes?: ConnectedMailboxUpdateManyWithoutOwnerNestedInput
|
|
34307
34352
|
ideal_customer_profiles?: IdealCustomerProfileUpdateManyWithoutOwnerNestedInput
|
|
34308
34353
|
merge_connection?: MergeConnectionUpdateManyWithoutUserNestedInput
|
|
@@ -34349,6 +34394,7 @@ export namespace Prisma {
|
|
|
34349
34394
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34350
34395
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
34351
34396
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
34397
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
34352
34398
|
connected_mailboxes?: ConnectedMailboxUncheckedUpdateManyWithoutOwnerNestedInput
|
|
34353
34399
|
ideal_customer_profiles?: IdealCustomerProfileUncheckedUpdateManyWithoutOwnerNestedInput
|
|
34354
34400
|
merge_connection?: MergeConnectionUncheckedUpdateManyWithoutUserNestedInput
|
|
@@ -34684,6 +34730,7 @@ export namespace Prisma {
|
|
|
34684
34730
|
reddit_click_id?: string | null
|
|
34685
34731
|
registered_on_mobile?: boolean | null
|
|
34686
34732
|
last_visited_upgrade_pro?: Date | string | null
|
|
34733
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
34687
34734
|
campaigns?: CampaignCreateNestedManyWithoutOwnerInput
|
|
34688
34735
|
connected_mailboxes?: ConnectedMailboxCreateNestedManyWithoutOwnerInput
|
|
34689
34736
|
ideal_customer_profiles?: IdealCustomerProfileCreateNestedManyWithoutOwnerInput
|
|
@@ -34730,6 +34777,7 @@ export namespace Prisma {
|
|
|
34730
34777
|
reddit_click_id?: string | null
|
|
34731
34778
|
registered_on_mobile?: boolean | null
|
|
34732
34779
|
last_visited_upgrade_pro?: Date | string | null
|
|
34780
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
34733
34781
|
campaigns?: CampaignUncheckedCreateNestedManyWithoutOwnerInput
|
|
34734
34782
|
connected_mailboxes?: ConnectedMailboxUncheckedCreateNestedManyWithoutOwnerInput
|
|
34735
34783
|
ideal_customer_profiles?: IdealCustomerProfileUncheckedCreateNestedManyWithoutOwnerInput
|
|
@@ -35202,6 +35250,7 @@ export namespace Prisma {
|
|
|
35202
35250
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
35203
35251
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
35204
35252
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
35253
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
35205
35254
|
campaigns?: CampaignUpdateManyWithoutOwnerNestedInput
|
|
35206
35255
|
connected_mailboxes?: ConnectedMailboxUpdateManyWithoutOwnerNestedInput
|
|
35207
35256
|
ideal_customer_profiles?: IdealCustomerProfileUpdateManyWithoutOwnerNestedInput
|
|
@@ -35248,6 +35297,7 @@ export namespace Prisma {
|
|
|
35248
35297
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
35249
35298
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
35250
35299
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
35300
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
35251
35301
|
campaigns?: CampaignUncheckedUpdateManyWithoutOwnerNestedInput
|
|
35252
35302
|
connected_mailboxes?: ConnectedMailboxUncheckedUpdateManyWithoutOwnerNestedInput
|
|
35253
35303
|
ideal_customer_profiles?: IdealCustomerProfileUncheckedUpdateManyWithoutOwnerNestedInput
|
|
@@ -35538,6 +35588,7 @@ export namespace Prisma {
|
|
|
35538
35588
|
reddit_click_id?: string | null
|
|
35539
35589
|
registered_on_mobile?: boolean | null
|
|
35540
35590
|
last_visited_upgrade_pro?: Date | string | null
|
|
35591
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
35541
35592
|
campaigns?: CampaignCreateNestedManyWithoutOwnerInput
|
|
35542
35593
|
connected_mailboxes?: ConnectedMailboxCreateNestedManyWithoutOwnerInput
|
|
35543
35594
|
ideal_customer_profiles?: IdealCustomerProfileCreateNestedManyWithoutOwnerInput
|
|
@@ -35584,6 +35635,7 @@ export namespace Prisma {
|
|
|
35584
35635
|
reddit_click_id?: string | null
|
|
35585
35636
|
registered_on_mobile?: boolean | null
|
|
35586
35637
|
last_visited_upgrade_pro?: Date | string | null
|
|
35638
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
35587
35639
|
campaigns?: CampaignUncheckedCreateNestedManyWithoutOwnerInput
|
|
35588
35640
|
connected_mailboxes?: ConnectedMailboxUncheckedCreateNestedManyWithoutOwnerInput
|
|
35589
35641
|
ideal_customer_profiles?: IdealCustomerProfileUncheckedCreateNestedManyWithoutOwnerInput
|
|
@@ -35891,6 +35943,7 @@ export namespace Prisma {
|
|
|
35891
35943
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
35892
35944
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
35893
35945
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
35946
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
35894
35947
|
campaigns?: CampaignUpdateManyWithoutOwnerNestedInput
|
|
35895
35948
|
connected_mailboxes?: ConnectedMailboxUpdateManyWithoutOwnerNestedInput
|
|
35896
35949
|
ideal_customer_profiles?: IdealCustomerProfileUpdateManyWithoutOwnerNestedInput
|
|
@@ -35937,6 +35990,7 @@ export namespace Prisma {
|
|
|
35937
35990
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
35938
35991
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
35939
35992
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
35993
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
35940
35994
|
campaigns?: CampaignUncheckedUpdateManyWithoutOwnerNestedInput
|
|
35941
35995
|
connected_mailboxes?: ConnectedMailboxUncheckedUpdateManyWithoutOwnerNestedInput
|
|
35942
35996
|
ideal_customer_profiles?: IdealCustomerProfileUncheckedUpdateManyWithoutOwnerNestedInput
|
|
@@ -36439,6 +36493,7 @@ export namespace Prisma {
|
|
|
36439
36493
|
reddit_click_id?: string | null
|
|
36440
36494
|
registered_on_mobile?: boolean | null
|
|
36441
36495
|
last_visited_upgrade_pro?: Date | string | null
|
|
36496
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
36442
36497
|
campaigns?: CampaignCreateNestedManyWithoutOwnerInput
|
|
36443
36498
|
connected_mailboxes?: ConnectedMailboxCreateNestedManyWithoutOwnerInput
|
|
36444
36499
|
ideal_customer_profiles?: IdealCustomerProfileCreateNestedManyWithoutOwnerInput
|
|
@@ -36485,6 +36540,7 @@ export namespace Prisma {
|
|
|
36485
36540
|
reddit_click_id?: string | null
|
|
36486
36541
|
registered_on_mobile?: boolean | null
|
|
36487
36542
|
last_visited_upgrade_pro?: Date | string | null
|
|
36543
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
36488
36544
|
campaigns?: CampaignUncheckedCreateNestedManyWithoutOwnerInput
|
|
36489
36545
|
connected_mailboxes?: ConnectedMailboxUncheckedCreateNestedManyWithoutOwnerInput
|
|
36490
36546
|
ideal_customer_profiles?: IdealCustomerProfileUncheckedCreateNestedManyWithoutOwnerInput
|
|
@@ -37017,6 +37073,7 @@ export namespace Prisma {
|
|
|
37017
37073
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
37018
37074
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
37019
37075
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
37076
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
37020
37077
|
campaigns?: CampaignUpdateManyWithoutOwnerNestedInput
|
|
37021
37078
|
connected_mailboxes?: ConnectedMailboxUpdateManyWithoutOwnerNestedInput
|
|
37022
37079
|
ideal_customer_profiles?: IdealCustomerProfileUpdateManyWithoutOwnerNestedInput
|
|
@@ -37063,6 +37120,7 @@ export namespace Prisma {
|
|
|
37063
37120
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
37064
37121
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
37065
37122
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
37123
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
37066
37124
|
campaigns?: CampaignUncheckedUpdateManyWithoutOwnerNestedInput
|
|
37067
37125
|
connected_mailboxes?: ConnectedMailboxUncheckedUpdateManyWithoutOwnerNestedInput
|
|
37068
37126
|
ideal_customer_profiles?: IdealCustomerProfileUncheckedUpdateManyWithoutOwnerNestedInput
|
|
@@ -37290,6 +37348,7 @@ export namespace Prisma {
|
|
|
37290
37348
|
reddit_click_id?: string | null
|
|
37291
37349
|
registered_on_mobile?: boolean | null
|
|
37292
37350
|
last_visited_upgrade_pro?: Date | string | null
|
|
37351
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
37293
37352
|
campaigns?: CampaignCreateNestedManyWithoutOwnerInput
|
|
37294
37353
|
connected_mailboxes?: ConnectedMailboxCreateNestedManyWithoutOwnerInput
|
|
37295
37354
|
merge_connection?: MergeConnectionCreateNestedManyWithoutUserInput
|
|
@@ -37336,6 +37395,7 @@ export namespace Prisma {
|
|
|
37336
37395
|
reddit_click_id?: string | null
|
|
37337
37396
|
registered_on_mobile?: boolean | null
|
|
37338
37397
|
last_visited_upgrade_pro?: Date | string | null
|
|
37398
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
37339
37399
|
campaigns?: CampaignUncheckedCreateNestedManyWithoutOwnerInput
|
|
37340
37400
|
connected_mailboxes?: ConnectedMailboxUncheckedCreateNestedManyWithoutOwnerInput
|
|
37341
37401
|
merge_connection?: MergeConnectionUncheckedCreateNestedManyWithoutUserInput
|
|
@@ -37574,6 +37634,7 @@ export namespace Prisma {
|
|
|
37574
37634
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
37575
37635
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
37576
37636
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
37637
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
37577
37638
|
campaigns?: CampaignUpdateManyWithoutOwnerNestedInput
|
|
37578
37639
|
connected_mailboxes?: ConnectedMailboxUpdateManyWithoutOwnerNestedInput
|
|
37579
37640
|
merge_connection?: MergeConnectionUpdateManyWithoutUserNestedInput
|
|
@@ -37620,6 +37681,7 @@ export namespace Prisma {
|
|
|
37620
37681
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
37621
37682
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
37622
37683
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
37684
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
37623
37685
|
campaigns?: CampaignUncheckedUpdateManyWithoutOwnerNestedInput
|
|
37624
37686
|
connected_mailboxes?: ConnectedMailboxUncheckedUpdateManyWithoutOwnerNestedInput
|
|
37625
37687
|
merge_connection?: MergeConnectionUncheckedUpdateManyWithoutUserNestedInput
|
|
@@ -37682,6 +37744,7 @@ export namespace Prisma {
|
|
|
37682
37744
|
reddit_click_id?: string | null
|
|
37683
37745
|
registered_on_mobile?: boolean | null
|
|
37684
37746
|
last_visited_upgrade_pro?: Date | string | null
|
|
37747
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
37685
37748
|
campaigns?: CampaignCreateNestedManyWithoutOwnerInput
|
|
37686
37749
|
ideal_customer_profiles?: IdealCustomerProfileCreateNestedManyWithoutOwnerInput
|
|
37687
37750
|
merge_connection?: MergeConnectionCreateNestedManyWithoutUserInput
|
|
@@ -37728,6 +37791,7 @@ export namespace Prisma {
|
|
|
37728
37791
|
reddit_click_id?: string | null
|
|
37729
37792
|
registered_on_mobile?: boolean | null
|
|
37730
37793
|
last_visited_upgrade_pro?: Date | string | null
|
|
37794
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
37731
37795
|
campaigns?: CampaignUncheckedCreateNestedManyWithoutOwnerInput
|
|
37732
37796
|
ideal_customer_profiles?: IdealCustomerProfileUncheckedCreateNestedManyWithoutOwnerInput
|
|
37733
37797
|
merge_connection?: MergeConnectionUncheckedCreateNestedManyWithoutUserInput
|
|
@@ -37846,6 +37910,7 @@ export namespace Prisma {
|
|
|
37846
37910
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
37847
37911
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
37848
37912
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
37913
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
37849
37914
|
campaigns?: CampaignUpdateManyWithoutOwnerNestedInput
|
|
37850
37915
|
ideal_customer_profiles?: IdealCustomerProfileUpdateManyWithoutOwnerNestedInput
|
|
37851
37916
|
merge_connection?: MergeConnectionUpdateManyWithoutUserNestedInput
|
|
@@ -37892,6 +37957,7 @@ export namespace Prisma {
|
|
|
37892
37957
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
37893
37958
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
37894
37959
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
37960
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
37895
37961
|
campaigns?: CampaignUncheckedUpdateManyWithoutOwnerNestedInput
|
|
37896
37962
|
ideal_customer_profiles?: IdealCustomerProfileUncheckedUpdateManyWithoutOwnerNestedInput
|
|
37897
37963
|
merge_connection?: MergeConnectionUncheckedUpdateManyWithoutUserNestedInput
|
|
@@ -38002,6 +38068,7 @@ export namespace Prisma {
|
|
|
38002
38068
|
reddit_click_id?: string | null
|
|
38003
38069
|
registered_on_mobile?: boolean | null
|
|
38004
38070
|
last_visited_upgrade_pro?: Date | string | null
|
|
38071
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
38005
38072
|
campaigns?: CampaignCreateNestedManyWithoutOwnerInput
|
|
38006
38073
|
connected_mailboxes?: ConnectedMailboxCreateNestedManyWithoutOwnerInput
|
|
38007
38074
|
ideal_customer_profiles?: IdealCustomerProfileCreateNestedManyWithoutOwnerInput
|
|
@@ -38048,6 +38115,7 @@ export namespace Prisma {
|
|
|
38048
38115
|
reddit_click_id?: string | null
|
|
38049
38116
|
registered_on_mobile?: boolean | null
|
|
38050
38117
|
last_visited_upgrade_pro?: Date | string | null
|
|
38118
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
38051
38119
|
campaigns?: CampaignUncheckedCreateNestedManyWithoutOwnerInput
|
|
38052
38120
|
connected_mailboxes?: ConnectedMailboxUncheckedCreateNestedManyWithoutOwnerInput
|
|
38053
38121
|
ideal_customer_profiles?: IdealCustomerProfileUncheckedCreateNestedManyWithoutOwnerInput
|
|
@@ -38166,6 +38234,7 @@ export namespace Prisma {
|
|
|
38166
38234
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
38167
38235
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
38168
38236
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
38237
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
38169
38238
|
campaigns?: CampaignUpdateManyWithoutOwnerNestedInput
|
|
38170
38239
|
connected_mailboxes?: ConnectedMailboxUpdateManyWithoutOwnerNestedInput
|
|
38171
38240
|
ideal_customer_profiles?: IdealCustomerProfileUpdateManyWithoutOwnerNestedInput
|
|
@@ -38212,6 +38281,7 @@ export namespace Prisma {
|
|
|
38212
38281
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
38213
38282
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
38214
38283
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
38284
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
38215
38285
|
campaigns?: CampaignUncheckedUpdateManyWithoutOwnerNestedInput
|
|
38216
38286
|
connected_mailboxes?: ConnectedMailboxUncheckedUpdateManyWithoutOwnerNestedInput
|
|
38217
38287
|
ideal_customer_profiles?: IdealCustomerProfileUncheckedUpdateManyWithoutOwnerNestedInput
|
|
@@ -38330,6 +38400,7 @@ export namespace Prisma {
|
|
|
38330
38400
|
reddit_click_id?: string | null
|
|
38331
38401
|
registered_on_mobile?: boolean | null
|
|
38332
38402
|
last_visited_upgrade_pro?: Date | string | null
|
|
38403
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
38333
38404
|
campaigns?: CampaignCreateNestedManyWithoutOwnerInput
|
|
38334
38405
|
connected_mailboxes?: ConnectedMailboxCreateNestedManyWithoutOwnerInput
|
|
38335
38406
|
ideal_customer_profiles?: IdealCustomerProfileCreateNestedManyWithoutOwnerInput
|
|
@@ -38376,6 +38447,7 @@ export namespace Prisma {
|
|
|
38376
38447
|
reddit_click_id?: string | null
|
|
38377
38448
|
registered_on_mobile?: boolean | null
|
|
38378
38449
|
last_visited_upgrade_pro?: Date | string | null
|
|
38450
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
38379
38451
|
campaigns?: CampaignUncheckedCreateNestedManyWithoutOwnerInput
|
|
38380
38452
|
connected_mailboxes?: ConnectedMailboxUncheckedCreateNestedManyWithoutOwnerInput
|
|
38381
38453
|
ideal_customer_profiles?: IdealCustomerProfileUncheckedCreateNestedManyWithoutOwnerInput
|
|
@@ -38483,6 +38555,7 @@ export namespace Prisma {
|
|
|
38483
38555
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
38484
38556
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
38485
38557
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
38558
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
38486
38559
|
campaigns?: CampaignUpdateManyWithoutOwnerNestedInput
|
|
38487
38560
|
connected_mailboxes?: ConnectedMailboxUpdateManyWithoutOwnerNestedInput
|
|
38488
38561
|
ideal_customer_profiles?: IdealCustomerProfileUpdateManyWithoutOwnerNestedInput
|
|
@@ -38529,6 +38602,7 @@ export namespace Prisma {
|
|
|
38529
38602
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
38530
38603
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
38531
38604
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
38605
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
38532
38606
|
campaigns?: CampaignUncheckedUpdateManyWithoutOwnerNestedInput
|
|
38533
38607
|
connected_mailboxes?: ConnectedMailboxUncheckedUpdateManyWithoutOwnerNestedInput
|
|
38534
38608
|
ideal_customer_profiles?: IdealCustomerProfileUncheckedUpdateManyWithoutOwnerNestedInput
|
|
@@ -38697,6 +38771,7 @@ export namespace Prisma {
|
|
|
38697
38771
|
reddit_click_id?: string | null
|
|
38698
38772
|
registered_on_mobile?: boolean | null
|
|
38699
38773
|
last_visited_upgrade_pro?: Date | string | null
|
|
38774
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
38700
38775
|
campaigns?: CampaignCreateNestedManyWithoutOwnerInput
|
|
38701
38776
|
connected_mailboxes?: ConnectedMailboxCreateNestedManyWithoutOwnerInput
|
|
38702
38777
|
ideal_customer_profiles?: IdealCustomerProfileCreateNestedManyWithoutOwnerInput
|
|
@@ -38743,6 +38818,7 @@ export namespace Prisma {
|
|
|
38743
38818
|
reddit_click_id?: string | null
|
|
38744
38819
|
registered_on_mobile?: boolean | null
|
|
38745
38820
|
last_visited_upgrade_pro?: Date | string | null
|
|
38821
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
38746
38822
|
campaigns?: CampaignUncheckedCreateNestedManyWithoutOwnerInput
|
|
38747
38823
|
connected_mailboxes?: ConnectedMailboxUncheckedCreateNestedManyWithoutOwnerInput
|
|
38748
38824
|
ideal_customer_profiles?: IdealCustomerProfileUncheckedCreateNestedManyWithoutOwnerInput
|
|
@@ -38960,6 +39036,7 @@ export namespace Prisma {
|
|
|
38960
39036
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
38961
39037
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
38962
39038
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
39039
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
38963
39040
|
campaigns?: CampaignUpdateManyWithoutOwnerNestedInput
|
|
38964
39041
|
connected_mailboxes?: ConnectedMailboxUpdateManyWithoutOwnerNestedInput
|
|
38965
39042
|
ideal_customer_profiles?: IdealCustomerProfileUpdateManyWithoutOwnerNestedInput
|
|
@@ -39006,6 +39083,7 @@ export namespace Prisma {
|
|
|
39006
39083
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
39007
39084
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
39008
39085
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
39086
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
39009
39087
|
campaigns?: CampaignUncheckedUpdateManyWithoutOwnerNestedInput
|
|
39010
39088
|
connected_mailboxes?: ConnectedMailboxUncheckedUpdateManyWithoutOwnerNestedInput
|
|
39011
39089
|
ideal_customer_profiles?: IdealCustomerProfileUncheckedUpdateManyWithoutOwnerNestedInput
|
|
@@ -39254,6 +39332,7 @@ export namespace Prisma {
|
|
|
39254
39332
|
reddit_click_id?: string | null
|
|
39255
39333
|
registered_on_mobile?: boolean | null
|
|
39256
39334
|
last_visited_upgrade_pro?: Date | string | null
|
|
39335
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
39257
39336
|
campaigns?: CampaignCreateNestedManyWithoutOwnerInput
|
|
39258
39337
|
connected_mailboxes?: ConnectedMailboxCreateNestedManyWithoutOwnerInput
|
|
39259
39338
|
ideal_customer_profiles?: IdealCustomerProfileCreateNestedManyWithoutOwnerInput
|
|
@@ -39300,6 +39379,7 @@ export namespace Prisma {
|
|
|
39300
39379
|
reddit_click_id?: string | null
|
|
39301
39380
|
registered_on_mobile?: boolean | null
|
|
39302
39381
|
last_visited_upgrade_pro?: Date | string | null
|
|
39382
|
+
abused_skip_nudges?: UserCreateabused_skip_nudgesInput | Date[] | string[]
|
|
39303
39383
|
campaigns?: CampaignUncheckedCreateNestedManyWithoutOwnerInput
|
|
39304
39384
|
connected_mailboxes?: ConnectedMailboxUncheckedCreateNestedManyWithoutOwnerInput
|
|
39305
39385
|
ideal_customer_profiles?: IdealCustomerProfileUncheckedCreateNestedManyWithoutOwnerInput
|
|
@@ -39529,6 +39609,7 @@ export namespace Prisma {
|
|
|
39529
39609
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
39530
39610
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
39531
39611
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
39612
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
39532
39613
|
campaigns?: CampaignUpdateManyWithoutOwnerNestedInput
|
|
39533
39614
|
connected_mailboxes?: ConnectedMailboxUpdateManyWithoutOwnerNestedInput
|
|
39534
39615
|
ideal_customer_profiles?: IdealCustomerProfileUpdateManyWithoutOwnerNestedInput
|
|
@@ -39575,6 +39656,7 @@ export namespace Prisma {
|
|
|
39575
39656
|
reddit_click_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
39576
39657
|
registered_on_mobile?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
39577
39658
|
last_visited_upgrade_pro?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
39659
|
+
abused_skip_nudges?: UserUpdateabused_skip_nudgesInput | Date[] | string[]
|
|
39578
39660
|
campaigns?: CampaignUncheckedUpdateManyWithoutOwnerNestedInput
|
|
39579
39661
|
connected_mailboxes?: ConnectedMailboxUncheckedUpdateManyWithoutOwnerNestedInput
|
|
39580
39662
|
ideal_customer_profiles?: IdealCustomerProfileUncheckedUpdateManyWithoutOwnerNestedInput
|