@creator.co/creatorco-prisma-client 1.0.77 → 1.0.78
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 +6 -5
- package/index-browser.js +1 -0
- package/index.d.ts +41 -0
- package/index.js +6 -5
- package/package.json +1 -1
- package/schema.prisma +1 -0
- package/wasm.js +1 -0
package/index-browser.js
CHANGED
package/index.d.ts
CHANGED
|
@@ -101935,12 +101935,14 @@ export namespace Prisma {
|
|
|
101935
101935
|
id: number | null
|
|
101936
101936
|
sequenceId: number | null
|
|
101937
101937
|
type: number | null
|
|
101938
|
+
replyCount: number | null
|
|
101938
101939
|
}
|
|
101939
101940
|
|
|
101940
101941
|
export type SequenceOutboundReplyEmailSumAggregateOutputType = {
|
|
101941
101942
|
id: number | null
|
|
101942
101943
|
sequenceId: number | null
|
|
101943
101944
|
type: number | null
|
|
101945
|
+
replyCount: number | null
|
|
101944
101946
|
}
|
|
101945
101947
|
|
|
101946
101948
|
export type SequenceOutboundReplyEmailMinAggregateOutputType = {
|
|
@@ -101948,6 +101950,7 @@ export namespace Prisma {
|
|
|
101948
101950
|
sequenceId: number | null
|
|
101949
101951
|
type: number | null
|
|
101950
101952
|
typeId: string | null
|
|
101953
|
+
replyCount: number | null
|
|
101951
101954
|
createdAt: Date | null
|
|
101952
101955
|
updatedAt: Date | null
|
|
101953
101956
|
}
|
|
@@ -101957,6 +101960,7 @@ export namespace Prisma {
|
|
|
101957
101960
|
sequenceId: number | null
|
|
101958
101961
|
type: number | null
|
|
101959
101962
|
typeId: string | null
|
|
101963
|
+
replyCount: number | null
|
|
101960
101964
|
createdAt: Date | null
|
|
101961
101965
|
updatedAt: Date | null
|
|
101962
101966
|
}
|
|
@@ -101966,6 +101970,7 @@ export namespace Prisma {
|
|
|
101966
101970
|
sequenceId: number
|
|
101967
101971
|
type: number
|
|
101968
101972
|
typeId: number
|
|
101973
|
+
replyCount: number
|
|
101969
101974
|
createdAt: number
|
|
101970
101975
|
updatedAt: number
|
|
101971
101976
|
_all: number
|
|
@@ -101976,12 +101981,14 @@ export namespace Prisma {
|
|
|
101976
101981
|
id?: true
|
|
101977
101982
|
sequenceId?: true
|
|
101978
101983
|
type?: true
|
|
101984
|
+
replyCount?: true
|
|
101979
101985
|
}
|
|
101980
101986
|
|
|
101981
101987
|
export type SequenceOutboundReplyEmailSumAggregateInputType = {
|
|
101982
101988
|
id?: true
|
|
101983
101989
|
sequenceId?: true
|
|
101984
101990
|
type?: true
|
|
101991
|
+
replyCount?: true
|
|
101985
101992
|
}
|
|
101986
101993
|
|
|
101987
101994
|
export type SequenceOutboundReplyEmailMinAggregateInputType = {
|
|
@@ -101989,6 +101996,7 @@ export namespace Prisma {
|
|
|
101989
101996
|
sequenceId?: true
|
|
101990
101997
|
type?: true
|
|
101991
101998
|
typeId?: true
|
|
101999
|
+
replyCount?: true
|
|
101992
102000
|
createdAt?: true
|
|
101993
102001
|
updatedAt?: true
|
|
101994
102002
|
}
|
|
@@ -101998,6 +102006,7 @@ export namespace Prisma {
|
|
|
101998
102006
|
sequenceId?: true
|
|
101999
102007
|
type?: true
|
|
102000
102008
|
typeId?: true
|
|
102009
|
+
replyCount?: true
|
|
102001
102010
|
createdAt?: true
|
|
102002
102011
|
updatedAt?: true
|
|
102003
102012
|
}
|
|
@@ -102007,6 +102016,7 @@ export namespace Prisma {
|
|
|
102007
102016
|
sequenceId?: true
|
|
102008
102017
|
type?: true
|
|
102009
102018
|
typeId?: true
|
|
102019
|
+
replyCount?: true
|
|
102010
102020
|
createdAt?: true
|
|
102011
102021
|
updatedAt?: true
|
|
102012
102022
|
_all?: true
|
|
@@ -102103,6 +102113,7 @@ export namespace Prisma {
|
|
|
102103
102113
|
sequenceId: number
|
|
102104
102114
|
type: number
|
|
102105
102115
|
typeId: string
|
|
102116
|
+
replyCount: number
|
|
102106
102117
|
createdAt: Date
|
|
102107
102118
|
updatedAt: Date
|
|
102108
102119
|
_count: SequenceOutboundReplyEmailCountAggregateOutputType | null
|
|
@@ -102131,6 +102142,7 @@ export namespace Prisma {
|
|
|
102131
102142
|
sequenceId?: boolean
|
|
102132
102143
|
type?: boolean
|
|
102133
102144
|
typeId?: boolean
|
|
102145
|
+
replyCount?: boolean
|
|
102134
102146
|
createdAt?: boolean
|
|
102135
102147
|
updatedAt?: boolean
|
|
102136
102148
|
sequence?: boolean | SequenceDefaultArgs<ExtArgs>
|
|
@@ -102141,6 +102153,7 @@ export namespace Prisma {
|
|
|
102141
102153
|
sequenceId?: boolean
|
|
102142
102154
|
type?: boolean
|
|
102143
102155
|
typeId?: boolean
|
|
102156
|
+
replyCount?: boolean
|
|
102144
102157
|
createdAt?: boolean
|
|
102145
102158
|
updatedAt?: boolean
|
|
102146
102159
|
sequence?: boolean | SequenceDefaultArgs<ExtArgs>
|
|
@@ -102151,6 +102164,7 @@ export namespace Prisma {
|
|
|
102151
102164
|
sequenceId?: boolean
|
|
102152
102165
|
type?: boolean
|
|
102153
102166
|
typeId?: boolean
|
|
102167
|
+
replyCount?: boolean
|
|
102154
102168
|
createdAt?: boolean
|
|
102155
102169
|
updatedAt?: boolean
|
|
102156
102170
|
}
|
|
@@ -102172,6 +102186,7 @@ export namespace Prisma {
|
|
|
102172
102186
|
sequenceId: number
|
|
102173
102187
|
type: number
|
|
102174
102188
|
typeId: string
|
|
102189
|
+
replyCount: number
|
|
102175
102190
|
createdAt: Date
|
|
102176
102191
|
updatedAt: Date
|
|
102177
102192
|
}, ExtArgs["result"]["sequenceOutboundReplyEmail"]>
|
|
@@ -102572,6 +102587,7 @@ export namespace Prisma {
|
|
|
102572
102587
|
readonly sequenceId: FieldRef<"SequenceOutboundReplyEmail", 'Int'>
|
|
102573
102588
|
readonly type: FieldRef<"SequenceOutboundReplyEmail", 'Int'>
|
|
102574
102589
|
readonly typeId: FieldRef<"SequenceOutboundReplyEmail", 'String'>
|
|
102590
|
+
readonly replyCount: FieldRef<"SequenceOutboundReplyEmail", 'Int'>
|
|
102575
102591
|
readonly createdAt: FieldRef<"SequenceOutboundReplyEmail", 'DateTime'>
|
|
102576
102592
|
readonly updatedAt: FieldRef<"SequenceOutboundReplyEmail", 'DateTime'>
|
|
102577
102593
|
}
|
|
@@ -104219,6 +104235,7 @@ export namespace Prisma {
|
|
|
104219
104235
|
sequenceId: 'sequenceId',
|
|
104220
104236
|
type: 'type',
|
|
104221
104237
|
typeId: 'typeId',
|
|
104238
|
+
replyCount: 'replyCount',
|
|
104222
104239
|
createdAt: 'createdAt',
|
|
104223
104240
|
updatedAt: 'updatedAt'
|
|
104224
104241
|
};
|
|
@@ -112416,6 +112433,7 @@ export namespace Prisma {
|
|
|
112416
112433
|
sequenceId?: IntFilter<"SequenceOutboundReplyEmail"> | number
|
|
112417
112434
|
type?: IntFilter<"SequenceOutboundReplyEmail"> | number
|
|
112418
112435
|
typeId?: StringFilter<"SequenceOutboundReplyEmail"> | string
|
|
112436
|
+
replyCount?: IntFilter<"SequenceOutboundReplyEmail"> | number
|
|
112419
112437
|
createdAt?: DateTimeFilter<"SequenceOutboundReplyEmail"> | Date | string
|
|
112420
112438
|
updatedAt?: DateTimeFilter<"SequenceOutboundReplyEmail"> | Date | string
|
|
112421
112439
|
sequence?: XOR<SequenceRelationFilter, SequenceWhereInput>
|
|
@@ -112426,6 +112444,7 @@ export namespace Prisma {
|
|
|
112426
112444
|
sequenceId?: SortOrder
|
|
112427
112445
|
type?: SortOrder
|
|
112428
112446
|
typeId?: SortOrder
|
|
112447
|
+
replyCount?: SortOrder
|
|
112429
112448
|
createdAt?: SortOrder
|
|
112430
112449
|
updatedAt?: SortOrder
|
|
112431
112450
|
sequence?: SequenceOrderByWithRelationInput
|
|
@@ -112440,6 +112459,7 @@ export namespace Prisma {
|
|
|
112440
112459
|
sequenceId?: IntFilter<"SequenceOutboundReplyEmail"> | number
|
|
112441
112460
|
type?: IntFilter<"SequenceOutboundReplyEmail"> | number
|
|
112442
112461
|
typeId?: StringFilter<"SequenceOutboundReplyEmail"> | string
|
|
112462
|
+
replyCount?: IntFilter<"SequenceOutboundReplyEmail"> | number
|
|
112443
112463
|
createdAt?: DateTimeFilter<"SequenceOutboundReplyEmail"> | Date | string
|
|
112444
112464
|
updatedAt?: DateTimeFilter<"SequenceOutboundReplyEmail"> | Date | string
|
|
112445
112465
|
sequence?: XOR<SequenceRelationFilter, SequenceWhereInput>
|
|
@@ -112450,6 +112470,7 @@ export namespace Prisma {
|
|
|
112450
112470
|
sequenceId?: SortOrder
|
|
112451
112471
|
type?: SortOrder
|
|
112452
112472
|
typeId?: SortOrder
|
|
112473
|
+
replyCount?: SortOrder
|
|
112453
112474
|
createdAt?: SortOrder
|
|
112454
112475
|
updatedAt?: SortOrder
|
|
112455
112476
|
_count?: SequenceOutboundReplyEmailCountOrderByAggregateInput
|
|
@@ -112467,6 +112488,7 @@ export namespace Prisma {
|
|
|
112467
112488
|
sequenceId?: IntWithAggregatesFilter<"SequenceOutboundReplyEmail"> | number
|
|
112468
112489
|
type?: IntWithAggregatesFilter<"SequenceOutboundReplyEmail"> | number
|
|
112469
112490
|
typeId?: StringWithAggregatesFilter<"SequenceOutboundReplyEmail"> | string
|
|
112491
|
+
replyCount?: IntWithAggregatesFilter<"SequenceOutboundReplyEmail"> | number
|
|
112470
112492
|
createdAt?: DateTimeWithAggregatesFilter<"SequenceOutboundReplyEmail"> | Date | string
|
|
112471
112493
|
updatedAt?: DateTimeWithAggregatesFilter<"SequenceOutboundReplyEmail"> | Date | string
|
|
112472
112494
|
}
|
|
@@ -119979,6 +120001,7 @@ export namespace Prisma {
|
|
|
119979
120001
|
export type SequenceOutboundReplyEmailCreateInput = {
|
|
119980
120002
|
type: number
|
|
119981
120003
|
typeId: string
|
|
120004
|
+
replyCount?: number
|
|
119982
120005
|
createdAt?: Date | string
|
|
119983
120006
|
updatedAt?: Date | string
|
|
119984
120007
|
sequence: SequenceCreateNestedOneWithoutSequenceoutboundreplyemailInput
|
|
@@ -119989,6 +120012,7 @@ export namespace Prisma {
|
|
|
119989
120012
|
sequenceId: number
|
|
119990
120013
|
type: number
|
|
119991
120014
|
typeId: string
|
|
120015
|
+
replyCount?: number
|
|
119992
120016
|
createdAt?: Date | string
|
|
119993
120017
|
updatedAt?: Date | string
|
|
119994
120018
|
}
|
|
@@ -119996,6 +120020,7 @@ export namespace Prisma {
|
|
|
119996
120020
|
export type SequenceOutboundReplyEmailUpdateInput = {
|
|
119997
120021
|
type?: IntFieldUpdateOperationsInput | number
|
|
119998
120022
|
typeId?: StringFieldUpdateOperationsInput | string
|
|
120023
|
+
replyCount?: IntFieldUpdateOperationsInput | number
|
|
119999
120024
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
120000
120025
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
120001
120026
|
sequence?: SequenceUpdateOneRequiredWithoutSequenceoutboundreplyemailNestedInput
|
|
@@ -120006,6 +120031,7 @@ export namespace Prisma {
|
|
|
120006
120031
|
sequenceId?: IntFieldUpdateOperationsInput | number
|
|
120007
120032
|
type?: IntFieldUpdateOperationsInput | number
|
|
120008
120033
|
typeId?: StringFieldUpdateOperationsInput | string
|
|
120034
|
+
replyCount?: IntFieldUpdateOperationsInput | number
|
|
120009
120035
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
120010
120036
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
120011
120037
|
}
|
|
@@ -120015,6 +120041,7 @@ export namespace Prisma {
|
|
|
120015
120041
|
sequenceId: number
|
|
120016
120042
|
type: number
|
|
120017
120043
|
typeId: string
|
|
120044
|
+
replyCount?: number
|
|
120018
120045
|
createdAt?: Date | string
|
|
120019
120046
|
updatedAt?: Date | string
|
|
120020
120047
|
}
|
|
@@ -120022,6 +120049,7 @@ export namespace Prisma {
|
|
|
120022
120049
|
export type SequenceOutboundReplyEmailUpdateManyMutationInput = {
|
|
120023
120050
|
type?: IntFieldUpdateOperationsInput | number
|
|
120024
120051
|
typeId?: StringFieldUpdateOperationsInput | string
|
|
120052
|
+
replyCount?: IntFieldUpdateOperationsInput | number
|
|
120025
120053
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
120026
120054
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
120027
120055
|
}
|
|
@@ -120031,6 +120059,7 @@ export namespace Prisma {
|
|
|
120031
120059
|
sequenceId?: IntFieldUpdateOperationsInput | number
|
|
120032
120060
|
type?: IntFieldUpdateOperationsInput | number
|
|
120033
120061
|
typeId?: StringFieldUpdateOperationsInput | string
|
|
120062
|
+
replyCount?: IntFieldUpdateOperationsInput | number
|
|
120034
120063
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
120035
120064
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
120036
120065
|
}
|
|
@@ -126157,6 +126186,7 @@ export namespace Prisma {
|
|
|
126157
126186
|
sequenceId?: SortOrder
|
|
126158
126187
|
type?: SortOrder
|
|
126159
126188
|
typeId?: SortOrder
|
|
126189
|
+
replyCount?: SortOrder
|
|
126160
126190
|
createdAt?: SortOrder
|
|
126161
126191
|
updatedAt?: SortOrder
|
|
126162
126192
|
}
|
|
@@ -126165,6 +126195,7 @@ export namespace Prisma {
|
|
|
126165
126195
|
id?: SortOrder
|
|
126166
126196
|
sequenceId?: SortOrder
|
|
126167
126197
|
type?: SortOrder
|
|
126198
|
+
replyCount?: SortOrder
|
|
126168
126199
|
}
|
|
126169
126200
|
|
|
126170
126201
|
export type SequenceOutboundReplyEmailMaxOrderByAggregateInput = {
|
|
@@ -126172,6 +126203,7 @@ export namespace Prisma {
|
|
|
126172
126203
|
sequenceId?: SortOrder
|
|
126173
126204
|
type?: SortOrder
|
|
126174
126205
|
typeId?: SortOrder
|
|
126206
|
+
replyCount?: SortOrder
|
|
126175
126207
|
createdAt?: SortOrder
|
|
126176
126208
|
updatedAt?: SortOrder
|
|
126177
126209
|
}
|
|
@@ -126181,6 +126213,7 @@ export namespace Prisma {
|
|
|
126181
126213
|
sequenceId?: SortOrder
|
|
126182
126214
|
type?: SortOrder
|
|
126183
126215
|
typeId?: SortOrder
|
|
126216
|
+
replyCount?: SortOrder
|
|
126184
126217
|
createdAt?: SortOrder
|
|
126185
126218
|
updatedAt?: SortOrder
|
|
126186
126219
|
}
|
|
@@ -126189,6 +126222,7 @@ export namespace Prisma {
|
|
|
126189
126222
|
id?: SortOrder
|
|
126190
126223
|
sequenceId?: SortOrder
|
|
126191
126224
|
type?: SortOrder
|
|
126225
|
+
replyCount?: SortOrder
|
|
126192
126226
|
}
|
|
126193
126227
|
|
|
126194
126228
|
export type UserCreateNestedOneWithoutReferredUsersInput = {
|
|
@@ -162236,6 +162270,7 @@ export namespace Prisma {
|
|
|
162236
162270
|
export type SequenceOutboundReplyEmailCreateWithoutSequenceInput = {
|
|
162237
162271
|
type: number
|
|
162238
162272
|
typeId: string
|
|
162273
|
+
replyCount?: number
|
|
162239
162274
|
createdAt?: Date | string
|
|
162240
162275
|
updatedAt?: Date | string
|
|
162241
162276
|
}
|
|
@@ -162244,6 +162279,7 @@ export namespace Prisma {
|
|
|
162244
162279
|
id?: number
|
|
162245
162280
|
type: number
|
|
162246
162281
|
typeId: string
|
|
162282
|
+
replyCount?: number
|
|
162247
162283
|
createdAt?: Date | string
|
|
162248
162284
|
updatedAt?: Date | string
|
|
162249
162285
|
}
|
|
@@ -162652,6 +162688,7 @@ export namespace Prisma {
|
|
|
162652
162688
|
sequenceId?: IntFilter<"SequenceOutboundReplyEmail"> | number
|
|
162653
162689
|
type?: IntFilter<"SequenceOutboundReplyEmail"> | number
|
|
162654
162690
|
typeId?: StringFilter<"SequenceOutboundReplyEmail"> | string
|
|
162691
|
+
replyCount?: IntFilter<"SequenceOutboundReplyEmail"> | number
|
|
162655
162692
|
createdAt?: DateTimeFilter<"SequenceOutboundReplyEmail"> | Date | string
|
|
162656
162693
|
updatedAt?: DateTimeFilter<"SequenceOutboundReplyEmail"> | Date | string
|
|
162657
162694
|
}
|
|
@@ -173354,6 +173391,7 @@ export namespace Prisma {
|
|
|
173354
173391
|
id?: number
|
|
173355
173392
|
type: number
|
|
173356
173393
|
typeId: string
|
|
173394
|
+
replyCount?: number
|
|
173357
173395
|
createdAt?: Date | string
|
|
173358
173396
|
updatedAt?: Date | string
|
|
173359
173397
|
}
|
|
@@ -173495,6 +173533,7 @@ export namespace Prisma {
|
|
|
173495
173533
|
export type SequenceOutboundReplyEmailUpdateWithoutSequenceInput = {
|
|
173496
173534
|
type?: IntFieldUpdateOperationsInput | number
|
|
173497
173535
|
typeId?: StringFieldUpdateOperationsInput | string
|
|
173536
|
+
replyCount?: IntFieldUpdateOperationsInput | number
|
|
173498
173537
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
173499
173538
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
173500
173539
|
}
|
|
@@ -173503,6 +173542,7 @@ export namespace Prisma {
|
|
|
173503
173542
|
id?: IntFieldUpdateOperationsInput | number
|
|
173504
173543
|
type?: IntFieldUpdateOperationsInput | number
|
|
173505
173544
|
typeId?: StringFieldUpdateOperationsInput | string
|
|
173545
|
+
replyCount?: IntFieldUpdateOperationsInput | number
|
|
173506
173546
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
173507
173547
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
173508
173548
|
}
|
|
@@ -173511,6 +173551,7 @@ export namespace Prisma {
|
|
|
173511
173551
|
id?: IntFieldUpdateOperationsInput | number
|
|
173512
173552
|
type?: IntFieldUpdateOperationsInput | number
|
|
173513
173553
|
typeId?: StringFieldUpdateOperationsInput | string
|
|
173554
|
+
replyCount?: IntFieldUpdateOperationsInput | number
|
|
173514
173555
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
173515
173556
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
173516
173557
|
}
|