@creator.co/creatorco-prisma-client 1.0.36 → 1.0.38
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 +11 -4
- package/index-browser.js +7 -0
- package/index.d.ts +2279 -346
- package/index.js +11 -4
- package/package.json +1 -1
- package/schema.prisma +26 -13
- package/wasm.js +7 -0
package/index-browser.js
CHANGED
|
@@ -448,6 +448,12 @@ exports.Prisma.CampaignToImageScalarFieldEnum = {
|
|
|
448
448
|
type: 'type'
|
|
449
449
|
};
|
|
450
450
|
|
|
451
|
+
exports.Prisma.CampaignToBrandAffiliateLinkScalarFieldEnum = {
|
|
452
|
+
id: 'id',
|
|
453
|
+
campaignId: 'campaignId',
|
|
454
|
+
brandAffiliateLinkId: 'brandAffiliateLinkId'
|
|
455
|
+
};
|
|
456
|
+
|
|
451
457
|
exports.Prisma.CampaignToCategoryScalarFieldEnum = {
|
|
452
458
|
campaignId: 'campaignId',
|
|
453
459
|
categoryId: 'categoryId'
|
|
@@ -1364,6 +1370,7 @@ exports.Prisma.ModelName = {
|
|
|
1364
1370
|
Campaign: 'Campaign',
|
|
1365
1371
|
CampaignPin: 'CampaignPin',
|
|
1366
1372
|
CampaignToImage: 'CampaignToImage',
|
|
1373
|
+
CampaignToBrandAffiliateLink: 'CampaignToBrandAffiliateLink',
|
|
1367
1374
|
CampaignToCategory: 'CampaignToCategory',
|
|
1368
1375
|
CampaignToCountry: 'CampaignToCountry',
|
|
1369
1376
|
ProductList: 'ProductList',
|