@creator.co/creatorco-prisma-client 1.0.61-alpha-8d6ef3c → 1.0.61
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 +26 -40
- package/index-browser.js +22 -36
- package/index.d.ts +2535 -2820
- package/index.js +26 -40
- package/package.json +1 -1
- package/schema.prisma +31 -29
- package/wasm.js +22 -36
package/index-browser.js
CHANGED
|
@@ -1063,7 +1063,7 @@ exports.Prisma.BrandContractScalarFieldEnum = {
|
|
|
1063
1063
|
brandId: 'brandId',
|
|
1064
1064
|
createdAt: 'createdAt',
|
|
1065
1065
|
updatedAt: 'updatedAt',
|
|
1066
|
-
|
|
1066
|
+
fileId: 'fileId',
|
|
1067
1067
|
contractType: 'contractType',
|
|
1068
1068
|
startDate: 'startDate',
|
|
1069
1069
|
endDate: 'endDate',
|
|
@@ -1072,27 +1072,20 @@ exports.Prisma.BrandContractScalarFieldEnum = {
|
|
|
1072
1072
|
editedByUserId: 'editedByUserId'
|
|
1073
1073
|
};
|
|
1074
1074
|
|
|
1075
|
-
exports.Prisma.
|
|
1075
|
+
exports.Prisma.FileScalarFieldEnum = {
|
|
1076
1076
|
id: 'id',
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
host: 'host',
|
|
1090
|
-
user: 'user',
|
|
1091
|
-
portNumber: 'portNumber',
|
|
1092
|
-
password: 'password',
|
|
1093
|
-
isSecure: 'isSecure',
|
|
1094
|
-
metaData: 'metaData',
|
|
1095
|
-
brandId: 'brandId'
|
|
1077
|
+
brandId: 'brandId',
|
|
1078
|
+
name: 'name',
|
|
1079
|
+
description: 'description',
|
|
1080
|
+
status: 'status',
|
|
1081
|
+
md5: 'md5',
|
|
1082
|
+
type: 'type',
|
|
1083
|
+
size: 'size',
|
|
1084
|
+
createdByUserId: 'createdByUserId',
|
|
1085
|
+
editedByUserId: 'editedByUserId',
|
|
1086
|
+
createdAt: 'createdAt',
|
|
1087
|
+
updatedAt: 'updatedAt',
|
|
1088
|
+
archivedAt: 'archivedAt'
|
|
1096
1089
|
};
|
|
1097
1090
|
|
|
1098
1091
|
exports.Prisma.SortOrder = {
|
|
@@ -1507,22 +1500,16 @@ exports.Prisma.CreatorFlagOrderByRelevanceFieldEnum = {
|
|
|
1507
1500
|
};
|
|
1508
1501
|
|
|
1509
1502
|
exports.Prisma.BrandContractOrderByRelevanceFieldEnum = {
|
|
1510
|
-
|
|
1503
|
+
fileId: 'fileId',
|
|
1511
1504
|
contractType: 'contractType'
|
|
1512
1505
|
};
|
|
1513
1506
|
|
|
1514
|
-
exports.Prisma.
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
};
|
|
1521
|
-
|
|
1522
|
-
exports.Prisma.IMAPCredentialsOrderByRelevanceFieldEnum = {
|
|
1523
|
-
host: 'host',
|
|
1524
|
-
user: 'user',
|
|
1525
|
-
password: 'password'
|
|
1507
|
+
exports.Prisma.FileOrderByRelevanceFieldEnum = {
|
|
1508
|
+
id: 'id',
|
|
1509
|
+
name: 'name',
|
|
1510
|
+
description: 'description',
|
|
1511
|
+
md5: 'md5',
|
|
1512
|
+
type: 'type'
|
|
1526
1513
|
};
|
|
1527
1514
|
exports.trolleyPaymentType = exports.$Enums.trolleyPaymentType = {
|
|
1528
1515
|
optIn: 'optIn',
|
|
@@ -1631,8 +1618,7 @@ exports.Prisma.ModelName = {
|
|
|
1631
1618
|
ShopifySale: 'ShopifySale',
|
|
1632
1619
|
CreatorFlag: 'CreatorFlag',
|
|
1633
1620
|
BrandContract: 'BrandContract',
|
|
1634
|
-
|
|
1635
|
-
IMAPCredentials: 'IMAPCredentials'
|
|
1621
|
+
File: 'File'
|
|
1636
1622
|
};
|
|
1637
1623
|
|
|
1638
1624
|
/**
|