@creator.co/creatorco-prisma-client 1.0.35 → 1.0.36-alpha-953b543

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.13.0
20
- * Query Engine version: b9a39a7ee606c28e3455d0fd60e78c3ba82b1a2b
19
+ * Prisma Client JS version: 5.14.0
20
+ * Query Engine version: e9771e62de70f79a5e1c604a2d7c8e2a0a874b48
21
21
  */
22
22
  Prisma.prismaVersion = {
23
- client: "5.13.0",
24
- engine: "b9a39a7ee606c28e3455d0fd60e78c3ba82b1a2b"
23
+ client: "5.14.0",
24
+ engine: "e9771e62de70f79a5e1c604a2d7c8e2a0a874b48"
25
25
  }
26
26
 
27
27
  Prisma.PrismaClientKnownRequestError = () => {
@@ -463,6 +463,7 @@ exports.Prisma.ProductListScalarFieldEnum = {
463
463
  title: 'title',
464
464
  description: 'description',
465
465
  metaData: 'metaData',
466
+ deactivated: 'deactivated',
466
467
  brandId: 'brandId'
467
468
  };
468
469
 
@@ -471,6 +472,7 @@ exports.Prisma.ProductListItemScalarFieldEnum = {
471
472
  title: 'title',
472
473
  description: 'description',
473
474
  metaData: 'metaData',
475
+ deactivated: 'deactivated',
474
476
  productListId: 'productListId'
475
477
  };
476
478