@creator.co/creatorco-prisma-client 1.0.51 → 1.0.53-alpha-ec58990
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 +21 -7
- package/index-browser.js +17 -3
- package/index.d.ts +3490 -1312
- package/index.js +21 -7
- package/package.json +1 -1
- package/schema.prisma +32 -7
- package/wasm.js +17 -3
package/index-browser.js
CHANGED
|
@@ -621,6 +621,13 @@ exports.Prisma.SocialPostScalarFieldEnum = {
|
|
|
621
621
|
campaignId: 'campaignId'
|
|
622
622
|
};
|
|
623
623
|
|
|
624
|
+
exports.Prisma.CampaignToSocialPostScalarFieldEnum = {
|
|
625
|
+
campaignId: 'campaignId',
|
|
626
|
+
socialPostId: 'socialPostId',
|
|
627
|
+
status: 'status',
|
|
628
|
+
created: 'created'
|
|
629
|
+
};
|
|
630
|
+
|
|
624
631
|
exports.Prisma.ArchivedSocialPostScalarFieldEnum = {
|
|
625
632
|
id: 'id',
|
|
626
633
|
phylloId: 'phylloId',
|
|
@@ -884,7 +891,7 @@ exports.Prisma.ImpactRadiusEventScalarFieldEnum = {
|
|
|
884
891
|
optInId: 'optInId'
|
|
885
892
|
};
|
|
886
893
|
|
|
887
|
-
exports.Prisma.
|
|
894
|
+
exports.Prisma.CjEventScalarFieldEnum = {
|
|
888
895
|
id: 'id',
|
|
889
896
|
type: 'type',
|
|
890
897
|
created: 'created',
|
|
@@ -1372,7 +1379,7 @@ exports.Prisma.ImpactRadiusEventOrderByRelevanceFieldEnum = {
|
|
|
1372
1379
|
type: 'type'
|
|
1373
1380
|
};
|
|
1374
1381
|
|
|
1375
|
-
exports.Prisma.
|
|
1382
|
+
exports.Prisma.CjEventOrderByRelevanceFieldEnum = {
|
|
1376
1383
|
type: 'type'
|
|
1377
1384
|
};
|
|
1378
1385
|
|
|
@@ -1434,6 +1441,12 @@ exports.trolleyPaymentStatus = exports.$Enums.trolleyPaymentStatus = {
|
|
|
1434
1441
|
returned: 'returned'
|
|
1435
1442
|
};
|
|
1436
1443
|
|
|
1444
|
+
exports.CampaignToSocialPostStatus = exports.$Enums.CampaignToSocialPostStatus = {
|
|
1445
|
+
pending: 'pending',
|
|
1446
|
+
approved: 'approved',
|
|
1447
|
+
declined: 'declined'
|
|
1448
|
+
};
|
|
1449
|
+
|
|
1437
1450
|
exports.ShopifyStoreSyncStatus = exports.$Enums.ShopifyStoreSyncStatus = {
|
|
1438
1451
|
syncing: 'syncing',
|
|
1439
1452
|
synced: 'synced',
|
|
@@ -1479,6 +1492,7 @@ exports.Prisma.ModelName = {
|
|
|
1479
1492
|
TrolleyPayment: 'TrolleyPayment',
|
|
1480
1493
|
OptInVariable: 'OptInVariable',
|
|
1481
1494
|
SocialPost: 'SocialPost',
|
|
1495
|
+
CampaignToSocialPost: 'CampaignToSocialPost',
|
|
1482
1496
|
ArchivedSocialPost: 'ArchivedSocialPost',
|
|
1483
1497
|
Image: 'Image',
|
|
1484
1498
|
BrandImage: 'BrandImage',
|
|
@@ -1502,7 +1516,7 @@ exports.Prisma.ModelName = {
|
|
|
1502
1516
|
OptInView: 'OptInView',
|
|
1503
1517
|
RakutenActivity: 'RakutenActivity',
|
|
1504
1518
|
ImpactRadiusEvent: 'ImpactRadiusEvent',
|
|
1505
|
-
|
|
1519
|
+
CjEvent: 'CjEvent',
|
|
1506
1520
|
ShareASaleEvent: 'ShareASaleEvent',
|
|
1507
1521
|
CreatorSearchFilter: 'CreatorSearchFilter',
|
|
1508
1522
|
Sequence: 'Sequence',
|