@creator.co/creatorco-prisma-client 1.0.14 → 1.0.15
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 +8 -6
- package/index-browser.js +4 -2
- package/index.d.ts +127 -2
- package/index.js +8 -6
- package/package.json +1 -1
- package/schema.prisma +2 -0
package/index-browser.js
CHANGED
|
@@ -303,7 +303,8 @@ exports.Prisma.BrandScalarFieldEnum = {
|
|
|
303
303
|
affiliateCommission: 'affiliateCommission',
|
|
304
304
|
extraData: 'extraData',
|
|
305
305
|
specialistId: 'specialistId',
|
|
306
|
-
parentBrandId: 'parentBrandId'
|
|
306
|
+
parentBrandId: 'parentBrandId',
|
|
307
|
+
searchName: 'searchName'
|
|
307
308
|
};
|
|
308
309
|
|
|
309
310
|
exports.Prisma.SearchContactsScalarFieldEnum = {
|
|
@@ -954,7 +955,8 @@ exports.Prisma.BrandOrderByRelevanceFieldEnum = {
|
|
|
954
955
|
description: 'description',
|
|
955
956
|
website: 'website',
|
|
956
957
|
logoUrl: 'logoUrl',
|
|
957
|
-
affiliateBaseUrl: 'affiliateBaseUrl'
|
|
958
|
+
affiliateBaseUrl: 'affiliateBaseUrl',
|
|
959
|
+
searchName: 'searchName'
|
|
958
960
|
};
|
|
959
961
|
|
|
960
962
|
exports.Prisma.SearchContactsOrderByRelevanceFieldEnum = {
|