@creator.co/creatorco-prisma-client 1.0.24-alpha-b01aec2 → 1.0.24-alpha-ab9f46d
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 +6 -6
- package/index-browser.js +2 -2
- package/index.d.ts +71 -118
- package/index.js +6 -6
- package/package.json +1 -1
- package/schema.prisma +1 -2
- package/wasm.js +2 -2
package/index-browser.js
CHANGED
|
@@ -299,7 +299,8 @@ exports.Prisma.TwitterProfileScalarFieldEnum = {
|
|
|
299
299
|
exports.Prisma.BrandUserProfileScalarFieldEnum = {
|
|
300
300
|
id: 'id',
|
|
301
301
|
userId: 'userId',
|
|
302
|
-
brandId: 'brandId'
|
|
302
|
+
brandId: 'brandId',
|
|
303
|
+
agencyPrivileges: 'agencyPrivileges'
|
|
303
304
|
};
|
|
304
305
|
|
|
305
306
|
exports.Prisma.BrandScalarFieldEnum = {
|
|
@@ -384,7 +385,6 @@ exports.Prisma.CampaignScalarFieldEnum = {
|
|
|
384
385
|
status: 'status',
|
|
385
386
|
date: 'date',
|
|
386
387
|
publishDate: 'publishDate',
|
|
387
|
-
sfSyncDate: 'sfSyncDate',
|
|
388
388
|
description: 'description',
|
|
389
389
|
productDescription: 'productDescription',
|
|
390
390
|
prizeDescription: 'prizeDescription',
|