@creator.co/creatorco-kysely-types 1.0.52 → 1.0.53

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 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -238,7 +238,7 @@ export type Chat = {
238
238
  metaData: Generated<Json>;
239
239
  optInId: number | null;
240
240
  };
241
- export type CJEvent = {
241
+ export type CjEvent = {
242
242
  id: GeneratedAlways<number>;
243
243
  type: string;
244
244
  created: Generated<Timestamp>;
@@ -858,7 +858,7 @@ export type DB = {
858
858
  campaigntoimage: CampaignToImage;
859
859
  category: Category;
860
860
  chat: Chat;
861
- cjevent: CJEvent;
861
+ cjevent: CjEvent;
862
862
  country: Country;
863
863
  CreatorFlag: CreatorFlag;
864
864
  creatorlist: CreatorList;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creator.co/creatorco-kysely-types",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "types": "./index.d.ts",
5
5
  "type": "commonjs",
6
6
  "devDependencies": {