@creator.co/creatorco-prisma-client 1.0.73 → 1.0.74
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 +4 -4
- package/index.d.ts +18 -0
- package/index.js +4 -4
- package/package.json +1 -1
- package/schema.prisma +6 -6
package/index.d.ts
CHANGED
|
@@ -13054,6 +13054,9 @@ export namespace Prisma {
|
|
|
13054
13054
|
country: string | null
|
|
13055
13055
|
region: string | null
|
|
13056
13056
|
birthDate: Date | null
|
|
13057
|
+
/**
|
|
13058
|
+
* @deprecated
|
|
13059
|
+
*/
|
|
13057
13060
|
interests: Prisma.JsonValue | null
|
|
13058
13061
|
gender: string | null
|
|
13059
13062
|
shippingAddress1: string | null
|
|
@@ -14442,6 +14445,9 @@ export namespace Prisma {
|
|
|
14442
14445
|
hasGuides: boolean | null
|
|
14443
14446
|
hasChannel: boolean | null
|
|
14444
14447
|
totalIgtvVideos: number | null
|
|
14448
|
+
/**
|
|
14449
|
+
* @deprecated
|
|
14450
|
+
*/
|
|
14445
14451
|
profilePicUrlHd: string | null
|
|
14446
14452
|
lastStoriesUpdate: Date | null
|
|
14447
14453
|
extraData: Prisma.JsonValue | null
|
|
@@ -31998,7 +32004,13 @@ export namespace Prisma {
|
|
|
31998
32004
|
minPaidAmount: number | null
|
|
31999
32005
|
maxPaidAmount: number | null
|
|
32000
32006
|
paymentType: string | null
|
|
32007
|
+
/**
|
|
32008
|
+
* @deprecated redundant
|
|
32009
|
+
*/
|
|
32001
32010
|
monthlyActivatedGoal: number | null
|
|
32011
|
+
/**
|
|
32012
|
+
* @deprecated redundant
|
|
32013
|
+
*/
|
|
32002
32014
|
expectedOptIns: number | null
|
|
32003
32015
|
goalActivations: number | null
|
|
32004
32016
|
goalOptIns: number | null
|
|
@@ -48820,6 +48832,9 @@ export namespace Prisma {
|
|
|
48820
48832
|
seen: boolean
|
|
48821
48833
|
instructions: string | null
|
|
48822
48834
|
paymentAmount: number | null
|
|
48835
|
+
/**
|
|
48836
|
+
* @deprecated join with TrolleyPayment for actual status
|
|
48837
|
+
*/
|
|
48823
48838
|
paymentStatus: string
|
|
48824
48839
|
extraData: Prisma.JsonValue
|
|
48825
48840
|
favoritedDate: Date | null
|
|
@@ -56039,6 +56054,9 @@ export namespace Prisma {
|
|
|
56039
56054
|
title: string | null
|
|
56040
56055
|
description: string | null
|
|
56041
56056
|
url: string | null
|
|
56057
|
+
/**
|
|
56058
|
+
* @deprecated This is here so we have some external identifier to quickly search by
|
|
56059
|
+
*/
|
|
56042
56060
|
urlPath: string | null
|
|
56043
56061
|
format: string | null
|
|
56044
56062
|
type: string | null
|