@creator.co/creatorco-kysely-types 1.0.14 → 1.0.15-alpha-fc80dfc

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
@@ -45,6 +45,7 @@ export type Brand = {
45
45
  extraData: Generated<Json>;
46
46
  specialistId: number | null;
47
47
  parentBrandId: number | null;
48
+ searchName: Generated<string | null>;
48
49
  };
49
50
  export type BrandAffiliateLink = {
50
51
  id: GeneratedAlways<number>;
@@ -74,6 +75,7 @@ export type BrandUserProfile = {
74
75
  id: GeneratedAlways<number>;
75
76
  userId: number;
76
77
  brandId: number;
78
+ xpto: number;
77
79
  };
78
80
  export type Campaign = {
79
81
  id: GeneratedAlways<number>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creator.co/creatorco-kysely-types",
3
- "version": "1.0.14",
3
+ "version": "1.0.15-alpha-fc80dfc",
4
4
  "types": "./index.d.ts",
5
5
  "type": "module",
6
6
  "devDependencies": {