@creator.co/creatorco-prisma-client 1.0.82-alpha-64cbbc1 → 1.0.82
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 +5 -5
- package/index.d.ts +4 -3
- package/index.js +5 -5
- package/package.json +1 -1
- package/schema.prisma +1 -1
package/index.d.ts
CHANGED
|
@@ -112771,7 +112771,7 @@ export namespace Prisma {
|
|
|
112771
112771
|
}
|
|
112772
112772
|
|
|
112773
112773
|
export type SocialProfileContactWhereUniqueInput = Prisma.AtLeast<{
|
|
112774
|
-
|
|
112774
|
+
type_value_socialProfileId?: SocialProfileContactTypeValueSocialProfileIdCompoundUniqueInput
|
|
112775
112775
|
AND?: SocialProfileContactWhereInput | SocialProfileContactWhereInput[]
|
|
112776
112776
|
OR?: SocialProfileContactWhereInput[]
|
|
112777
112777
|
NOT?: SocialProfileContactWhereInput | SocialProfileContactWhereInput[]
|
|
@@ -112783,7 +112783,7 @@ export namespace Prisma {
|
|
|
112783
112783
|
updatedAt?: DateTimeNullableFilter<"SocialProfileContact"> | Date | string | null
|
|
112784
112784
|
socialProfileId?: IntFilter<"SocialProfileContact"> | number
|
|
112785
112785
|
socialProfile?: XOR<SocialProfileRelationFilter, SocialProfileWhereInput>
|
|
112786
|
-
}, "
|
|
112786
|
+
}, "type_value_socialProfileId">
|
|
112787
112787
|
|
|
112788
112788
|
export type SocialProfileContactOrderByWithAggregationInput = {
|
|
112789
112789
|
type?: SortOrder
|
|
@@ -127392,9 +127392,10 @@ export namespace Prisma {
|
|
|
127392
127392
|
search: string
|
|
127393
127393
|
}
|
|
127394
127394
|
|
|
127395
|
-
export type
|
|
127395
|
+
export type SocialProfileContactTypeValueSocialProfileIdCompoundUniqueInput = {
|
|
127396
127396
|
type: string
|
|
127397
127397
|
value: string
|
|
127398
|
+
socialProfileId: number
|
|
127398
127399
|
}
|
|
127399
127400
|
|
|
127400
127401
|
export type SocialProfileContactCountOrderByAggregateInput = {
|