@creator.co/creatorco-kysely-types 1.0.25 → 1.0.27

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 +2 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -78,6 +78,7 @@ export type BrandUserProfile = {
78
78
  id: GeneratedAlways<number>;
79
79
  userId: number;
80
80
  brandId: number;
81
+ agencyPrivileges: Generated<boolean>;
81
82
  };
82
83
  export type Campaign = {
83
84
  id: GeneratedAlways<number>;
@@ -573,6 +574,7 @@ export type SocialProfile = {
573
574
  engagement: number | null;
574
575
  avgViews: number | null;
575
576
  verified: boolean | null;
577
+ visibility: Generated<string>;
576
578
  metaData: Generated<Json>;
577
579
  audienceData: Generated<Json>;
578
580
  phylloData: Generated<Json>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creator.co/creatorco-kysely-types",
3
- "version": "1.0.25",
3
+ "version": "1.0.27",
4
4
  "types": "./index.d.ts",
5
5
  "type": "commonjs",
6
6
  "devDependencies": {