@creator.co/creatorco-prisma-client 1.0.76 → 1.0.77

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
@@ -1116,6 +1116,60 @@ exports.Prisma.CreditRefundBatchScalarFieldEnum = {
1116
1116
  brandId: 'brandId'
1117
1117
  };
1118
1118
 
1119
+ exports.Prisma.EmailProviderScalarFieldEnum = {
1120
+ id: 'id',
1121
+ providerType: 'providerType',
1122
+ providerEmail: 'providerEmail',
1123
+ status: 'status',
1124
+ senderName: 'senderName',
1125
+ configurationStatus: 'configurationStatus',
1126
+ isDefault: 'isDefault',
1127
+ accessToken: 'accessToken',
1128
+ refreshToken: 'refreshToken',
1129
+ smtpServer: 'smtpServer',
1130
+ smtpPort: 'smtpPort',
1131
+ smtpUsername: 'smtpUsername',
1132
+ smtpPassword: 'smtpPassword',
1133
+ smtpSenderName: 'smtpSenderName',
1134
+ smtpSenderEmail: 'smtpSenderEmail',
1135
+ smtpRelyAddress: 'smtpRelyAddress',
1136
+ imapServer: 'imapServer',
1137
+ imapPort: 'imapPort',
1138
+ imapUser: 'imapUser',
1139
+ imapPassword: 'imapPassword',
1140
+ enableSSL: 'enableSSL',
1141
+ brandId: 'brandId',
1142
+ createdByUserId: 'createdByUserId',
1143
+ editedByUserId: 'editedByUserId',
1144
+ createdAt: 'createdAt',
1145
+ updatedAt: 'updatedAt'
1146
+ };
1147
+
1148
+ exports.Prisma.EmailTrackingScalarFieldEnum = {
1149
+ id: 'id',
1150
+ trackingId: 'trackingId',
1151
+ brandId: 'brandId',
1152
+ recipientEmail: 'recipientEmail',
1153
+ emailType: 'emailType',
1154
+ campaignName: 'campaignName',
1155
+ sequenceId: 'sequenceId',
1156
+ sequenceStepId: 'sequenceStepId',
1157
+ templateId: 'templateId',
1158
+ sentAt: 'sentAt',
1159
+ opened: 'opened',
1160
+ openedAt: 'openedAt',
1161
+ openCount: 'openCount'
1162
+ };
1163
+
1164
+ exports.Prisma.SequenceOutboundReplyEmailScalarFieldEnum = {
1165
+ id: 'id',
1166
+ sequenceId: 'sequenceId',
1167
+ type: 'type',
1168
+ typeId: 'typeId',
1169
+ createdAt: 'createdAt',
1170
+ updatedAt: 'updatedAt'
1171
+ };
1172
+
1119
1173
  exports.Prisma.SortOrder = {
1120
1174
  asc: 'asc',
1121
1175
  desc: 'desc'
@@ -1543,6 +1597,38 @@ exports.Prisma.FileOrderByRelevanceFieldEnum = {
1543
1597
  md5: 'md5',
1544
1598
  type: 'type'
1545
1599
  };
1600
+
1601
+ exports.Prisma.EmailProviderOrderByRelevanceFieldEnum = {
1602
+ id: 'id',
1603
+ providerType: 'providerType',
1604
+ providerEmail: 'providerEmail',
1605
+ senderName: 'senderName',
1606
+ accessToken: 'accessToken',
1607
+ refreshToken: 'refreshToken',
1608
+ smtpServer: 'smtpServer',
1609
+ smtpPort: 'smtpPort',
1610
+ smtpUsername: 'smtpUsername',
1611
+ smtpPassword: 'smtpPassword',
1612
+ smtpSenderName: 'smtpSenderName',
1613
+ smtpSenderEmail: 'smtpSenderEmail',
1614
+ smtpRelyAddress: 'smtpRelyAddress',
1615
+ imapServer: 'imapServer',
1616
+ imapPort: 'imapPort',
1617
+ imapUser: 'imapUser',
1618
+ imapPassword: 'imapPassword'
1619
+ };
1620
+
1621
+ exports.Prisma.EmailTrackingOrderByRelevanceFieldEnum = {
1622
+ id: 'id',
1623
+ trackingId: 'trackingId',
1624
+ recipientEmail: 'recipientEmail',
1625
+ emailType: 'emailType',
1626
+ campaignName: 'campaignName'
1627
+ };
1628
+
1629
+ exports.Prisma.SequenceOutboundReplyEmailOrderByRelevanceFieldEnum = {
1630
+ typeId: 'typeId'
1631
+ };
1546
1632
  exports.trolleyPaymentType = exports.$Enums.trolleyPaymentType = {
1547
1633
  optIn: 'optIn',
1548
1634
  tip: 'tip',
@@ -1569,6 +1655,16 @@ exports.ShopifyStoreSyncStatus = exports.$Enums.ShopifyStoreSyncStatus = {
1569
1655
  error: 'error'
1570
1656
  };
1571
1657
 
1658
+ exports.Status = exports.$Enums.Status = {
1659
+ connected: 'connected',
1660
+ disconnected: 'disconnected'
1661
+ };
1662
+
1663
+ exports.ConfigurationStatus = exports.$Enums.ConfigurationStatus = {
1664
+ configured: 'configured',
1665
+ failed: 'failed'
1666
+ };
1667
+
1572
1668
  exports.Prisma.ModelName = {
1573
1669
  User: 'User',
1574
1670
  Log: 'Log',
@@ -1652,7 +1748,10 @@ exports.Prisma.ModelName = {
1652
1748
  CreatorFlag: 'CreatorFlag',
1653
1749
  BrandContract: 'BrandContract',
1654
1750
  File: 'File',
1655
- CreditRefundBatch: 'CreditRefundBatch'
1751
+ CreditRefundBatch: 'CreditRefundBatch',
1752
+ EmailProvider: 'EmailProvider',
1753
+ EmailTracking: 'EmailTracking',
1754
+ SequenceOutboundReplyEmail: 'SequenceOutboundReplyEmail'
1656
1755
  };
1657
1756
 
1658
1757
  /**