@creator.co/creatorco-prisma-client 1.0.28 → 1.0.33-alpha-dde3fcf

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/index-browser.js CHANGED
@@ -16,12 +16,12 @@ exports.Prisma = Prisma
16
16
  exports.$Enums = {}
17
17
 
18
18
  /**
19
- * Prisma Client JS version: 5.12.1
20
- * Query Engine version: 473ed3124229e22d881cb7addf559799debae1ab
19
+ * Prisma Client JS version: 5.13.0
20
+ * Query Engine version: b9a39a7ee606c28e3455d0fd60e78c3ba82b1a2b
21
21
  */
22
22
  Prisma.prismaVersion = {
23
- client: "5.12.1",
24
- engine: "473ed3124229e22d881cb7addf559799debae1ab"
23
+ client: "5.13.0",
24
+ engine: "b9a39a7ee606c28e3455d0fd60e78c3ba82b1a2b"
25
25
  }
26
26
 
27
27
  Prisma.PrismaClientKnownRequestError = () => {
@@ -649,6 +649,7 @@ exports.Prisma.AffiliateClickScalarFieldEnum = {
649
649
  id: 'id',
650
650
  created: 'created',
651
651
  visitorIp: 'visitorIp',
652
+ IPv6: 'IPv6',
652
653
  optInId: 'optInId',
653
654
  metaData: 'metaData',
654
655
  affiliateLinkId: 'affiliateLinkId'
@@ -1139,7 +1140,8 @@ exports.Prisma.BrandAffiliateLinkOrderByRelevanceFieldEnum = {
1139
1140
  };
1140
1141
 
1141
1142
  exports.Prisma.AffiliateClickOrderByRelevanceFieldEnum = {
1142
- visitorIp: 'visitorIp'
1143
+ visitorIp: 'visitorIp',
1144
+ IPv6: 'IPv6'
1143
1145
  };
1144
1146
 
1145
1147
  exports.Prisma.AffiliateEventOrderByRelevanceFieldEnum = {