@creator.co/creatorco-prisma-client 1.0.38 → 1.0.39-alpha-0fc3e98
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 -7
- package/index-browser.js +0 -3
- package/index.d.ts +33 -116
- package/index.js +4 -7
- package/package.json +1 -1
- package/schema.prisma +1 -3
- package/wasm.js +0 -3
package/index-browser.js
CHANGED
|
@@ -587,14 +587,12 @@ exports.Prisma.SocialPostScalarFieldEnum = {
|
|
|
587
587
|
externalId: 'externalId',
|
|
588
588
|
phylloId: 'phylloId',
|
|
589
589
|
metaData: 'metaData',
|
|
590
|
-
data: 'data',
|
|
591
590
|
lastFetched: 'lastFetched',
|
|
592
591
|
lastWebhook: 'lastWebhook',
|
|
593
592
|
posted: 'posted',
|
|
594
593
|
title: 'title',
|
|
595
594
|
description: 'description',
|
|
596
595
|
url: 'url',
|
|
597
|
-
urlPath: 'urlPath',
|
|
598
596
|
format: 'format',
|
|
599
597
|
type: 'type',
|
|
600
598
|
platform: 'platform',
|
|
@@ -1180,7 +1178,6 @@ exports.Prisma.SocialPostOrderByRelevanceFieldEnum = {
|
|
|
1180
1178
|
title: 'title',
|
|
1181
1179
|
description: 'description',
|
|
1182
1180
|
url: 'url',
|
|
1183
|
-
urlPath: 'urlPath',
|
|
1184
1181
|
format: 'format',
|
|
1185
1182
|
type: 'type',
|
|
1186
1183
|
platform: 'platform',
|