@creator.co/creatorco-kysely-types 1.0.34-alpha-6895cd0 → 1.0.34
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.d.ts +4 -5
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -388,7 +388,6 @@ export type OptInStep = {
|
|
|
388
388
|
socialPostId: number | null;
|
|
389
389
|
};
|
|
390
390
|
export type OptinToProductListItem = {
|
|
391
|
-
id: GeneratedAlways<number>;
|
|
392
391
|
optInId: number;
|
|
393
392
|
productListItemId: number;
|
|
394
393
|
};
|
|
@@ -747,6 +746,7 @@ export type DB = {
|
|
|
747
746
|
brandtoimage: BrandToImage;
|
|
748
747
|
branduserprofile: BrandUserProfile;
|
|
749
748
|
campaign: Campaign;
|
|
749
|
+
campaignToProductList: CampaignToProductList;
|
|
750
750
|
campaignToShopifyProduct: CampaignToShopifyProduct;
|
|
751
751
|
CampaignInvite: CampaignInvite;
|
|
752
752
|
campaignpin: CampaignPin;
|
|
@@ -754,7 +754,6 @@ export type DB = {
|
|
|
754
754
|
campaigntocategory: CampaignToCategory;
|
|
755
755
|
campaigntocountry: CampaignToCountry;
|
|
756
756
|
campaigntoimage: CampaignToImage;
|
|
757
|
-
campaigntoproductlist: CampaignToProductList;
|
|
758
757
|
category: Category;
|
|
759
758
|
chat: Chat;
|
|
760
759
|
country: Country;
|
|
@@ -773,13 +772,13 @@ export type DB = {
|
|
|
773
772
|
message: Message;
|
|
774
773
|
messagetemplate: MessageTemplate;
|
|
775
774
|
optin: OptIn;
|
|
775
|
+
optinToProductListItem: OptinToProductListItem;
|
|
776
776
|
optinstep: OptInStep;
|
|
777
|
-
OptinToProductListItem: OptinToProductListItem;
|
|
778
777
|
OptInVariable: OptInVariable;
|
|
779
778
|
optinview: OptInView;
|
|
780
779
|
PaymentTransaction: PaymentTransaction;
|
|
781
|
-
|
|
782
|
-
|
|
780
|
+
productList: ProductList;
|
|
781
|
+
productListItem: ProductListItem;
|
|
783
782
|
rakutenactivity: RakutenActivity;
|
|
784
783
|
reportcredits: ReportCredits;
|
|
785
784
|
savedfile: SavedFile;
|