@creator.co/creatorco-prisma-client 1.0.88 → 1.0.90
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 +79 -5
- package/index-browser.js +74 -0
- package/index.d.ts +23313 -16070
- package/index.js +79 -5
- package/package.json +1 -1
- package/schema.prisma +78 -0
- package/wasm.js +74 -0
package/index-browser.js
CHANGED
|
@@ -760,6 +760,40 @@ exports.Prisma.BrandAffiliateLinkScalarFieldEnum = {
|
|
|
760
760
|
brandId: 'brandId'
|
|
761
761
|
};
|
|
762
762
|
|
|
763
|
+
exports.Prisma.AffiliateConfigurationScalarFieldEnum = {
|
|
764
|
+
id: 'id',
|
|
765
|
+
integrationId: 'integrationId',
|
|
766
|
+
platform: 'platform',
|
|
767
|
+
extraData: 'extraData',
|
|
768
|
+
editorUserId: 'editorUserId',
|
|
769
|
+
brandId: 'brandId',
|
|
770
|
+
createdAt: 'createdAt',
|
|
771
|
+
updatedAt: 'updatedAt'
|
|
772
|
+
};
|
|
773
|
+
|
|
774
|
+
exports.Prisma.AffiliatePricingGroupScalarFieldEnum = {
|
|
775
|
+
id: 'id',
|
|
776
|
+
rules: 'rules',
|
|
777
|
+
commissionType: 'commissionType',
|
|
778
|
+
value: 'value',
|
|
779
|
+
affiliateConfigurationId: 'affiliateConfigurationId',
|
|
780
|
+
editorUserId: 'editorUserId',
|
|
781
|
+
createdAt: 'createdAt',
|
|
782
|
+
updatedAt: 'updatedAt'
|
|
783
|
+
};
|
|
784
|
+
|
|
785
|
+
exports.Prisma.AffiliateResolverScalarFieldEnum = {
|
|
786
|
+
id: 'id',
|
|
787
|
+
type: 'type',
|
|
788
|
+
value: 'value',
|
|
789
|
+
extraData: 'extraData',
|
|
790
|
+
editorUserId: 'editorUserId',
|
|
791
|
+
createdAt: 'createdAt',
|
|
792
|
+
updatedAt: 'updatedAt',
|
|
793
|
+
campaignId: 'campaignId',
|
|
794
|
+
optInId: 'optInId'
|
|
795
|
+
};
|
|
796
|
+
|
|
763
797
|
exports.Prisma.AffiliateLinkScalarFieldEnum = {
|
|
764
798
|
id: 'id',
|
|
765
799
|
created: 'created',
|
|
@@ -1189,6 +1223,18 @@ exports.Prisma.SequenceOutboundReplyEmailScalarFieldEnum = {
|
|
|
1189
1223
|
updatedAt: 'updatedAt'
|
|
1190
1224
|
};
|
|
1191
1225
|
|
|
1226
|
+
exports.Prisma.LLMPromptScalarFieldEnum = {
|
|
1227
|
+
id: 'id',
|
|
1228
|
+
collectionName: 'collectionName',
|
|
1229
|
+
version: 'version',
|
|
1230
|
+
steps: 'steps',
|
|
1231
|
+
published: 'published',
|
|
1232
|
+
extraData: 'extraData',
|
|
1233
|
+
editorUserId: 'editorUserId',
|
|
1234
|
+
createdAt: 'createdAt',
|
|
1235
|
+
updatedAt: 'updatedAt'
|
|
1236
|
+
};
|
|
1237
|
+
|
|
1192
1238
|
exports.Prisma.LatestCreatorPaymentTransactionScalarFieldEnum = {
|
|
1193
1239
|
id: 'id',
|
|
1194
1240
|
balance: 'balance',
|
|
@@ -1507,6 +1553,15 @@ exports.Prisma.BrandAffiliateLinkOrderByRelevanceFieldEnum = {
|
|
|
1507
1553
|
urlPath: 'urlPath'
|
|
1508
1554
|
};
|
|
1509
1555
|
|
|
1556
|
+
exports.Prisma.AffiliateConfigurationOrderByRelevanceFieldEnum = {
|
|
1557
|
+
integrationId: 'integrationId',
|
|
1558
|
+
platform: 'platform'
|
|
1559
|
+
};
|
|
1560
|
+
|
|
1561
|
+
exports.Prisma.AffiliateResolverOrderByRelevanceFieldEnum = {
|
|
1562
|
+
value: 'value'
|
|
1563
|
+
};
|
|
1564
|
+
|
|
1510
1565
|
exports.Prisma.AffiliateClickOrderByRelevanceFieldEnum = {
|
|
1511
1566
|
visitorIp: 'visitorIp',
|
|
1512
1567
|
IPv6: 'IPv6'
|
|
@@ -1683,6 +1738,11 @@ exports.Prisma.SequenceOutboundReplyEmailOrderByRelevanceFieldEnum = {
|
|
|
1683
1738
|
typeId: 'typeId'
|
|
1684
1739
|
};
|
|
1685
1740
|
|
|
1741
|
+
exports.Prisma.LLMPromptOrderByRelevanceFieldEnum = {
|
|
1742
|
+
id: 'id',
|
|
1743
|
+
collectionName: 'collectionName'
|
|
1744
|
+
};
|
|
1745
|
+
|
|
1686
1746
|
exports.Prisma.LatestCreatorPaymentTransactionOrderByRelevanceFieldEnum = {
|
|
1687
1747
|
type: 'type',
|
|
1688
1748
|
notes: 'notes'
|
|
@@ -1712,6 +1772,16 @@ exports.CampaignToSocialPostStatus = exports.$Enums.CampaignToSocialPostStatus =
|
|
|
1712
1772
|
declined: 'declined'
|
|
1713
1773
|
};
|
|
1714
1774
|
|
|
1775
|
+
exports.AffiliateCommissionType = exports.$Enums.AffiliateCommissionType = {
|
|
1776
|
+
commission: 'commission',
|
|
1777
|
+
sale: 'sale'
|
|
1778
|
+
};
|
|
1779
|
+
|
|
1780
|
+
exports.AffiliateResolverType = exports.$Enums.AffiliateResolverType = {
|
|
1781
|
+
coupon: 'coupon',
|
|
1782
|
+
link: 'link'
|
|
1783
|
+
};
|
|
1784
|
+
|
|
1715
1785
|
exports.ConnectionStatus = exports.$Enums.ConnectionStatus = {
|
|
1716
1786
|
CONNECTED: 'CONNECTED',
|
|
1717
1787
|
ERROR: 'ERROR',
|
|
@@ -1790,6 +1860,9 @@ exports.Prisma.ModelName = {
|
|
|
1790
1860
|
PaymentTransaction: 'PaymentTransaction',
|
|
1791
1861
|
ExternalAffiliateClick: 'ExternalAffiliateClick',
|
|
1792
1862
|
BrandAffiliateLink: 'BrandAffiliateLink',
|
|
1863
|
+
AffiliateConfiguration: 'AffiliateConfiguration',
|
|
1864
|
+
AffiliatePricingGroup: 'AffiliatePricingGroup',
|
|
1865
|
+
AffiliateResolver: 'AffiliateResolver',
|
|
1793
1866
|
AffiliateLink: 'AffiliateLink',
|
|
1794
1867
|
AffiliateClick: 'AffiliateClick',
|
|
1795
1868
|
AffiliateEvent: 'AffiliateEvent',
|
|
@@ -1828,6 +1901,7 @@ exports.Prisma.ModelName = {
|
|
|
1828
1901
|
EmailProvider: 'EmailProvider',
|
|
1829
1902
|
EmailTracking: 'EmailTracking',
|
|
1830
1903
|
SequenceOutboundReplyEmail: 'SequenceOutboundReplyEmail',
|
|
1904
|
+
LLMPrompt: 'LLMPrompt',
|
|
1831
1905
|
LatestCreatorPaymentTransaction: 'LatestCreatorPaymentTransaction',
|
|
1832
1906
|
SocialPostAnalytics: 'SocialPostAnalytics'
|
|
1833
1907
|
};
|