@creator.co/creatorco-prisma-client 1.0.82-alpha-87c8144 → 1.0.82-alpha-bd13b4c
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 +2 -0
- package/index.d.ts +70 -0
- package/index.js +7 -5
- package/package.json +1 -1
- package/schema.prisma +7 -5
- package/wasm.js +2 -0
package/index-browser.js
CHANGED
package/index.d.ts
CHANGED
|
@@ -74220,6 +74220,8 @@ export namespace Prisma {
|
|
|
74220
74220
|
type: string | null
|
|
74221
74221
|
value: string | null
|
|
74222
74222
|
source: $Enums.SocialProfileContactSource | null
|
|
74223
|
+
createdAt: Date | null
|
|
74224
|
+
updatedAt: Date | null
|
|
74223
74225
|
socialProfileId: number | null
|
|
74224
74226
|
}
|
|
74225
74227
|
|
|
@@ -74228,6 +74230,8 @@ export namespace Prisma {
|
|
|
74228
74230
|
type: string | null
|
|
74229
74231
|
value: string | null
|
|
74230
74232
|
source: $Enums.SocialProfileContactSource | null
|
|
74233
|
+
createdAt: Date | null
|
|
74234
|
+
updatedAt: Date | null
|
|
74231
74235
|
socialProfileId: number | null
|
|
74232
74236
|
}
|
|
74233
74237
|
|
|
@@ -74237,6 +74241,8 @@ export namespace Prisma {
|
|
|
74237
74241
|
value: number
|
|
74238
74242
|
source: number
|
|
74239
74243
|
metaData: number
|
|
74244
|
+
createdAt: number
|
|
74245
|
+
updatedAt: number
|
|
74240
74246
|
socialProfileId: number
|
|
74241
74247
|
_all: number
|
|
74242
74248
|
}
|
|
@@ -74257,6 +74263,8 @@ export namespace Prisma {
|
|
|
74257
74263
|
type?: true
|
|
74258
74264
|
value?: true
|
|
74259
74265
|
source?: true
|
|
74266
|
+
createdAt?: true
|
|
74267
|
+
updatedAt?: true
|
|
74260
74268
|
socialProfileId?: true
|
|
74261
74269
|
}
|
|
74262
74270
|
|
|
@@ -74265,6 +74273,8 @@ export namespace Prisma {
|
|
|
74265
74273
|
type?: true
|
|
74266
74274
|
value?: true
|
|
74267
74275
|
source?: true
|
|
74276
|
+
createdAt?: true
|
|
74277
|
+
updatedAt?: true
|
|
74268
74278
|
socialProfileId?: true
|
|
74269
74279
|
}
|
|
74270
74280
|
|
|
@@ -74274,6 +74284,8 @@ export namespace Prisma {
|
|
|
74274
74284
|
value?: true
|
|
74275
74285
|
source?: true
|
|
74276
74286
|
metaData?: true
|
|
74287
|
+
createdAt?: true
|
|
74288
|
+
updatedAt?: true
|
|
74277
74289
|
socialProfileId?: true
|
|
74278
74290
|
_all?: true
|
|
74279
74291
|
}
|
|
@@ -74370,6 +74382,8 @@ export namespace Prisma {
|
|
|
74370
74382
|
value: string
|
|
74371
74383
|
source: $Enums.SocialProfileContactSource
|
|
74372
74384
|
metaData: JsonValue | null
|
|
74385
|
+
createdAt: Date | null
|
|
74386
|
+
updatedAt: Date | null
|
|
74373
74387
|
socialProfileId: number
|
|
74374
74388
|
_count: SocialProfileContactCountAggregateOutputType | null
|
|
74375
74389
|
_avg: SocialProfileContactAvgAggregateOutputType | null
|
|
@@ -74398,6 +74412,8 @@ export namespace Prisma {
|
|
|
74398
74412
|
value?: boolean
|
|
74399
74413
|
source?: boolean
|
|
74400
74414
|
metaData?: boolean
|
|
74415
|
+
createdAt?: boolean
|
|
74416
|
+
updatedAt?: boolean
|
|
74401
74417
|
socialProfileId?: boolean
|
|
74402
74418
|
socialProfile?: boolean | SocialProfileDefaultArgs<ExtArgs>
|
|
74403
74419
|
}, ExtArgs["result"]["socialProfileContact"]>
|
|
@@ -74408,6 +74424,8 @@ export namespace Prisma {
|
|
|
74408
74424
|
value?: boolean
|
|
74409
74425
|
source?: boolean
|
|
74410
74426
|
metaData?: boolean
|
|
74427
|
+
createdAt?: boolean
|
|
74428
|
+
updatedAt?: boolean
|
|
74411
74429
|
socialProfileId?: boolean
|
|
74412
74430
|
socialProfile?: boolean | SocialProfileDefaultArgs<ExtArgs>
|
|
74413
74431
|
}, ExtArgs["result"]["socialProfileContact"]>
|
|
@@ -74418,6 +74436,8 @@ export namespace Prisma {
|
|
|
74418
74436
|
value?: boolean
|
|
74419
74437
|
source?: boolean
|
|
74420
74438
|
metaData?: boolean
|
|
74439
|
+
createdAt?: boolean
|
|
74440
|
+
updatedAt?: boolean
|
|
74421
74441
|
socialProfileId?: boolean
|
|
74422
74442
|
}
|
|
74423
74443
|
|
|
@@ -74439,6 +74459,8 @@ export namespace Prisma {
|
|
|
74439
74459
|
value: string
|
|
74440
74460
|
source: $Enums.SocialProfileContactSource
|
|
74441
74461
|
metaData: Prisma.JsonValue | null
|
|
74462
|
+
createdAt: Date | null
|
|
74463
|
+
updatedAt: Date | null
|
|
74442
74464
|
socialProfileId: number
|
|
74443
74465
|
}, ExtArgs["result"]["socialProfileContact"]>
|
|
74444
74466
|
composites: {}
|
|
@@ -74839,6 +74861,8 @@ export namespace Prisma {
|
|
|
74839
74861
|
readonly value: FieldRef<"SocialProfileContact", 'String'>
|
|
74840
74862
|
readonly source: FieldRef<"SocialProfileContact", 'SocialProfileContactSource'>
|
|
74841
74863
|
readonly metaData: FieldRef<"SocialProfileContact", 'Json'>
|
|
74864
|
+
readonly createdAt: FieldRef<"SocialProfileContact", 'DateTime'>
|
|
74865
|
+
readonly updatedAt: FieldRef<"SocialProfileContact", 'DateTime'>
|
|
74842
74866
|
readonly socialProfileId: FieldRef<"SocialProfileContact", 'Int'>
|
|
74843
74867
|
}
|
|
74844
74868
|
|
|
@@ -106156,6 +106180,8 @@ export namespace Prisma {
|
|
|
106156
106180
|
value: 'value',
|
|
106157
106181
|
source: 'source',
|
|
106158
106182
|
metaData: 'metaData',
|
|
106183
|
+
createdAt: 'createdAt',
|
|
106184
|
+
updatedAt: 'updatedAt',
|
|
106159
106185
|
socialProfileId: 'socialProfileId'
|
|
106160
106186
|
};
|
|
106161
106187
|
|
|
@@ -112744,6 +112770,8 @@ export namespace Prisma {
|
|
|
112744
112770
|
value?: StringFilter<"SocialProfileContact"> | string
|
|
112745
112771
|
source?: EnumSocialProfileContactSourceFilter<"SocialProfileContact"> | $Enums.SocialProfileContactSource
|
|
112746
112772
|
metaData?: JsonNullableFilter<"SocialProfileContact">
|
|
112773
|
+
createdAt?: DateTimeNullableFilter<"SocialProfileContact"> | Date | string | null
|
|
112774
|
+
updatedAt?: DateTimeNullableFilter<"SocialProfileContact"> | Date | string | null
|
|
112747
112775
|
socialProfileId?: IntFilter<"SocialProfileContact"> | number
|
|
112748
112776
|
socialProfile?: XOR<SocialProfileRelationFilter, SocialProfileWhereInput>
|
|
112749
112777
|
}
|
|
@@ -112754,6 +112782,8 @@ export namespace Prisma {
|
|
|
112754
112782
|
value?: SortOrder
|
|
112755
112783
|
source?: SortOrder
|
|
112756
112784
|
metaData?: SortOrderInput | SortOrder
|
|
112785
|
+
createdAt?: SortOrderInput | SortOrder
|
|
112786
|
+
updatedAt?: SortOrderInput | SortOrder
|
|
112757
112787
|
socialProfileId?: SortOrder
|
|
112758
112788
|
socialProfile?: SocialProfileOrderByWithRelationInput
|
|
112759
112789
|
_relevance?: SocialProfileContactOrderByRelevanceInput
|
|
@@ -112768,6 +112798,8 @@ export namespace Prisma {
|
|
|
112768
112798
|
value?: StringFilter<"SocialProfileContact"> | string
|
|
112769
112799
|
source?: EnumSocialProfileContactSourceFilter<"SocialProfileContact"> | $Enums.SocialProfileContactSource
|
|
112770
112800
|
metaData?: JsonNullableFilter<"SocialProfileContact">
|
|
112801
|
+
createdAt?: DateTimeNullableFilter<"SocialProfileContact"> | Date | string | null
|
|
112802
|
+
updatedAt?: DateTimeNullableFilter<"SocialProfileContact"> | Date | string | null
|
|
112771
112803
|
socialProfileId?: IntFilter<"SocialProfileContact"> | number
|
|
112772
112804
|
socialProfile?: XOR<SocialProfileRelationFilter, SocialProfileWhereInput>
|
|
112773
112805
|
}, "id">
|
|
@@ -112778,6 +112810,8 @@ export namespace Prisma {
|
|
|
112778
112810
|
value?: SortOrder
|
|
112779
112811
|
source?: SortOrder
|
|
112780
112812
|
metaData?: SortOrderInput | SortOrder
|
|
112813
|
+
createdAt?: SortOrderInput | SortOrder
|
|
112814
|
+
updatedAt?: SortOrderInput | SortOrder
|
|
112781
112815
|
socialProfileId?: SortOrder
|
|
112782
112816
|
_count?: SocialProfileContactCountOrderByAggregateInput
|
|
112783
112817
|
_avg?: SocialProfileContactAvgOrderByAggregateInput
|
|
@@ -112795,6 +112829,8 @@ export namespace Prisma {
|
|
|
112795
112829
|
value?: StringWithAggregatesFilter<"SocialProfileContact"> | string
|
|
112796
112830
|
source?: EnumSocialProfileContactSourceWithAggregatesFilter<"SocialProfileContact"> | $Enums.SocialProfileContactSource
|
|
112797
112831
|
metaData?: JsonNullableWithAggregatesFilter<"SocialProfileContact">
|
|
112832
|
+
createdAt?: DateTimeNullableWithAggregatesFilter<"SocialProfileContact"> | Date | string | null
|
|
112833
|
+
updatedAt?: DateTimeNullableWithAggregatesFilter<"SocialProfileContact"> | Date | string | null
|
|
112798
112834
|
socialProfileId?: IntWithAggregatesFilter<"SocialProfileContact"> | number
|
|
112799
112835
|
}
|
|
112800
112836
|
|
|
@@ -120544,6 +120580,8 @@ export namespace Prisma {
|
|
|
120544
120580
|
value: string
|
|
120545
120581
|
source?: $Enums.SocialProfileContactSource
|
|
120546
120582
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
120583
|
+
createdAt?: Date | string | null
|
|
120584
|
+
updatedAt?: Date | string | null
|
|
120547
120585
|
socialProfile: SocialProfileCreateNestedOneWithoutSocialProfileContactsInput
|
|
120548
120586
|
}
|
|
120549
120587
|
|
|
@@ -120553,6 +120591,8 @@ export namespace Prisma {
|
|
|
120553
120591
|
value: string
|
|
120554
120592
|
source?: $Enums.SocialProfileContactSource
|
|
120555
120593
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
120594
|
+
createdAt?: Date | string | null
|
|
120595
|
+
updatedAt?: Date | string | null
|
|
120556
120596
|
socialProfileId: number
|
|
120557
120597
|
}
|
|
120558
120598
|
|
|
@@ -120561,6 +120601,8 @@ export namespace Prisma {
|
|
|
120561
120601
|
value?: StringFieldUpdateOperationsInput | string
|
|
120562
120602
|
source?: EnumSocialProfileContactSourceFieldUpdateOperationsInput | $Enums.SocialProfileContactSource
|
|
120563
120603
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
120604
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
120605
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
120564
120606
|
socialProfile?: SocialProfileUpdateOneRequiredWithoutSocialProfileContactsNestedInput
|
|
120565
120607
|
}
|
|
120566
120608
|
|
|
@@ -120570,6 +120612,8 @@ export namespace Prisma {
|
|
|
120570
120612
|
value?: StringFieldUpdateOperationsInput | string
|
|
120571
120613
|
source?: EnumSocialProfileContactSourceFieldUpdateOperationsInput | $Enums.SocialProfileContactSource
|
|
120572
120614
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
120615
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
120616
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
120573
120617
|
socialProfileId?: IntFieldUpdateOperationsInput | number
|
|
120574
120618
|
}
|
|
120575
120619
|
|
|
@@ -120579,6 +120623,8 @@ export namespace Prisma {
|
|
|
120579
120623
|
value: string
|
|
120580
120624
|
source?: $Enums.SocialProfileContactSource
|
|
120581
120625
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
120626
|
+
createdAt?: Date | string | null
|
|
120627
|
+
updatedAt?: Date | string | null
|
|
120582
120628
|
socialProfileId: number
|
|
120583
120629
|
}
|
|
120584
120630
|
|
|
@@ -120587,6 +120633,8 @@ export namespace Prisma {
|
|
|
120587
120633
|
value?: StringFieldUpdateOperationsInput | string
|
|
120588
120634
|
source?: EnumSocialProfileContactSourceFieldUpdateOperationsInput | $Enums.SocialProfileContactSource
|
|
120589
120635
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
120636
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
120637
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
120590
120638
|
}
|
|
120591
120639
|
|
|
120592
120640
|
export type SocialProfileContactUncheckedUpdateManyInput = {
|
|
@@ -120595,6 +120643,8 @@ export namespace Prisma {
|
|
|
120595
120643
|
value?: StringFieldUpdateOperationsInput | string
|
|
120596
120644
|
source?: EnumSocialProfileContactSourceFieldUpdateOperationsInput | $Enums.SocialProfileContactSource
|
|
120597
120645
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
120646
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
120647
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
120598
120648
|
socialProfileId?: IntFieldUpdateOperationsInput | number
|
|
120599
120649
|
}
|
|
120600
120650
|
|
|
@@ -127373,6 +127423,8 @@ export namespace Prisma {
|
|
|
127373
127423
|
value?: SortOrder
|
|
127374
127424
|
source?: SortOrder
|
|
127375
127425
|
metaData?: SortOrder
|
|
127426
|
+
createdAt?: SortOrder
|
|
127427
|
+
updatedAt?: SortOrder
|
|
127376
127428
|
socialProfileId?: SortOrder
|
|
127377
127429
|
}
|
|
127378
127430
|
|
|
@@ -127386,6 +127438,8 @@ export namespace Prisma {
|
|
|
127386
127438
|
type?: SortOrder
|
|
127387
127439
|
value?: SortOrder
|
|
127388
127440
|
source?: SortOrder
|
|
127441
|
+
createdAt?: SortOrder
|
|
127442
|
+
updatedAt?: SortOrder
|
|
127389
127443
|
socialProfileId?: SortOrder
|
|
127390
127444
|
}
|
|
127391
127445
|
|
|
@@ -127394,6 +127448,8 @@ export namespace Prisma {
|
|
|
127394
127448
|
type?: SortOrder
|
|
127395
127449
|
value?: SortOrder
|
|
127396
127450
|
source?: SortOrder
|
|
127451
|
+
createdAt?: SortOrder
|
|
127452
|
+
updatedAt?: SortOrder
|
|
127397
127453
|
socialProfileId?: SortOrder
|
|
127398
127454
|
}
|
|
127399
127455
|
|
|
@@ -161905,6 +161961,8 @@ export namespace Prisma {
|
|
|
161905
161961
|
value: string
|
|
161906
161962
|
source?: $Enums.SocialProfileContactSource
|
|
161907
161963
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
161964
|
+
createdAt?: Date | string | null
|
|
161965
|
+
updatedAt?: Date | string | null
|
|
161908
161966
|
}
|
|
161909
161967
|
|
|
161910
161968
|
export type SocialProfileContactUncheckedCreateWithoutSocialProfileInput = {
|
|
@@ -161913,6 +161971,8 @@ export namespace Prisma {
|
|
|
161913
161971
|
value: string
|
|
161914
161972
|
source?: $Enums.SocialProfileContactSource
|
|
161915
161973
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
161974
|
+
createdAt?: Date | string | null
|
|
161975
|
+
updatedAt?: Date | string | null
|
|
161916
161976
|
}
|
|
161917
161977
|
|
|
161918
161978
|
export type SocialProfileContactCreateOrConnectWithoutSocialProfileInput = {
|
|
@@ -162120,6 +162180,8 @@ export namespace Prisma {
|
|
|
162120
162180
|
value?: StringFilter<"SocialProfileContact"> | string
|
|
162121
162181
|
source?: EnumSocialProfileContactSourceFilter<"SocialProfileContact"> | $Enums.SocialProfileContactSource
|
|
162122
162182
|
metaData?: JsonNullableFilter<"SocialProfileContact">
|
|
162183
|
+
createdAt?: DateTimeNullableFilter<"SocialProfileContact"> | Date | string | null
|
|
162184
|
+
updatedAt?: DateTimeNullableFilter<"SocialProfileContact"> | Date | string | null
|
|
162123
162185
|
socialProfileId?: IntFilter<"SocialProfileContact"> | number
|
|
162124
162186
|
}
|
|
162125
162187
|
|
|
@@ -176722,6 +176784,8 @@ export namespace Prisma {
|
|
|
176722
176784
|
value: string
|
|
176723
176785
|
source?: $Enums.SocialProfileContactSource
|
|
176724
176786
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
176787
|
+
createdAt?: Date | string | null
|
|
176788
|
+
updatedAt?: Date | string | null
|
|
176725
176789
|
}
|
|
176726
176790
|
|
|
176727
176791
|
export type CreatorListItemUpdateWithoutSocialProfileInput = {
|
|
@@ -176822,6 +176886,8 @@ export namespace Prisma {
|
|
|
176822
176886
|
value?: StringFieldUpdateOperationsInput | string
|
|
176823
176887
|
source?: EnumSocialProfileContactSourceFieldUpdateOperationsInput | $Enums.SocialProfileContactSource
|
|
176824
176888
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
176889
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
176890
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
176825
176891
|
}
|
|
176826
176892
|
|
|
176827
176893
|
export type SocialProfileContactUncheckedUpdateWithoutSocialProfileInput = {
|
|
@@ -176830,6 +176896,8 @@ export namespace Prisma {
|
|
|
176830
176896
|
value?: StringFieldUpdateOperationsInput | string
|
|
176831
176897
|
source?: EnumSocialProfileContactSourceFieldUpdateOperationsInput | $Enums.SocialProfileContactSource
|
|
176832
176898
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
176899
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
176900
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
176833
176901
|
}
|
|
176834
176902
|
|
|
176835
176903
|
export type SocialProfileContactUncheckedUpdateManyWithoutSocialProfileInput = {
|
|
@@ -176838,6 +176906,8 @@ export namespace Prisma {
|
|
|
176838
176906
|
value?: StringFieldUpdateOperationsInput | string
|
|
176839
176907
|
source?: EnumSocialProfileContactSourceFieldUpdateOperationsInput | $Enums.SocialProfileContactSource
|
|
176840
176908
|
metaData?: NullableJsonNullValueInput | InputJsonValue
|
|
176909
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
176910
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
176841
176911
|
}
|
|
176842
176912
|
|
|
176843
176913
|
export type SequenceStepCreateManyEmailTemplateInput = {
|