@creator.co/creatorco-prisma-client 1.0.28-alpha-cd94ad9 → 1.0.32
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/edge.js +7 -5
- package/index-browser.js +3 -1
- package/index.d.ts +46 -1
- package/index.js +7 -5
- package/package.json +1 -1
- package/schema.prisma +3 -1
- package/wasm.js +3 -1
package/index-browser.js
CHANGED
|
@@ -649,6 +649,7 @@ exports.Prisma.AffiliateClickScalarFieldEnum = {
|
|
|
649
649
|
id: 'id',
|
|
650
650
|
created: 'created',
|
|
651
651
|
visitorIp: 'visitorIp',
|
|
652
|
+
IPv6: 'IPv6',
|
|
652
653
|
optInId: 'optInId',
|
|
653
654
|
metaData: 'metaData',
|
|
654
655
|
affiliateLinkId: 'affiliateLinkId'
|
|
@@ -1139,7 +1140,8 @@ exports.Prisma.BrandAffiliateLinkOrderByRelevanceFieldEnum = {
|
|
|
1139
1140
|
};
|
|
1140
1141
|
|
|
1141
1142
|
exports.Prisma.AffiliateClickOrderByRelevanceFieldEnum = {
|
|
1142
|
-
visitorIp: 'visitorIp'
|
|
1143
|
+
visitorIp: 'visitorIp',
|
|
1144
|
+
IPv6: 'IPv6'
|
|
1143
1145
|
};
|
|
1144
1146
|
|
|
1145
1147
|
exports.Prisma.AffiliateEventOrderByRelevanceFieldEnum = {
|
package/index.d.ts
CHANGED
|
@@ -50931,6 +50931,7 @@ export namespace Prisma {
|
|
|
50931
50931
|
id: number | null
|
|
50932
50932
|
created: Date | null
|
|
50933
50933
|
visitorIp: string | null
|
|
50934
|
+
IPv6: string | null
|
|
50934
50935
|
optInId: number | null
|
|
50935
50936
|
affiliateLinkId: number | null
|
|
50936
50937
|
}
|
|
@@ -50939,6 +50940,7 @@ export namespace Prisma {
|
|
|
50939
50940
|
id: number | null
|
|
50940
50941
|
created: Date | null
|
|
50941
50942
|
visitorIp: string | null
|
|
50943
|
+
IPv6: string | null
|
|
50942
50944
|
optInId: number | null
|
|
50943
50945
|
affiliateLinkId: number | null
|
|
50944
50946
|
}
|
|
@@ -50947,6 +50949,7 @@ export namespace Prisma {
|
|
|
50947
50949
|
id: number
|
|
50948
50950
|
created: number
|
|
50949
50951
|
visitorIp: number
|
|
50952
|
+
IPv6: number
|
|
50950
50953
|
optInId: number
|
|
50951
50954
|
metaData: number
|
|
50952
50955
|
affiliateLinkId: number
|
|
@@ -50970,6 +50973,7 @@ export namespace Prisma {
|
|
|
50970
50973
|
id?: true
|
|
50971
50974
|
created?: true
|
|
50972
50975
|
visitorIp?: true
|
|
50976
|
+
IPv6?: true
|
|
50973
50977
|
optInId?: true
|
|
50974
50978
|
affiliateLinkId?: true
|
|
50975
50979
|
}
|
|
@@ -50978,6 +50982,7 @@ export namespace Prisma {
|
|
|
50978
50982
|
id?: true
|
|
50979
50983
|
created?: true
|
|
50980
50984
|
visitorIp?: true
|
|
50985
|
+
IPv6?: true
|
|
50981
50986
|
optInId?: true
|
|
50982
50987
|
affiliateLinkId?: true
|
|
50983
50988
|
}
|
|
@@ -50986,6 +50991,7 @@ export namespace Prisma {
|
|
|
50986
50991
|
id?: true
|
|
50987
50992
|
created?: true
|
|
50988
50993
|
visitorIp?: true
|
|
50994
|
+
IPv6?: true
|
|
50989
50995
|
optInId?: true
|
|
50990
50996
|
metaData?: true
|
|
50991
50997
|
affiliateLinkId?: true
|
|
@@ -51082,6 +51088,7 @@ export namespace Prisma {
|
|
|
51082
51088
|
id: number
|
|
51083
51089
|
created: Date
|
|
51084
51090
|
visitorIp: string | null
|
|
51091
|
+
IPv6: string | null
|
|
51085
51092
|
optInId: number
|
|
51086
51093
|
metaData: JsonValue
|
|
51087
51094
|
affiliateLinkId: number
|
|
@@ -51110,6 +51117,7 @@ export namespace Prisma {
|
|
|
51110
51117
|
id?: boolean
|
|
51111
51118
|
created?: boolean
|
|
51112
51119
|
visitorIp?: boolean
|
|
51120
|
+
IPv6?: boolean
|
|
51113
51121
|
optInId?: boolean
|
|
51114
51122
|
metaData?: boolean
|
|
51115
51123
|
affiliateLinkId?: boolean
|
|
@@ -51123,6 +51131,7 @@ export namespace Prisma {
|
|
|
51123
51131
|
id?: boolean
|
|
51124
51132
|
created?: boolean
|
|
51125
51133
|
visitorIp?: boolean
|
|
51134
|
+
IPv6?: boolean
|
|
51126
51135
|
optInId?: boolean
|
|
51127
51136
|
metaData?: boolean
|
|
51128
51137
|
affiliateLinkId?: boolean
|
|
@@ -51147,6 +51156,7 @@ export namespace Prisma {
|
|
|
51147
51156
|
id: number
|
|
51148
51157
|
created: Date
|
|
51149
51158
|
visitorIp: string | null
|
|
51159
|
+
IPv6: string | null
|
|
51150
51160
|
optInId: number
|
|
51151
51161
|
metaData: Prisma.JsonValue
|
|
51152
51162
|
affiliateLinkId: number
|
|
@@ -51552,6 +51562,7 @@ export namespace Prisma {
|
|
|
51552
51562
|
readonly id: FieldRef<"AffiliateClick", 'Int'>
|
|
51553
51563
|
readonly created: FieldRef<"AffiliateClick", 'DateTime'>
|
|
51554
51564
|
readonly visitorIp: FieldRef<"AffiliateClick", 'String'>
|
|
51565
|
+
readonly IPv6: FieldRef<"AffiliateClick", 'String'>
|
|
51555
51566
|
readonly optInId: FieldRef<"AffiliateClick", 'Int'>
|
|
51556
51567
|
readonly metaData: FieldRef<"AffiliateClick", 'Json'>
|
|
51557
51568
|
readonly affiliateLinkId: FieldRef<"AffiliateClick", 'Int'>
|
|
@@ -75892,6 +75903,7 @@ export namespace Prisma {
|
|
|
75892
75903
|
id: 'id',
|
|
75893
75904
|
created: 'created',
|
|
75894
75905
|
visitorIp: 'visitorIp',
|
|
75906
|
+
IPv6: 'IPv6',
|
|
75895
75907
|
optInId: 'optInId',
|
|
75896
75908
|
metaData: 'metaData',
|
|
75897
75909
|
affiliateLinkId: 'affiliateLinkId'
|
|
@@ -76562,7 +76574,8 @@ export namespace Prisma {
|
|
|
76562
76574
|
|
|
76563
76575
|
|
|
76564
76576
|
export const AffiliateClickOrderByRelevanceFieldEnum: {
|
|
76565
|
-
visitorIp: 'visitorIp'
|
|
76577
|
+
visitorIp: 'visitorIp',
|
|
76578
|
+
IPv6: 'IPv6'
|
|
76566
76579
|
};
|
|
76567
76580
|
|
|
76568
76581
|
export type AffiliateClickOrderByRelevanceFieldEnum = (typeof AffiliateClickOrderByRelevanceFieldEnum)[keyof typeof AffiliateClickOrderByRelevanceFieldEnum]
|
|
@@ -80494,6 +80507,7 @@ export namespace Prisma {
|
|
|
80494
80507
|
id?: IntFilter<"AffiliateClick"> | number
|
|
80495
80508
|
created?: DateTimeFilter<"AffiliateClick"> | Date | string
|
|
80496
80509
|
visitorIp?: StringNullableFilter<"AffiliateClick"> | string | null
|
|
80510
|
+
IPv6?: StringNullableFilter<"AffiliateClick"> | string | null
|
|
80497
80511
|
optInId?: IntFilter<"AffiliateClick"> | number
|
|
80498
80512
|
metaData?: JsonFilter<"AffiliateClick">
|
|
80499
80513
|
affiliateLinkId?: IntFilter<"AffiliateClick"> | number
|
|
@@ -80506,6 +80520,7 @@ export namespace Prisma {
|
|
|
80506
80520
|
id?: SortOrder
|
|
80507
80521
|
created?: SortOrder
|
|
80508
80522
|
visitorIp?: SortOrderInput | SortOrder
|
|
80523
|
+
IPv6?: SortOrderInput | SortOrder
|
|
80509
80524
|
optInId?: SortOrder
|
|
80510
80525
|
metaData?: SortOrder
|
|
80511
80526
|
affiliateLinkId?: SortOrder
|
|
@@ -80522,6 +80537,7 @@ export namespace Prisma {
|
|
|
80522
80537
|
NOT?: AffiliateClickWhereInput | AffiliateClickWhereInput[]
|
|
80523
80538
|
created?: DateTimeFilter<"AffiliateClick"> | Date | string
|
|
80524
80539
|
visitorIp?: StringNullableFilter<"AffiliateClick"> | string | null
|
|
80540
|
+
IPv6?: StringNullableFilter<"AffiliateClick"> | string | null
|
|
80525
80541
|
optInId?: IntFilter<"AffiliateClick"> | number
|
|
80526
80542
|
metaData?: JsonFilter<"AffiliateClick">
|
|
80527
80543
|
affiliateLinkId?: IntFilter<"AffiliateClick"> | number
|
|
@@ -80534,6 +80550,7 @@ export namespace Prisma {
|
|
|
80534
80550
|
id?: SortOrder
|
|
80535
80551
|
created?: SortOrder
|
|
80536
80552
|
visitorIp?: SortOrderInput | SortOrder
|
|
80553
|
+
IPv6?: SortOrderInput | SortOrder
|
|
80537
80554
|
optInId?: SortOrder
|
|
80538
80555
|
metaData?: SortOrder
|
|
80539
80556
|
affiliateLinkId?: SortOrder
|
|
@@ -80551,6 +80568,7 @@ export namespace Prisma {
|
|
|
80551
80568
|
id?: IntWithAggregatesFilter<"AffiliateClick"> | number
|
|
80552
80569
|
created?: DateTimeWithAggregatesFilter<"AffiliateClick"> | Date | string
|
|
80553
80570
|
visitorIp?: StringNullableWithAggregatesFilter<"AffiliateClick"> | string | null
|
|
80571
|
+
IPv6?: StringNullableWithAggregatesFilter<"AffiliateClick"> | string | null
|
|
80554
80572
|
optInId?: IntWithAggregatesFilter<"AffiliateClick"> | number
|
|
80555
80573
|
metaData?: JsonWithAggregatesFilter<"AffiliateClick">
|
|
80556
80574
|
affiliateLinkId?: IntWithAggregatesFilter<"AffiliateClick"> | number
|
|
@@ -86083,6 +86101,7 @@ export namespace Prisma {
|
|
|
86083
86101
|
export type AffiliateClickCreateInput = {
|
|
86084
86102
|
created?: Date | string
|
|
86085
86103
|
visitorIp?: string | null
|
|
86104
|
+
IPv6?: string | null
|
|
86086
86105
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
86087
86106
|
optin: OptInCreateNestedOneWithoutAffiliateClicksInput
|
|
86088
86107
|
affiliateLink: AffiliateLinkCreateNestedOneWithoutAffiliateClicksInput
|
|
@@ -86093,6 +86112,7 @@ export namespace Prisma {
|
|
|
86093
86112
|
id?: number
|
|
86094
86113
|
created?: Date | string
|
|
86095
86114
|
visitorIp?: string | null
|
|
86115
|
+
IPv6?: string | null
|
|
86096
86116
|
optInId: number
|
|
86097
86117
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
86098
86118
|
affiliateLinkId: number
|
|
@@ -86102,6 +86122,7 @@ export namespace Prisma {
|
|
|
86102
86122
|
export type AffiliateClickUpdateInput = {
|
|
86103
86123
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
86104
86124
|
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86125
|
+
IPv6?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86105
86126
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
86106
86127
|
optin?: OptInUpdateOneRequiredWithoutAffiliateClicksNestedInput
|
|
86107
86128
|
affiliateLink?: AffiliateLinkUpdateOneRequiredWithoutAffiliateClicksNestedInput
|
|
@@ -86112,6 +86133,7 @@ export namespace Prisma {
|
|
|
86112
86133
|
id?: IntFieldUpdateOperationsInput | number
|
|
86113
86134
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
86114
86135
|
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86136
|
+
IPv6?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86115
86137
|
optInId?: IntFieldUpdateOperationsInput | number
|
|
86116
86138
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
86117
86139
|
affiliateLinkId?: IntFieldUpdateOperationsInput | number
|
|
@@ -86122,6 +86144,7 @@ export namespace Prisma {
|
|
|
86122
86144
|
id?: number
|
|
86123
86145
|
created?: Date | string
|
|
86124
86146
|
visitorIp?: string | null
|
|
86147
|
+
IPv6?: string | null
|
|
86125
86148
|
optInId: number
|
|
86126
86149
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
86127
86150
|
affiliateLinkId: number
|
|
@@ -86130,6 +86153,7 @@ export namespace Prisma {
|
|
|
86130
86153
|
export type AffiliateClickUpdateManyMutationInput = {
|
|
86131
86154
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
86132
86155
|
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86156
|
+
IPv6?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86133
86157
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
86134
86158
|
}
|
|
86135
86159
|
|
|
@@ -86137,6 +86161,7 @@ export namespace Prisma {
|
|
|
86137
86161
|
id?: IntFieldUpdateOperationsInput | number
|
|
86138
86162
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
86139
86163
|
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86164
|
+
IPv6?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86140
86165
|
optInId?: IntFieldUpdateOperationsInput | number
|
|
86141
86166
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
86142
86167
|
affiliateLinkId?: IntFieldUpdateOperationsInput | number
|
|
@@ -91057,6 +91082,7 @@ export namespace Prisma {
|
|
|
91057
91082
|
id?: SortOrder
|
|
91058
91083
|
created?: SortOrder
|
|
91059
91084
|
visitorIp?: SortOrder
|
|
91085
|
+
IPv6?: SortOrder
|
|
91060
91086
|
optInId?: SortOrder
|
|
91061
91087
|
metaData?: SortOrder
|
|
91062
91088
|
affiliateLinkId?: SortOrder
|
|
@@ -91072,6 +91098,7 @@ export namespace Prisma {
|
|
|
91072
91098
|
id?: SortOrder
|
|
91073
91099
|
created?: SortOrder
|
|
91074
91100
|
visitorIp?: SortOrder
|
|
91101
|
+
IPv6?: SortOrder
|
|
91075
91102
|
optInId?: SortOrder
|
|
91076
91103
|
affiliateLinkId?: SortOrder
|
|
91077
91104
|
}
|
|
@@ -91080,6 +91107,7 @@ export namespace Prisma {
|
|
|
91080
91107
|
id?: SortOrder
|
|
91081
91108
|
created?: SortOrder
|
|
91082
91109
|
visitorIp?: SortOrder
|
|
91110
|
+
IPv6?: SortOrder
|
|
91083
91111
|
optInId?: SortOrder
|
|
91084
91112
|
affiliateLinkId?: SortOrder
|
|
91085
91113
|
}
|
|
@@ -109924,6 +109952,7 @@ export namespace Prisma {
|
|
|
109924
109952
|
export type AffiliateClickCreateWithoutOptinInput = {
|
|
109925
109953
|
created?: Date | string
|
|
109926
109954
|
visitorIp?: string | null
|
|
109955
|
+
IPv6?: string | null
|
|
109927
109956
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
109928
109957
|
affiliateLink: AffiliateLinkCreateNestedOneWithoutAffiliateClicksInput
|
|
109929
109958
|
affiliateEvent?: AffiliateEventCreateNestedManyWithoutAffiliateClickInput
|
|
@@ -109933,6 +109962,7 @@ export namespace Prisma {
|
|
|
109933
109962
|
id?: number
|
|
109934
109963
|
created?: Date | string
|
|
109935
109964
|
visitorIp?: string | null
|
|
109965
|
+
IPv6?: string | null
|
|
109936
109966
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
109937
109967
|
affiliateLinkId: number
|
|
109938
109968
|
affiliateEvent?: AffiliateEventUncheckedCreateNestedManyWithoutAffiliateClickInput
|
|
@@ -110350,6 +110380,7 @@ export namespace Prisma {
|
|
|
110350
110380
|
id?: IntFilter<"AffiliateClick"> | number
|
|
110351
110381
|
created?: DateTimeFilter<"AffiliateClick"> | Date | string
|
|
110352
110382
|
visitorIp?: StringNullableFilter<"AffiliateClick"> | string | null
|
|
110383
|
+
IPv6?: StringNullableFilter<"AffiliateClick"> | string | null
|
|
110353
110384
|
optInId?: IntFilter<"AffiliateClick"> | number
|
|
110354
110385
|
metaData?: JsonFilter<"AffiliateClick">
|
|
110355
110386
|
affiliateLinkId?: IntFilter<"AffiliateClick"> | number
|
|
@@ -112092,6 +112123,7 @@ export namespace Prisma {
|
|
|
112092
112123
|
export type AffiliateClickCreateWithoutAffiliateLinkInput = {
|
|
112093
112124
|
created?: Date | string
|
|
112094
112125
|
visitorIp?: string | null
|
|
112126
|
+
IPv6?: string | null
|
|
112095
112127
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
112096
112128
|
optin: OptInCreateNestedOneWithoutAffiliateClicksInput
|
|
112097
112129
|
affiliateEvent?: AffiliateEventCreateNestedManyWithoutAffiliateClickInput
|
|
@@ -112101,6 +112133,7 @@ export namespace Prisma {
|
|
|
112101
112133
|
id?: number
|
|
112102
112134
|
created?: Date | string
|
|
112103
112135
|
visitorIp?: string | null
|
|
112136
|
+
IPv6?: string | null
|
|
112104
112137
|
optInId: number
|
|
112105
112138
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
112106
112139
|
affiliateEvent?: AffiliateEventUncheckedCreateNestedManyWithoutAffiliateClickInput
|
|
@@ -112596,6 +112629,7 @@ export namespace Prisma {
|
|
|
112596
112629
|
export type AffiliateClickCreateWithoutAffiliateEventInput = {
|
|
112597
112630
|
created?: Date | string
|
|
112598
112631
|
visitorIp?: string | null
|
|
112632
|
+
IPv6?: string | null
|
|
112599
112633
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
112600
112634
|
optin: OptInCreateNestedOneWithoutAffiliateClicksInput
|
|
112601
112635
|
affiliateLink: AffiliateLinkCreateNestedOneWithoutAffiliateClicksInput
|
|
@@ -112605,6 +112639,7 @@ export namespace Prisma {
|
|
|
112605
112639
|
id?: number
|
|
112606
112640
|
created?: Date | string
|
|
112607
112641
|
visitorIp?: string | null
|
|
112642
|
+
IPv6?: string | null
|
|
112608
112643
|
optInId: number
|
|
112609
112644
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
112610
112645
|
affiliateLinkId: number
|
|
@@ -112629,6 +112664,7 @@ export namespace Prisma {
|
|
|
112629
112664
|
export type AffiliateClickUpdateWithoutAffiliateEventInput = {
|
|
112630
112665
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
112631
112666
|
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112667
|
+
IPv6?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112632
112668
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
112633
112669
|
optin?: OptInUpdateOneRequiredWithoutAffiliateClicksNestedInput
|
|
112634
112670
|
affiliateLink?: AffiliateLinkUpdateOneRequiredWithoutAffiliateClicksNestedInput
|
|
@@ -112638,6 +112674,7 @@ export namespace Prisma {
|
|
|
112638
112674
|
id?: IntFieldUpdateOperationsInput | number
|
|
112639
112675
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
112640
112676
|
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112677
|
+
IPv6?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112641
112678
|
optInId?: IntFieldUpdateOperationsInput | number
|
|
112642
112679
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
112643
112680
|
affiliateLinkId?: IntFieldUpdateOperationsInput | number
|
|
@@ -121320,6 +121357,7 @@ export namespace Prisma {
|
|
|
121320
121357
|
id?: number
|
|
121321
121358
|
created?: Date | string
|
|
121322
121359
|
visitorIp?: string | null
|
|
121360
|
+
IPv6?: string | null
|
|
121323
121361
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
121324
121362
|
affiliateLinkId: number
|
|
121325
121363
|
}
|
|
@@ -121428,6 +121466,7 @@ export namespace Prisma {
|
|
|
121428
121466
|
export type AffiliateClickUpdateWithoutOptinInput = {
|
|
121429
121467
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
121430
121468
|
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
121469
|
+
IPv6?: NullableStringFieldUpdateOperationsInput | string | null
|
|
121431
121470
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
121432
121471
|
affiliateLink?: AffiliateLinkUpdateOneRequiredWithoutAffiliateClicksNestedInput
|
|
121433
121472
|
affiliateEvent?: AffiliateEventUpdateManyWithoutAffiliateClickNestedInput
|
|
@@ -121437,6 +121476,7 @@ export namespace Prisma {
|
|
|
121437
121476
|
id?: IntFieldUpdateOperationsInput | number
|
|
121438
121477
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
121439
121478
|
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
121479
|
+
IPv6?: NullableStringFieldUpdateOperationsInput | string | null
|
|
121440
121480
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
121441
121481
|
affiliateLinkId?: IntFieldUpdateOperationsInput | number
|
|
121442
121482
|
affiliateEvent?: AffiliateEventUncheckedUpdateManyWithoutAffiliateClickNestedInput
|
|
@@ -121446,6 +121486,7 @@ export namespace Prisma {
|
|
|
121446
121486
|
id?: IntFieldUpdateOperationsInput | number
|
|
121447
121487
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
121448
121488
|
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
121489
|
+
IPv6?: NullableStringFieldUpdateOperationsInput | string | null
|
|
121449
121490
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
121450
121491
|
affiliateLinkId?: IntFieldUpdateOperationsInput | number
|
|
121451
121492
|
}
|
|
@@ -121541,6 +121582,7 @@ export namespace Prisma {
|
|
|
121541
121582
|
id?: number
|
|
121542
121583
|
created?: Date | string
|
|
121543
121584
|
visitorIp?: string | null
|
|
121585
|
+
IPv6?: string | null
|
|
121544
121586
|
optInId: number
|
|
121545
121587
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
121546
121588
|
}
|
|
@@ -121548,6 +121590,7 @@ export namespace Prisma {
|
|
|
121548
121590
|
export type AffiliateClickUpdateWithoutAffiliateLinkInput = {
|
|
121549
121591
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
121550
121592
|
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
121593
|
+
IPv6?: NullableStringFieldUpdateOperationsInput | string | null
|
|
121551
121594
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
121552
121595
|
optin?: OptInUpdateOneRequiredWithoutAffiliateClicksNestedInput
|
|
121553
121596
|
affiliateEvent?: AffiliateEventUpdateManyWithoutAffiliateClickNestedInput
|
|
@@ -121557,6 +121600,7 @@ export namespace Prisma {
|
|
|
121557
121600
|
id?: IntFieldUpdateOperationsInput | number
|
|
121558
121601
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
121559
121602
|
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
121603
|
+
IPv6?: NullableStringFieldUpdateOperationsInput | string | null
|
|
121560
121604
|
optInId?: IntFieldUpdateOperationsInput | number
|
|
121561
121605
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
121562
121606
|
affiliateEvent?: AffiliateEventUncheckedUpdateManyWithoutAffiliateClickNestedInput
|
|
@@ -121566,6 +121610,7 @@ export namespace Prisma {
|
|
|
121566
121610
|
id?: IntFieldUpdateOperationsInput | number
|
|
121567
121611
|
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
121568
121612
|
visitorIp?: NullableStringFieldUpdateOperationsInput | string | null
|
|
121613
|
+
IPv6?: NullableStringFieldUpdateOperationsInput | string | null
|
|
121569
121614
|
optInId?: IntFieldUpdateOperationsInput | number
|
|
121570
121615
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
121571
121616
|
}
|