@creator.co/creatorco-kysely-types 1.0.41 → 1.0.42

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 +12 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -303,6 +303,17 @@ export type EmailTemplate = {
303
303
  brandId: number | null;
304
304
  metaData: Generated<Json>;
305
305
  };
306
+ export type ExternalAffiliateClick = {
307
+ id: GeneratedAlways<number>;
308
+ program: string;
309
+ created: Generated<Timestamp>;
310
+ ipv4: string | null;
311
+ ipv6: string | null;
312
+ linkUrl: string;
313
+ metaData: Generated<Json>;
314
+ optInId: number;
315
+ campaignId: number;
316
+ };
306
317
  export type FacebookProfile = {
307
318
  id: GeneratedAlways<number>;
308
319
  facebookId: string;
@@ -803,6 +814,7 @@ export type DB = {
803
814
  creatorsearchfilter: CreatorSearchFilter;
804
815
  CreatorToCategory: CreatorToCategory;
805
816
  EmailTemplate: EmailTemplate;
817
+ externalAffiliateClick: ExternalAffiliateClick;
806
818
  facebookprofile: FacebookProfile;
807
819
  image: Image;
808
820
  ImpactRadiusEvent: ImpactRadiusEvent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creator.co/creatorco-kysely-types",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "types": "./index.d.ts",
5
5
  "type": "commonjs",
6
6
  "devDependencies": {