@creator.co/creatorco-prisma-client 1.0.14 → 1.0.15-alpha-fc80dfc
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 +10 -7
- package/index-browser.js +6 -3
- package/index.d.ts +174 -4
- package/index.js +10 -7
- package/package.json +1 -1
- package/schema.prisma +3 -0
package/index-browser.js
CHANGED
|
@@ -287,7 +287,8 @@ exports.Prisma.TwitterProfileScalarFieldEnum = {
|
|
|
287
287
|
exports.Prisma.BrandUserProfileScalarFieldEnum = {
|
|
288
288
|
id: 'id',
|
|
289
289
|
userId: 'userId',
|
|
290
|
-
brandId: 'brandId'
|
|
290
|
+
brandId: 'brandId',
|
|
291
|
+
xpto: 'xpto'
|
|
291
292
|
};
|
|
292
293
|
|
|
293
294
|
exports.Prisma.BrandScalarFieldEnum = {
|
|
@@ -303,7 +304,8 @@ exports.Prisma.BrandScalarFieldEnum = {
|
|
|
303
304
|
affiliateCommission: 'affiliateCommission',
|
|
304
305
|
extraData: 'extraData',
|
|
305
306
|
specialistId: 'specialistId',
|
|
306
|
-
parentBrandId: 'parentBrandId'
|
|
307
|
+
parentBrandId: 'parentBrandId',
|
|
308
|
+
searchName: 'searchName'
|
|
307
309
|
};
|
|
308
310
|
|
|
309
311
|
exports.Prisma.SearchContactsScalarFieldEnum = {
|
|
@@ -954,7 +956,8 @@ exports.Prisma.BrandOrderByRelevanceFieldEnum = {
|
|
|
954
956
|
description: 'description',
|
|
955
957
|
website: 'website',
|
|
956
958
|
logoUrl: 'logoUrl',
|
|
957
|
-
affiliateBaseUrl: 'affiliateBaseUrl'
|
|
959
|
+
affiliateBaseUrl: 'affiliateBaseUrl',
|
|
960
|
+
searchName: 'searchName'
|
|
958
961
|
};
|
|
959
962
|
|
|
960
963
|
exports.Prisma.SearchContactsOrderByRelevanceFieldEnum = {
|