@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.
- package/index.d.ts +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
|
|
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:
|
|
861
|
+
cjevent: CjEvent;
|
|
862
862
|
country: Country;
|
|
863
863
|
CreatorFlag: CreatorFlag;
|
|
864
864
|
creatorlist: CreatorList;
|