@creator.co/creatorco-prisma-client 1.0.39-alpha-0fc3e98 → 1.0.40
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 +3 -1
- package/index.d.ts +128 -78
- package/index.js +7 -5
- package/package.json +1 -1
- package/schema.prisma +5 -2
- package/wasm.js +3 -1
package/index-browser.js
CHANGED
|
@@ -449,7 +449,6 @@ exports.Prisma.CampaignToImageScalarFieldEnum = {
|
|
|
449
449
|
};
|
|
450
450
|
|
|
451
451
|
exports.Prisma.CampaignToBrandAffiliateLinkScalarFieldEnum = {
|
|
452
|
-
id: 'id',
|
|
453
452
|
campaignId: 'campaignId',
|
|
454
453
|
brandAffiliateLinkId: 'brandAffiliateLinkId'
|
|
455
454
|
};
|
|
@@ -587,12 +586,14 @@ exports.Prisma.SocialPostScalarFieldEnum = {
|
|
|
587
586
|
externalId: 'externalId',
|
|
588
587
|
phylloId: 'phylloId',
|
|
589
588
|
metaData: 'metaData',
|
|
589
|
+
data: 'data',
|
|
590
590
|
lastFetched: 'lastFetched',
|
|
591
591
|
lastWebhook: 'lastWebhook',
|
|
592
592
|
posted: 'posted',
|
|
593
593
|
title: 'title',
|
|
594
594
|
description: 'description',
|
|
595
595
|
url: 'url',
|
|
596
|
+
urlPath: 'urlPath',
|
|
596
597
|
format: 'format',
|
|
597
598
|
type: 'type',
|
|
598
599
|
platform: 'platform',
|
|
@@ -1178,6 +1179,7 @@ exports.Prisma.SocialPostOrderByRelevanceFieldEnum = {
|
|
|
1178
1179
|
title: 'title',
|
|
1179
1180
|
description: 'description',
|
|
1180
1181
|
url: 'url',
|
|
1182
|
+
urlPath: 'urlPath',
|
|
1181
1183
|
format: 'format',
|
|
1182
1184
|
type: 'type',
|
|
1183
1185
|
platform: 'platform',
|