@creator.co/creatorco-prisma-client 1.0.24 → 1.0.26

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/wasm.js CHANGED
@@ -16,12 +16,12 @@ exports.Prisma = Prisma
16
16
  exports.$Enums = {}
17
17
 
18
18
  /**
19
- * Prisma Client JS version: 5.11.0
20
- * Query Engine version: efd2449663b3d73d637ea1fd226bafbcf45b3102
19
+ * Prisma Client JS version: 5.12.1
20
+ * Query Engine version: 473ed3124229e22d881cb7addf559799debae1ab
21
21
  */
22
22
  Prisma.prismaVersion = {
23
- client: "5.11.0",
24
- engine: "efd2449663b3d73d637ea1fd226bafbcf45b3102"
23
+ client: "5.12.1",
24
+ engine: "473ed3124229e22d881cb7addf559799debae1ab"
25
25
  }
26
26
 
27
27
  Prisma.PrismaClientKnownRequestError = () => {
@@ -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,6 +385,7 @@ exports.Prisma.CampaignScalarFieldEnum = {
384
385
  status: 'status',
385
386
  date: 'date',
386
387
  publishDate: 'publishDate',
388
+ sfSyncDate: 'sfSyncDate',
387
389
  description: 'description',
388
390
  productDescription: 'productDescription',
389
391
  prizeDescription: 'prizeDescription',