@creator.co/creatorco-kysely-types 1.0.24-alpha-ab9f46d → 1.0.24-alpha-273a26f

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 +0 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -78,7 +78,6 @@ export type BrandUserProfile = {
78
78
  id: GeneratedAlways<number>;
79
79
  userId: number;
80
80
  brandId: number;
81
- agencyPrivileges: Generated<boolean>;
82
81
  };
83
82
  export type Campaign = {
84
83
  id: GeneratedAlways<number>;
@@ -198,7 +197,6 @@ export type Country = {
198
197
  id: GeneratedAlways<number>;
199
198
  countryCode: string;
200
199
  countryName: string;
201
- teleCode: string;
202
200
  };
203
201
  export type CreatorList = {
204
202
  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.24-alpha-ab9f46d",
3
+ "version": "1.0.24-alpha-273a26f",
4
4
  "types": "./index.d.ts",
5
5
  "type": "commonjs",
6
6
  "devDependencies": {