@creator.co/creatorco-kysely-types 1.0.100 → 1.0.102
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 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -456,6 +456,8 @@ export type EmailTemplate = {
|
|
|
456
456
|
subject: string | null;
|
|
457
457
|
template: string;
|
|
458
458
|
brandId: number | null;
|
|
459
|
+
socialProfileId: number | null;
|
|
460
|
+
isAiGenerated: Generated<boolean | null>;
|
|
459
461
|
metaData: Generated<Json>;
|
|
460
462
|
};
|
|
461
463
|
export type EmailTracking = {
|