@creator.co/creatorco-kysely-types 1.0.44-alpha-bafa2f4 → 1.0.44
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 +1 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -343,6 +343,7 @@ export type ImpactRadiusEvent = {
|
|
|
343
343
|
metaData: Generated<Json>;
|
|
344
344
|
userId: number;
|
|
345
345
|
brandId: number | null;
|
|
346
|
+
optInId: number | null;
|
|
346
347
|
};
|
|
347
348
|
export type InstagramProfile = {
|
|
348
349
|
id: GeneratedAlways<number>;
|
|
@@ -746,8 +747,6 @@ export type User = {
|
|
|
746
747
|
usercomLastSynced: Generated<Timestamp | null>;
|
|
747
748
|
extraData: Generated<Json>;
|
|
748
749
|
referrerId: number | null;
|
|
749
|
-
fullName: Generated<string | null>;
|
|
750
|
-
phoneNormalised: Generated<string | null>;
|
|
751
750
|
};
|
|
752
751
|
export type Variable = {
|
|
753
752
|
id: GeneratedAlways<number>;
|