@creator.co/creatorco-prisma-client 1.0.20-alpha-995a7a0 → 1.0.21-alpha-f0d1b14
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 +4 -7
- package/index-browser.js +0 -3
- package/index.d.ts +804 -182
- package/index.js +4 -7
- package/package.json +1 -1
- package/schema.prisma +18 -17
- package/wasm.js +0 -3
package/index-browser.js
CHANGED
|
@@ -853,8 +853,6 @@ exports.Prisma.ShopifyProductScalarFieldEnum = {
|
|
|
853
853
|
handle: 'handle',
|
|
854
854
|
createdAt: 'createdAt',
|
|
855
855
|
updatedAt: 'updatedAt',
|
|
856
|
-
description: 'description',
|
|
857
|
-
price: 'price',
|
|
858
856
|
tags: 'tags',
|
|
859
857
|
status: 'status',
|
|
860
858
|
metaData: 'metaData',
|
|
@@ -1200,7 +1198,6 @@ exports.Prisma.ShopifyProductOrderByRelevanceFieldEnum = {
|
|
|
1200
1198
|
shopifyId: 'shopifyId',
|
|
1201
1199
|
title: 'title',
|
|
1202
1200
|
handle: 'handle',
|
|
1203
|
-
description: 'description',
|
|
1204
1201
|
tags: 'tags',
|
|
1205
1202
|
status: 'status'
|
|
1206
1203
|
};
|