@creator.co/creatorco-kysely-types 1.0.36 → 1.0.37

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.
Files changed (2) hide show
  1. package/index.d.ts +6 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -201,6 +201,11 @@ export type CampaignStep = {
201
201
  campaignId: number;
202
202
  stepId: number | null;
203
203
  };
204
+ export type CampaignToBrandAffiliateLink = {
205
+ id: GeneratedAlways<number>;
206
+ campaignId: number;
207
+ brandAffiliateLinkId: number;
208
+ };
204
209
  export type CampaignToCategory = {
205
210
  campaignId: number;
206
211
  categoryId: number;
@@ -788,6 +793,7 @@ export type DB = {
788
793
  CampaignInvite: CampaignInvite;
789
794
  campaignpin: CampaignPin;
790
795
  campaignstep: CampaignStep;
796
+ campaigntobrandaffiliatelink: CampaignToBrandAffiliateLink;
791
797
  campaigntocategory: CampaignToCategory;
792
798
  campaigntocountry: CampaignToCountry;
793
799
  campaigntoimage: CampaignToImage;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creator.co/creatorco-kysely-types",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "types": "./index.d.ts",
5
5
  "type": "commonjs",
6
6
  "devDependencies": {